Home
last modified time | relevance | path

Searched refs:NewItem (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h187 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/
DStringMap.h162 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/
DStringMap.h168 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/
DRecord.cpp1033 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/
DRecord.cpp1154 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/
DRecord.cpp1201 Init *NewItem = ItemApply(LHS, Item, RHS, CurRec); in ForeachHelper() local
1202 if (NewItem != Item) in ForeachHelper()
1203 Item = NewItem; in ForeachHelper()