/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineOrder.h | 49 /// InlineOrder created by the PluginInlineOrderAnalysis' Factory. 61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis() argument 63 assert(Factory != nullptr && in PluginInlineOrderAnalysis() 64 "The plugin inline order factory should not be a null pointer."); 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) { 300 assert(Factory != nullptr && in PluginInlineAdvisorAnalysis() 301 "The plugin advisor factory should not be a null pointer."); in PluginInlineAdvisorAnalysis() 305 AdvisorFactory Factory; 308 Result run(Module &M, ModuleAnalysisManager &MAM) { return {Factory}; } 309 Result getResult() { return {Factory}; } in run() 312 AdvisorFactory Factory; 299 PluginInlineAdvisorAnalysis(AdvisorFactory Factory) PluginInlineAdvisorAnalysis() argument 306 AdvisorFactory Factory; global() member
|
/freebsd/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{}; 114 RangeSet RangeSet::Factory::add(RangeSet LHS, RangeSet RHS) { in add() 122 RangeSet RangeSet::Factory::add(RangeSet Original, Range Element) { in add() 134 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) { in add() 138 RangeSet RangeSet::Factory::unite(RangeSet LHS, RangeSet RHS) { in unite() 143 RangeSet RangeSet::Factory::unite(RangeSet Original, Range R) { in unite() 150 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt Point) { in unite() 154 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt From, in unite() 166 RangeSet::ContainerType RangeSet::Factory::unite(const ContainerType &LHS, in unite() 318 RangeSet RangeSet::Factory::getRangeSet(Range From) { in getRangeSet() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 78 /// should use a Factory object to create maps instead of directly 83 class Factory { 84 typename TreeTy::Factory F; 88 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {} in Canonicalize() 90 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true) 93 Factory(const Factory &) = delete; 94 Factory &operator=(const Factory &) = delete; 109 typename TreeTy::Factory *getTreeFactory() const { in getTreeFactory() 110 return const_cast<typename TreeTy::Factory *>(&F); in getTreeFactory() 212 using FactoryTy = typename TreeTy::Factory; [all …]
|
H A D | ImmutableSet.h | 48 using Factory = ImutAVLFactory<ImutInfo>; variable 209 Factory *factory; 225 // Internal methods (node manipulation; used by Factory). 231 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree() 233 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree() 255 // methods of a factory object (see below). When a tree 338 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; in destroy() 344 factory->freeNodes.push_back(this); in destroy() 355 // Immutable AVL-Tree Factory class. 968 /// should use a Factory object to create sets instead of directly [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 51 /// Declares a factory for objects of type \p Type in the program state 52 /// manager. The type must provide a ::Factory sub-class. Commonly used for 91 /// Declares an immutable map type \p Name and registers the factory 115 /// Declares an immutable set type \p Name and registers the factory 138 /// Declares an immutable list of type \p Name and registers the factory 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 &; [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 | 66 /// New RangeSet objects can be ONLY produced by RangeSet::Factory object, which 73 class Factory; 105 // The memory is fully managed by the factory and is alive as long as the 106 // factory itself is alive. 121 class Factory { 123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function 264 /// Return associated value factory. 295 // we need this factory. 314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet() 318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | BodyFarm.h | 1 //== BodyFarm.h - Factory for conjuring up fake bodies -------------*- C++ -*-// 9 // BodyFarm is a factory for creating faux implementations for functions/methods 34 /// Factory method for creating bodies for ordinary functions. 37 /// Factory method for creating bodies for Objective-C properties.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | silabs,si570.txt | 19 - factory-fout: Factory set default frequency. This frequency is part specific. 40 factory-fout = <156250000>;
|
/freebsd/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 42 This property explicits a factory programmed area that both secure
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 17 # instantiated factory objects. 1476 def ProcessOneEntry(factory, newstruct, entry): argument 1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1535 newentry = factory.EntryVarBytes(entry_type, name, tag) 1537 newentry = factory.EntryInt(entry_type, name, tag) 1539 newentry = factory.EntryInt(entry_type, name, tag, bits=64) 1541 newentry = factory.EntryString(entry_type, name, tag) 1546 newentry = factory.EntryStruct(entry_type, name, tag, res.group("name")) 1563 newentry = factory.EntryArray(newentry) 1573 def ProcessStruct(factory, data): argument [all …]
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 17 # instantiated factory objects. 1476 def ProcessOneEntry(factory, newstruct, entry): argument 1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1535 newentry = factory.EntryVarBytes(entry_type, name, tag) 1537 newentry = factory.EntryInt(entry_type, name, tag) 1539 newentry = factory.EntryInt(entry_type, name, tag, bits=64) 1541 newentry = factory.EntryString(entry_type, name, tag) 1546 newentry = factory.EntryStruct(entry_type, name, tag, res.group("name")) 1563 newentry = factory.EntryArray(newentry) 1573 def ProcessStruct(factory, data): argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd.yaml | 59 pre-programmed by the factory. Some flashes might provide both. 65 - factory-otp 96 compatible = "factory-otp";
|
/freebsd/contrib/tzdata/ |
H A D | factory | 1 # tzdb data for noncommittal factory settings 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/lib/libdevdctl/ |
H A D | event_factory.h | 58 /** Map type for Factory method lookups. */ 61 /** Table record of factory methods to add to our registry. */ 79 /** Registry of event factory methods providing O(log(n)) lookup. */
|
H A D | event.h | 89 * Factory method type to construct an Event given 95 /** Generic Event object factory. */ 98 static Event *CreateEvent(const EventFactory &factory, 317 /** Specialized Event object factory for Devfs events. */ 355 /** Specialized Event object factory for GEOM events. */ 378 /** Specialized Event object factory for ZFS events. */
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-threads.pod | 79 A separate, although related, issue is modifying "factory" objects 83 In this specific case, and probably for factory methods in general, it is 84 not safe to modify the factory object after it has been used to create
|
/freebsd/sys/contrib/device-tree/src/mips/ralink/ |
H A D | gardena_smart_gateway_mt7688.dts | 158 factory: partition@c0000 { label 159 label = "factory"; 204 mediatek,mtd-eeprom = <&factory 0x0000>;
|
/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample7_unittest.cc | 46 // instead of reusing them. In this sample we will define a simple factory 60 // parameter is a factory function which we call in fixture's SetUp() to 108 // factory functions:
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt7629-rfb.dts | 27 label = "factory"; 129 factory: partition@70000 { label 130 label = "factory";
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-3720-gl-mv1000.dts | 101 factory: partition@f8000 { label 102 label = "factory"; 225 &factory {
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 634 /// A factory, from which one makes pools, from which one creates 697 AttributeFactory &Factory; variable 701 return Factory.allocate(size); in allocate() 718 /// Create a new pool for a factory. 719 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() argument 726 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool() 735 AttributeFactory &getFactory() const { return Factory; } in getFactory() 738 Factory.reclaimPool(*this); in clear() 960 ParsedAttributes(AttributeFactory &factory) : pool(factory) {} in ParsedAttributes() argument
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | mediatek,mt76.txt | 46 mediatek,mtd-eeprom = <&factory 0x8000>; 65 mediatek,mtd-eeprom = <&factory 0x0000>;
|