Searched refs:NewItem (Results 1 – 7 of 7) sorted by relevance
161 StringMapEntry *NewItem = in Create() local165 new (NewItem) StringMapEntry(KeyLength); in Create()168 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create()173 StringMapEntryInitializer<ValueTy>::Initialize(*NewItem, InitVal); in Create()174 return NewItem; in Create()364 MapEntryTy *NewItem = in GetOrCreateValue() local374 Bucket.Item = NewItem; in GetOrCreateValue()377 return *NewItem; in GetOrCreateValue()
165 StringMapEntry *NewItem = in Create() local167 assert(NewItem && "Unhandled out-of-memory"); in Create()170 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()173 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create()177 return NewItem; in Create()
168 StringMapEntry *NewItem = in Create() local172 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()
162 StringMapEntry *NewItem = in Create() local166 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()
1125 Init *NewItem = NewOp->Fold(CurRec, CurMultiClass); in ForeachHelper() local1126 if (NewItem != NewOp) in ForeachHelper()1127 *li = NewItem; in ForeachHelper()
1033 Init *NewItem = NewOp->Fold(CurRec, CurMultiClass); in ForeachHelper() local1034 if (NewItem != NewOp) in ForeachHelper()1035 Item = NewItem; in ForeachHelper()
1068 Init *NewItem = ForeachApply(LHS, Item, RHS, CurRec); in ForeachHelper() local1069 if (NewItem != Item) in ForeachHelper()1070 Item = NewItem; in ForeachHelper()