Searched defs:object_creator (Results 1 – 4 of 4) sorted by relevance
22 template <class C> struct object_creator { struct23 static void *call() { return new C(); } in call()
25 LLVM_LIBRARY_VISIBILITY void* object_creator() { in object_creator() function
113 void* object_creator() { in object_creator() function