Searched refs:lookup (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp416 return BlockToChain.lookup(BB) == &PlacedChain;
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp505 return state.getFunctionToLazyStubMap(locked).lookup(F);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DType.cpp619 return getContext().pImpl->NamedStructTypes.lookup(Name);
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp324 unsigned Flags = FlagMap.lookup(Symbol);
H A DWinCOFFObjectWriter.cpp338 /// A template used to lookup or create a symbol/section, and initialize it if
769 COFFSection *Assoc = SectionMap.lookup(MCSec.getAssocSection());
H A DMCAssembler.cpp78 const MCFragment *LastValid = LastValidFragment.lookup(&SD);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp307 // default constructor by DenseMap::lookup.
309 LastEMS = LastMappingSymbols.lookup(Section);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp326 Value *NewI = VMap.lookup(OldInst);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp81 FoundationClass result = Classes.lookup(ID->getIdentifier()->getName());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp687 if (!RD->lookup(DeclName).empty())
H A DProgramState.cpp468 return GDM.lookup(K);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dcmds.c331 c = lookup(cmdtab, command);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrbhst.c540 ret = (*service->lookup)(ctx, type, kd->realm, 0, 0, add_locate, kd);
543 krb5_set_error_string(context, "Plugin failed to lookup");
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c63 * lookup() and namei()
527 * nfs lookup rpc
593 * Setup call to lookup() to see if we can find
616 error = lookup(&ind);
637 * If the public filehandle was used, check that this lookup
1420 * release dvp prior to lookup
1425 * Setup for lookup.
1437 error = lookup(&nd);
1641 * Release dvp prior to lookup
1653 error = lookup(
[all...]
H A Dnfs_srvsubs.c566 * Set up nameidata for a lookup() call and do it.
568 * If pubflag is set, this call is done for a lookup operation on the
571 * the lookup result is within the public fs, and deny access if
743 * because lookup() will dereference ni_startdir.
755 * Call lookup() to do the real work. If an error occurs,
763 error = lookup(ndp);
/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c4686 int (*lookup)(void *, uint64_t, char *, size_t);
4713 * unsignedness for symbol lookup.
4807 lookup = dis->d86_sym_lookup;
4810 lookup(dis->d86_data, tgt, NULL, 0) == 0) {
4813 lookup(dis->d86_data, tgt, buf + curlen,
4835 lookup(dis->d86_data, reltgt, buf + curlen,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h188 const FieldDecl *lookup(const VarDecl *VD) const { function in class:clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo
189 return CaptureFields.lookup(VD);
H A DCGExpr.cpp1781 llvm::Value *V = LocalDeclMap.lookup(VD);
1787 if (FieldDecl *FD = LambdaCaptureFields.lookup(VD)) {
1790 if (const FieldDecl *FD = CapturedStmtInfo->lookup(VD))
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp544 unsigned SCIdx = InstrClassMap.lookup((*I)->TheDef);
613 return InstrClassMap.lookup(Inst.TheDef);
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.y1685 place *pl = tbl->lookup(label);
/freebsd-9.3-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp1077 MDNode *DstOp = Flags.lookup(ID);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp946 // rules for unqualified name lookup (3.4.1)
980 // [...] each such lookup shall find a variable with automatic storage
1470 Lambda->lookup(
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c29 /* for the IPv6 device lookup */
472 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
477 extern char *lookup __P((MAP *, char *, char **, int *)); \
486 s->s_mapclass.map_lookup = lookup; \
588 /* best MX DNS lookup */
648 /* null map lookup -- really for internal use only */
4468 /* Avoid reverse lookup for IPv6 unspecified address */
4610 ** 0 if successful, -1 if host lookup fails.
4621 /* lookup name with IP address */
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp206 TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal));
979 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name));
2037 Value *Val = F.getValueSymbolTable().lookup(Name);
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y96 int lookup(char *);
5251 lookup(char *s)
5637 if ((token = lookup(buf)) == STRING)

Completed in 411 milliseconds

1234567891011>>