Home
last modified time | relevance | path

Searched full:factory (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineOrder.h49 /// 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 DInlineAdvisor.h298 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 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{};
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 DImmutableMap.h78 /// 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 DImmutableSet.h48 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 DProgramStateTrait.h51 /// 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 DBlockCounter.h40 class Factory {
43 Factory(llvm::BumpPtrAllocator& Alloc);
44 ~Factory();
52 friend class Factory; variable
H A DRangedConstraintManager.h66 /// 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 DBodyFarm.h1 //== 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 Dsilabs,si570.txt19 - factory-fout: Factory set default frequency. This frequency is part specific.
40 factory-fout = <156250000>;
/freebsd/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
42 This property explicits a factory programmed area that both secure
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py17 # 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 Devent_rpcgen.py17 # 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 Dmtd.yaml59 pre-programmed by the factory. Some flashes might provide both.
65 - factory-otp
96 compatible = "factory-otp";
/freebsd/contrib/tzdata/
H A Dfactory1 # 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 Devent_factory.h58 /** 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 Devent.h89 * 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 Dopenssl-threads.pod79 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 Dgardena_smart_gateway_mt7688.dts158 factory: partition@c0000 { label
159 label = "factory";
204 mediatek,mtd-eeprom = <&factory 0x0000>;
/freebsd/contrib/googletest/googletest/samples/
H A Dsample7_unittest.cc46 // 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 Dmt7629-rfb.dts27 label = "factory";
129 factory: partition@70000 { label
130 label = "factory";
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-gl-mv1000.dts101 factory: partition@f8000 { label
102 label = "factory";
225 &factory {
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h634 /// 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 Dmediatek,mt76.txt46 mediatek,mtd-eeprom = <&factory 0x8000>;
65 mediatek,mtd-eeprom = <&factory 0x0000>;

12345678910>>...12