Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
79 InlineOrderFactory Factory; variable
H A DInlineAdvisor.h299 PluginInlineAdvisorAnalysis(AdvisorFactory Factory) PluginInlineAdvisorAnalysis() argument
306 AdvisorFactory Factory; global() member
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h52 friend class Factory; variable
H A DRangedConstraintManager.h123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function
401 friend class Factory; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h51 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} Factory() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h68 using Factory = ImmutableListFactory<T>; variable
H A DImmutableSet.h48 using Factory = ImutAVLFactory<ImutInfo>; variable
H A DImmutableMap.h216 FactoryTy *Factory; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h202 SmallVector<ObjCMethodDecl *, 2> Factory; member
H A DASTWriter.cpp3452 ObjCMethodList Instance, Factory; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp286 auto &Factory = State->get_context<ActiveCritSections>(); in handleUnlock() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h816 friend class Factory; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h697 AttributeFactory &Factory; variable