Home
last modified time | relevance | path

Searched defs:Factory (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
79 InlineOrderFactory Factory; variable
HDInlineAdvisor.h298 PluginInlineAdvisorAnalysis(AdvisorFactory Factory) : Factory(Factory) { in PluginInlineAdvisorAnalysis()
305 AdvisorFactory Factory; member
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBlockCounter.h52 friend class Factory; variable
HDRangedConstraintManager.h123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function
401 friend class Factory; variable
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph-diff.h50 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} in Factory() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDImmutableList.h68 using Factory = ImmutableListFactory<T>; variable
HDImmutableSet.h48 using Factory = ImutAVLFactory<ImutInfo>; variable
HDImmutableMap.h216 FactoryTy *Factory; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderInternals.h202 SmallVector<ObjCMethodDecl *, 2> Factory; member
HDASTWriter.cpp3452 ObjCMethodList Instance, Factory; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDBlockInCriticalSectionChecker.cpp286 auto &Factory = State->get_context<ActiveCritSections>(); in handleUnlock() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h816 friend class Factory; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h697 AttributeFactory &Factory; variable