Home
last modified time | relevance | path

Searched refs:Factory (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp53 static inline CountMap::Factory& GetFactory(void *F) { in GetFactory()
54 return *static_cast<CountMap::Factory*>(F); in GetFactory()
64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
65 F = new CountMap::Factory(Alloc); in Factory()
68 BlockCounter::Factory::~Factory() { in ~Factory()
69 delete static_cast<CountMap::Factory*>(F); in ~Factory()
73 BlockCounter::Factory::IncrementCount(BlockCounter BC, in IncrementCount()
82 BlockCounter::Factory::GetEmptyCounter() { in GetEmptyCounter()
H A DRangeConstraintManager.cpp112 RangeSet::ContainerType RangeSet::Factory::EmptySet{};
611 RangeSet RangeSet::Factory::negate(RangeSet What) { in negate()
962 getDisequalClasses(DisequalityMapTy Map, ClassSet::Factory &Factory) const;
1608 RangeSet::Factory &RangeFactory;
1939 RangeSet::Factory F;
2103 RangeSet::Factory &F) in ConstraintAssignor()
2183 RangeSet::Factory &RangeFactory;
2465 inline SymbolSet::Factory &
2746 ClassSet::Factory &Factory) const { in getDisequalClasses()
2750 return Factory.getEmptySet(); in getDisequalClasses()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h83 class Factory {
84 typename TreeTy::Factory F;
93 Factory(const Factory &) = delete;
94 Factory &operator=(const Factory &) = delete;
109 typename TreeTy::Factory *getTreeFactory() const { in getTreeFactory()
212 using FactoryTy = typename TreeTy::Factory;
216 FactoryTy *Factory; variable
224 : Root(const_cast<TreeTy *>(R)), Factory(F) {} in ImmutableMapRef()
245 return ImmutableMapRef(NewT, Factory); in add()
249 TreeTy *NewT = Factory->remove(Root.get(), K); in remove()
[all …]
H A DImmutableSet.h48 using Factory = ImutAVLFactory<ImutInfo>; variable
209 Factory *factory;
973 class Factory {
974 typename TreeTy::Factory F;
978 Factory(bool canonicalize = true)
984 Factory(const Factory& RHS) = delete;
1023 friend class Factory;
1088 using FactoryTy = typename TreeTy::Factory;
1092 FactoryTy *Factory;
1106 return ImmutableSetRef(Factory->add(Root.get(), V), Factory);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis() argument
63 assert(Factory != nullptr && in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
71 Result run(Module &, ModuleAnalysisManager &) { return {Factory}; } in run()
72 Result getResult() { return {Factory}; } in getResult()
79 InlineOrderFactory Factory; variable
H A DInlineAdvisor.h298 PluginInlineAdvisorAnalysis(AdvisorFactory Factory) : Factory(Factory) { in PluginInlineAdvisorAnalysis() argument
300 assert(Factory != nullptr && in PluginInlineAdvisorAnalysis()
305 AdvisorFactory Factory; member
308 Result run(Module &M, ModuleAnalysisManager &MAM) { return {Factory}; } in run()
309 Result getResult() { return {Factory}; } in getResult()
312 AdvisorFactory Factory;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h151 using context_type = typename data_type::Factory &;
183 return *((typename data_type::Factory *) p);
187 return new typename data_type::Factory(Alloc);
191 delete (typename data_type::Factory *) Ctx;
199 using context_type = typename data_type::Factory &;
224 return *((typename data_type::Factory *) p);
228 return new typename data_type::Factory(Alloc);
232 delete (typename data_type::Factory *) Ctx;
261 return *((typename data_type::Factory *) p);
265 return new typename data_type::Factory(Alloc);
[all …]
H A DBlockCounter.h40 class Factory {
43 Factory(llvm::BumpPtrAllocator& Alloc);
44 ~Factory();
52 friend class Factory; variable
H A DRangedConstraintManager.h73 class Factory;
121 class Factory {
123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function
314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet()
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet()
401 friend class Factory; variable
H A DCoreEngine.h87 BlockCounter::Factory BCounterFactory;
104 DataTag::Factory DataTags;
199 DataTag::Factory &getDataTags() { return DataTags; } in getDataTags()
H A DBasicValueFactory.h124 llvm::ImmutableList<SVal>::Factory SValListFactory;
125 llvm::ImmutableList<const CXXBaseSpecifier *>::Factory CXXBaseListFactory;
H A DEnvironment.h101 using FactoryTy = Environment::BindingsTy::Factory;
/freebsd-14.2/contrib/tzdata/
H A Dfactory11 # TZ="Factory" was added to TZDB in 1989, and in 2016 its abbreviation
15 # TZ="Factory" is a valid timezone, so tzalloc("Factory") succeeds, whereas
17 # Also, a downstream distributor could modify Factory to be a
22 Zone Factory 0 - "Local time zone must be set--use tzsetup"
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h165 FieldChain::Factory &ChainFactory;
168 FieldChainInfo(FieldChain::Factory &F, FieldChain NewChain) in FieldChainInfo()
175 FieldChainInfo(FieldChain::Factory &F) : ChainFactory(F) {} in FieldChainInfo()
204 FieldChainInfo::FieldChain::Factory ChainFactory;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h46 class Factory {
50 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} in Factory() function
H A Dxray-graph-diff.cpp213 Expected<GraphDiffRenderer> GraphDiffRenderer::Factory::getGraphDiffRenderer() { in getGraphDiffRenderer()
414 std::array<GraphRenderer::Factory, 2> Factories{ in __anon903d60640102()
450 GraphDiffRenderer::Factory DGF(Graphs[0], Graphs[1]); in __anon903d60640102()
/freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/
H A Dst,stm32-romem.yaml7 title: STMicroelectronics STM32 Factory-programmed data
10 This represents STM32 Factory-programmed read only non-volatile area: locked
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dclps711x-clock.txt6 - startup-frequency: Factory set CPU startup frequency in HZ.
H A Dsilabs,si570.txt19 - factory-fout: Factory set default frequency. This frequency is part specific.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h676 AttributeFactory &Factory; variable
680 return Factory.allocate(size); in allocate()
698 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()
705 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool()
714 AttributeFactory &getFactory() const { return Factory; } in getFactory()
717 Factory.reclaimPool(*this); in clear()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp31 llvm::ImmutableSet<const Expr *>::Factory ESetFact;
32 llvm::ImmutableSet<const VarDecl *>::Factory DSetFact;
33 llvm::ImmutableSet<const BindingDecl *>::Factory BSetFact;
212 llvm::ImmutableSet<const Expr *>::Factory &F, in AddLiveExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp242 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall()
262 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkDeadSymbols()
H A DCheckObjCDealloc.cpp275 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in checkBeginFunction()
516 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in diagnoseMissingReleases()
857 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in removeValueRequiringRelease()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Darmada-xp-axpwifiap.dts78 label = "Factory Reset Button";
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2282 template <int&... ExplicitParameterBarrier, typename Factory> in GTEST_DISABLE_MSC_WARNINGS_POP_()
2285 const char* file, int line, Factory factory) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
2290 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in GTEST_DISABLE_MSC_WARNINGS_POP_()
2294 Factory factory_; in GTEST_DISABLE_MSC_WARNINGS_POP_()

123