Home
last modified time | relevance | path

Searched defs:Creator (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DManagedStatic.cpp32 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp148 struct Creator { struct
156 struct Creator<Ret Class::*> { argument
171 TestFn tf = Creator<TestFn>::create(); in test_imp() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DJob.h75 const Tool &Creator; variable
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DToolingTest.cpp141 IndependentFrontendActionCreator Creator; in TEST() local