Searched refs:lookup (Results 126 - 150 of 286) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSetTheory.cpp297 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
315 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h105 extern Cell *lookup(const char *, Array *);
/freebsd-9.3-release/lib/bind/dns/
H A DMakefile24 keydata.c keytable.c lib.c log.c lookup.c \
75 ${SRCDIR}/include/dns/lookup.h \
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_diskstorage_tbl.c258 static const struct disk_entry lookup[] = { local
293 for (found = lookup; found->media != DSM_UNKNOWN; found++) {
/freebsd-9.3-release/contrib/expat/lib/
H A Dxmlparse.c402 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize);
1027 parser, so that dtdCopy and copyEntityTable can lookup values
2345 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0);
2734 /* lookup the element type name */
2735 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str,0);
2740 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name,
2932 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0);
2954 Derived from code in lookup(parser, HASH_TABLE *table, ...).
3903 declEntity = (ENTITY *)lookup(parser,
3961 ENTITY *entity = (ENTITY *)lookup(parse
5989 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) function
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h401 tdesc_t *lookup(int);
H A Dstabs.c67 new = lookup(node->t_id);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h179 V lookup(const K &Key) { function in class:llvm::ScopedHashTable
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h138 return SectionAddress.lookup(SD);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp211 const SCEV *Result = Transformed.lookup(S);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h73 return B.lookup(K);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp72 AddressPoint = VTableAddressPoints[i->VTableIndex].lookup(i->VTableBase);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp60 const SVal* X = ExprBindings.lookup(E);
102 // Handle all other Stmt* using a lookup.
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dextern.h146 struct tab *lookup(struct tab *, const char *);
/freebsd-9.3-release/contrib/opie/
H A Dftpcmd.y868 struct tab *lookup FUNCTION((p, cmd), register struct tab *p AND char *cmd)
983 p = lookup(cmdtab, cbuf);
1008 p = lookup(sitetab, cp);
1236 c = lookup(ctab, s);
/freebsd-9.3-release/libexec/revnetgroup/
H A Dparse_netgroup.c296 data = lookup (gtable, group);
/freebsd-9.3-release/usr.bin/systat/
H A Dmain.c94 p = lookup(&argv[0][1]);
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c479 lookup(p, cmd) function
607 p = lookup(cmdtab, cbuf);
632 p = lookup(sitetab, cp);
866 c = lookup(ctab, s);
H A Dftp.y739 lookup(p, cmd)
867 p = lookup(cmdtab, cbuf);
892 p = lookup(sitetab, cp);
1126 c = lookup(ctab, s);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtls.c790 X509_LOOKUP *lookup; local
792 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
793 if (lookup == NULL)
803 X509_LOOKUP_add_dir(lookup, CRLPath, X509_FILETYPE_PEM);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp752 /// used for unqualified name lookup.
754 /// Generally, the parent lookup context is the semantic context. However, for
755 /// a friend function the parent lookup context is the lexical context, which
940 /// built a lookup map. For every name in the map, pull in the new names from
1102 // Remove D from the lookup table if necessary.
1113 assert(Pos != Map->end() && "no lookup entry for decl");
1162 /// within its semantic context should be invisible to qualified name lookup.
1168 // Skip entities that can't be found by name lookup into a particular
1187 /// buildLookup - Build the lookup data structure with all of the
1209 /// buildLookupImpl - Build part of the lookup dat
1245 DeclContext::lookup(DeclarationName Name) { function in class:DeclContext
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c272 lookup (struct tab *, char *);
3096 lookup(struct tab *p, char *cmd)
3230 p = lookup(cmdtab, cbuf);
3255 p = lookup(sitetab, cp);
3498 c = lookup(ctab, s);
3093 lookup(struct tab *p, char *cmd) function
/freebsd-9.3-release/libexec/ftpd/
H A Dftpcmd.y1140 lookup(struct tab *, char *);
1153 lookup(struct tab *p, char *cmd)
1312 p = lookup(cmdtab, cbuf);
1334 p = lookup(sitetab, cp);
1571 c = lookup(ctab, s);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp385 // Use insert for lookup, so we can add missing values with a second lookup.
770 if (Values.lookup(std::make_pair(0, ParentVNI->id)).getPointer()) {
868 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id));
952 unsigned RegIdx = RegAssign.lookup(PHIVNI->def);
963 assert(RegAssign.lookup(LastUse) == RegIdx &&
993 unsigned RegIdx = RegAssign.lookup(Idx);
1058 unsigned RegIdx = RegAssign.lookup(ParentVNI->def);
H A DMachineCSE.cpp493 unsigned CSVN = VNT.lookup(MI);
507 unsigned CSVN = VNT.lookup(MI);

Completed in 360 milliseconds

1234567891011>>