Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp27 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
H A DParallel.cpp93 struct Creator { struct in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor
94 static void *call() { return new ThreadPoolExecutor(strategy); } in call()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp37 Command::Command(const Action &Source, const Tool &Creator, in Command()
388 CC1Command::CC1Command(const Action &Source, const Tool &Creator, in CC1Command()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h111 const Tool &Creator; variable
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp78 CreationRule Creator = nullptr; member