Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h38 static void *allocateWithKey(size_t EntrySize, size_t EntryAlign,
44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() function
128 return new (StringMapEntryBase::allocateWithKey( in create()