Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringMapEntry.h39 static void *allocateWithKey(size_t EntrySize, size_t EntryAlign,
45 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() function
125 return new (StringMapEntryBase::allocateWithKey( in Create()