Searched defs:Vec (Results 51 - 52 of 52) sorted by path

123

/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp601 // Try to combine Idx's compose map into Vec if it is compatible.
604 SmallVectorImpl<CodeGenSubRegIndex*> &Vec) {
608 CodeGenSubRegIndex *&Entry = Vec[I->first->EnumValue - 1];
616 Vec[I->first->EnumValue - 1] = I->second;
603 combine(const CodeGenSubRegIndex *Idx, SmallVectorImpl<CodeGenSubRegIndex*> &Vec) argument
/external/stlport/test/unit/
H A Diter_test.cpp65 typedef vector<const char*> Vec; typedef
66 Vec v; // Vector of character strings.
69 Vec::reverse_iterator it;

Completed in 307 milliseconds

123