Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBlockCounter.cpp54 static inline CountMap::Factory& GetFactory(void *F) { in GetFactory()
55 return *static_cast<CountMap::Factory*>(F); in GetFactory()
65 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
66 F = new CountMap::Factory(Alloc); in Factory()
69 BlockCounter::Factory::~Factory() { in ~Factory()
70 delete static_cast<CountMap::Factory*>(F); in ~Factory()
74 BlockCounter::Factory::IncrementCount(BlockCounter BC, in IncrementCount()
83 BlockCounter::Factory::GetEmptyCounter() { in GetEmptyCounter()
HDRangeConstraintManager.cpp79 typedef PrimRangeSet::Factory Factory; typedef in __anon0e8e47b50111::RangeSet
90 RangeSet(Factory &F, const llvm::APSInt &from, const llvm::APSInt &to) in RangeSet()
105 void IntersectInRange(BasicValueFactory &BV, Factory &F, in IntersectInRange()
238 RangeSet Intersect(BasicValueFactory &BV, Factory &F, in Intersect()
326 RangeSet::Factory F;
373 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>(); in removeDeadBindings()
HDRegionStore.cpp152 ClusterBindings::Factory &CBFactory;
157 RegionBindingsRef(ClusterBindings::Factory &CBFactory, in RegionBindingsRef()
159 RegionBindings::TreeTy::Factory *F) in RegionBindingsRef()
163 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory) in RegionBindingsRef()
325 RegionBindings::Factory RBFactory;
326 mutable ClusterBindings::Factory CBFactory;
/NextBSD/contrib/llvm/include/llvm/ADT/
HDImmutableMap.h97 class Factory {
98 typename TreeTy::Factory F;
102 Factory(bool canonicalize = true)
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
120 typename TreeTy::Factory *getTreeFactory() const { in getTreeFactory()
121 return const_cast<typename TreeTy::Factory *>(&F); in getTreeFactory()
125 Factory(const Factory& RHS) = delete;
126 void operator=(const Factory& RHS) = delete;
262 typedef typename TreeTy::Factory FactoryTy;
266 FactoryTy *Factory; variable
[all …]
HDImmutableSet.h44 typedef ImutAVLFactory<ImutInfo> Factory; typedef
221 Factory *factory;
243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree()
990 class Factory {
991 typename TreeTy::Factory F;
995 Factory(bool canonicalize = true)
998 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
1032 typename TreeTy::Factory *getTreeFactory() const {
1033 return const_cast<typename TreeTy::Factory *>(&F);
1037 Factory(const Factory& RHS) = delete;
[all …]
HDImmutableList.h66 typedef ImmutableListFactory<T> Factory; typedef
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDProgramStateTrait.h61 typedef typename data_type::Factory& context_type;
85 return *((typename data_type::Factory*) p);
89 return new typename data_type::Factory(Alloc);
93 delete (typename data_type::Factory*) Ctx;
112 typedef typename data_type::Factory& context_type;
137 return *((typename data_type::Factory*) p);
141 return new typename data_type::Factory(Alloc);
145 delete (typename data_type::Factory*) Ctx;
156 typedef typename data_type::Factory& context_type;
176 return *((typename data_type::Factory*) p);
[all …]
HDBlockCounter.h41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory; variable
HDEnvironment.h104 typedef Environment::BindingsTy::Factory FactoryTy;
HDBasicValueFactory.h73 llvm::ImmutableList<SVal>::Factory SValListFactory;
HDCoreEngine.h73 BlockCounter::Factory BCounterFactory;
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h542 AttributeFactory &Factory; variable
546 return Factory.allocate(size); in allocate()
560 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool()
563 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool()
567 AttributeFactory &getFactory() const { return Factory; } in getFactory()
571 Factory.reclaimPool(Head); in clear()
585 if (Head) Factory.reclaimPool(Head); in ~AttributePool()
/NextBSD/contrib/tzdata/
HDfactory9 Zone Factory 0 - "Local time zone must be set--use tzsetup"
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDLiveVariables.cpp85 llvm::ImmutableSet<const Stmt *>::Factory SSetFact;
86 llvm::ImmutableSet<const VarDecl *>::Factory DSetFact;
248 llvm::ImmutableSet<const Stmt *>::Factory &F, in AddLiveStmt()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMIReadMe.txt22 registered in the MI Driver's Command Factory will be rejected and an error messsage
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderInternals.h162 SmallVector<ObjCMethodDecl *, 2> Factory; member
HDASTWriter.cpp2847 ObjCMethodList Instance, Factory; member
2872 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
2908 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
2920 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
2923 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
2933 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
2974 Data.Factory = F->second.second; in WriteSelectors()
2986 for (ObjCMethodList *M = &Data.Factory; !changed && M && M->getMethod(); in WriteSelectors()
2993 } else if (Data.Instance.getMethod() || Data.Factory.getMethod()) { in WriteSelectors()
/NextBSD/sys/mips/conf/
HDMT7620.hints97 #0x00030000-0x00040000 : "Factory"
HDRT305X.hints91 #0x00030000-0x00040000 : "Factory"
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDTestAfterDivZeroChecker.cpp192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
/NextBSD/sys/gnu/dts/arm/
HDarmada-xp-axpwifiap.dts159 label = "Factory Reset Button";
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h394 BugTypesTy::Factory F;
/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDdemangle-expected3353 Factory<int> make<Factory, int>()
3354 make<Factory, int>
3358 Factory<int> make<Factory, int>()
3359 make<Factory, int>
3806 make<Factory, int>()Factory<int>
3807 make<Factory, int>
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDj_objnew_example.txt123 311496 sun/misc/Launcher$Factory
1317 311496 1 sun/misc/Launcher$Factory
HDj_methodcalls_example.txt344 311492 1 sun/misc/Launcher$Factory.<clinit>
542 311492 2 sun/misc/Launcher$Factory.<init>
543 311492 2 sun/misc/Launcher$Factory.createURLStreamHandler

12