Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp104 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry()
107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dupgrade-duration-conversions.cpp415 #define TEMPLATE_FACTORY_MACRO(factory) \ argument
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp431 NativeProcessFactory factory; in main_gdbserver() local
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassCrashRecovery.cpp428 ReproducerStreamFactory factory, bool genLocalReproducer) { in enableCrashReproducerGeneration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h806 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()
1014 ParsedAttributes(AttributeFactory &factory) : pool(factory) {} in ParsedAttributes()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1913 llvm::EngineBuilder factory(std::move(Owner)); in main() local
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2439 const char* file, int line, Factory factory) { in RegisterTest()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2545 internal::TestFactoryBase* factory) in TestInfo()
2585 TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory) { in MakeAndRegisterTestInfo()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp6018 llvm::function_ref<std::unique_ptr<UtilityFunction>()> factory) { in GetLoadImageUtilityFunction()