Searched refs:factory (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gperf/src/
H A Dmain.cc34 /* This Keyword factory produces KeywordExt instances. */
69 KeywordExt_Factory factory; local
70 Input inputter (stdin, &factory);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py11 # to allow the instantiated factory (for the specific output language)
1311 def ProcessOneEntry(factory, newstruct, entry):
1373 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1375 newentry = factory.EntryVarBytes(entry_type, name, tag)
1377 newentry = factory.EntryInt(entry_type, name, tag)
1379 newentry = factory.EntryInt(entry_type, name, tag, bits=64)
1381 newentry = factory.EntryString(entry_type, name, tag)
1386 newentry = factory.EntryStruct(entry_type, name, tag, res.group(1))
1406 newentry = factory.EntryArray(newentry)
1415 def ProcessStruct(factory, dat
[all...]
/freebsd-9.3-release/share/zoneinfo/
H A DMakefile43 factory northamerica southamerica
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h472 /// A factory, from which one makes pools, from which one creates
551 /// Create a new pool for a factory.
552 AttributePool(AttributeFactory &factory) : Factory(factory), Head(0) {}
692 ParsedAttributes(AttributeFactory &factory) argument
693 : pool(factory), list(0) {
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h221 Factory *factory; member in class:llvm::ImutAVLTree
245 : factory(f), left(l), right(r), prev(0), next(0), height(height),
268 // methods of a factory object (see below). When a tree
349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
355 factory->freeNodes.push_back(this);
997 /// factory object that created the set is destroyed.
1009 /// factory object that created the set is destroyed.
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1128 ParsedAttributesWithRange(AttributeFactory &factory) argument
1129 : ParsedAttributes(factory) {}

Completed in 178 milliseconds