| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | BlockCounter.cpp | 54 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()
|
| HD | RangeConstraintManager.cpp | 79 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()
|
| HD | RegionStore.cpp | 152 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/ |
| HD | ImmutableMap.h | 97 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 …]
|
| HD | ImmutableSet.h | 44 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 …]
|
| HD | ImmutableList.h | 66 typedef ImmutableListFactory<T> Factory; typedef
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ProgramStateTrait.h | 61 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 …]
|
| HD | BlockCounter.h | 41 class Factory { 44 Factory(llvm::BumpPtrAllocator& Alloc); 45 ~Factory(); 53 friend class Factory; variable
|
| HD | Environment.h | 104 typedef Environment::BindingsTy::Factory FactoryTy;
|
| HD | BasicValueFactory.h | 73 llvm::ImmutableList<SVal>::Factory SValListFactory;
|
| HD | CoreEngine.h | 73 BlockCounter::Factory BCounterFactory;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | AttributeList.h | 542 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/ |
| HD | factory | 9 Zone Factory 0 - "Local time zone must be set--use tzsetup"
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | LiveVariables.cpp | 85 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/ |
| HD | MIReadMe.txt | 22 registered in the MI Driver's Command Factory will be rejected and an error messsage
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderInternals.h | 162 SmallVector<ObjCMethodDecl *, 2> Factory; member
|
| HD | ASTWriter.cpp | 2847 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/ |
| HD | MT7620.hints | 97 #0x00030000-0x00040000 : "Factory"
|
| HD | RT305X.hints | 91 #0x00030000-0x00040000 : "Factory"
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | TestAfterDivZeroChecker.cpp | 192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | armada-xp-axpwifiap.dts | 159 label = "Factory Reset Button";
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| HD | BugReporter.h | 394 BugTypesTy::Factory F;
|
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | demangle-expected | 3353 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/ |
| HD | j_objnew_example.txt | 123 311496 sun/misc/Launcher$Factory 1317 311496 1 sun/misc/Launcher$Factory
|
| HD | j_methodcalls_example.txt | 344 311492 1 sun/misc/Launcher$Factory.<clinit> 542 311492 2 sun/misc/Launcher$Factory.<init> 543 311492 2 sun/misc/Launcher$Factory.createURLStreamHandler
|