Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMapEntry.h36 static void *allocateWithKey(size_t EntrySize, size_t EntryAlign,
42 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() function
122 return new (StringMapEntryBase::allocateWithKey( in Create()