| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BlockCounter.cpp | 53 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 D | RangeConstraintManager.cpp | 112 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 D | ImmutableMap.h | 83 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 D | ImmutableSet.h | 48 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 D | InlineOrder.h | 61 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 D | InlineAdvisor.h | 298 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 D | ProgramStateTrait.h | 151 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 D | BlockCounter.h | 40 class Factory { 43 Factory(llvm::BumpPtrAllocator& Alloc); 44 ~Factory(); 52 friend class Factory; variable
|
| H A D | RangedConstraintManager.h | 73 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 D | CoreEngine.h | 87 BlockCounter::Factory BCounterFactory; 104 DataTag::Factory DataTags; 199 DataTag::Factory &getDataTags() { return DataTags; } in getDataTags()
|
| H A D | BasicValueFactory.h | 124 llvm::ImmutableList<SVal>::Factory SValListFactory; 125 llvm::ImmutableList<const CXXBaseSpecifier *>::Factory CXXBaseListFactory;
|
| H A D | Environment.h | 101 using FactoryTy = Environment::BindingsTy::Factory;
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | factory | 11 # 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 D | UninitializedObject.h | 165 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 D | xray-graph-diff.h | 46 class Factory { 50 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} in Factory() function
|
| H A D | xray-graph-diff.cpp | 213 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 D | st,stm32-romem.yaml | 7 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 D | clps711x-clock.txt | 6 - startup-frequency: Factory set CPU startup frequency in HZ.
|
| H A D | silabs,si570.txt | 19 - factory-fout: Factory set default frequency. This frequency is part specific.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 676 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 D | LiveVariables.cpp | 31 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 D | InnerPointerChecker.cpp | 242 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall() 262 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkDeadSymbols()
|
| H A D | CheckObjCDealloc.cpp | 275 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 D | armada-xp-axpwifiap.dts | 78 label = "Factory Reset Button";
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 2282 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_()
|