Searched refs:NewItem (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 187 StringMapEntry *NewItem = in Create() local 189 assert(NewItem && "Unhandled out-of-memory"); in Create() 192 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() 195 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() 199 return NewItem; in Create()
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 162 StringMapEntry *NewItem = in Create() local 166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() 169 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() 173 return NewItem; in Create()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 168 StringMapEntry *NewItem = in Create() local 172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() 175 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() 179 return NewItem; in Create()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1033 Init *NewItem = NewOp->Fold(CurRec, CurMultiClass); in ForeachHelper() local 1034 if (NewItem != NewOp) in ForeachHelper() 1035 Item = NewItem; in ForeachHelper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1154 Init *NewItem = ForeachApply(LHS, Item, RHS, CurRec); in ForeachHelper() local 1155 if (NewItem != Item) in ForeachHelper() 1156 Item = NewItem; in ForeachHelper()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 1201 Init *NewItem = ItemApply(LHS, Item, RHS, CurRec); in ForeachHelper() local 1202 if (NewItem != Item) in ForeachHelper() 1203 Item = NewItem; in ForeachHelper()
|