Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DParallel.cpp82 struct Creator { struct in llvm::parallel::detail::__anon096d2ab40111::ThreadPoolExecutor
83 static void *call() { return new ThreadPoolExecutor(strategy); } in call()
H A DManagedStatic.cpp27 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp38 Command::Command(const Action &Source, const Tool &Creator, in Command()
359 CC1Command::CC1Command(const Action &Source, const Tool &Creator, in CC1Command()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h110 const Tool &Creator; variable
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp79 CreationRule Creator = nullptr; member