Searched refs:lookup (Results 401 - 425 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.bin/mail/
H A Dcmd3.c409 if ((vp2 = lookup(*ap)) == NULL) {
/freebsd-current/sys/kern/
H A Dimgact_binmisc.c169 * to the non pre-open case where we lookup during
577 SYSCTL_PROC(_kern_binmisc, OID_AUTO, lookup,
/freebsd-current/stand/powerpc/boot1.chrp/
H A Dboot1.c594 if ((ino = lookup(fname)) == 0) {
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp360 const auto &Loops = MustExec.lookup(&V);
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp62 // optimizes space and exception-time lookup. Most DWARF unwind
656 lsdaOffset + lsdaIndex.lookup(idx) *
H A DSymbolTable.cpp511 if (const Symbol *s = map.lookup(newName))
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp503 return GDM.lookup(K);
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp384 return MacroDefinitions.lookup(MI);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp570 return BlockMap.lookup(BB);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp368 // lookup.
506 // First, scan the symbol table to build a lookup table from fragments to
524 if (const MCSymbol *Symbol = DefiningSymbolMap.lookup(&Frag))
/freebsd-current/lib/libc/amd64/string/
H A Dstrcspn.S47 sub $256, %rsp # allocate space for lookup table
58 /* no special case matches -- prepare lookup table */
/freebsd-current/contrib/sendmail/src/
H A Dtls.c886 ** LOAD_CRLPATH -- configure the TLS context to lookup CRLs in a directory
907 X509_LOOKUP *lookup; local
914 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
915 if (lookup == NULL)
924 if (X509_LOOKUP_add_dir(lookup, path, X509_FILETYPE_PEM) == 0)
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp69 return CGF.LambdaCaptureFields.lookup(VD) ||
70 (CGF.CapturedStmtInfo && CGF.CapturedStmtInfo->lookup(VD)) ||
207 return CGF.LambdaCaptureFields.lookup(VD) ||
208 (CGF.CapturedStmtInfo && CGF.CapturedStmtInfo->lookup(VD)) ||
295 LambdaCaptureFields.lookup(OrigVD) ||
296 (CapturedStmtInfo && CapturedStmtInfo->lookup(OrigVD)) ||
825 const FieldDecl *FD = CapturedStmtInfo->lookup(OrigVD);
989 assert(CapturedStmtInfo->lookup(VD) &&
1070 CapturedStmtInfo->lookup(OrigVD) != nullptr,
1159 if (const Expr *FinalExpr = LoopCountersAndUpdates.lookup(CanonicalV
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp637 auto LR = Gsym->lookup(Addr);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp566 return VirtReg2Value.lookup(Vreg);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp346 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h602 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); }
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h420 return m_dict.lookup(key);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp638 buffers.lookup(execution.thread_execution.cpu_id)
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp433 return getRegBank().getRegistersByName().lookup(Name);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1133 Function *Func = SymbolMap.lookup(CalleeSample->getFunction());
1143 const Function *Callee = SymbolMap.lookup(TS.first);
1232 InlineCandidate Candidate = {I, LocalNotInlinedCallSites.lookup(I),
1971 Function *F = SymbolMap.lookup(Node->Name);
H A DSampleContextTracker.cpp456 return GUIDToFuncNameMap->lookup(Node->getFuncName().getHashCode());
/freebsd-current/sys/net/
H A Dif_me.c657 .lookup = me_lookup,
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp415 // Otherwise we will have to try a reverse lookup on the globla symbol table.
975 // since symbol lookup won't necessarily find a handy, in-range,
1191 Resolver.lookup(NewSymbols,
1265 SharedThis->Resolver.lookup(Symbols, std::move(PostResolveContinuation));
/freebsd-current/sys/dev/netmap/
H A Dnetmap_vale.c146 .lookup = netmap_vale_learning,
779 dst_port = b->bdg_ops.lookup(start_ft, &dst_ring, na, b->private_data);
844 /* protect from the lookup function returning an inactive

Completed in 482 milliseconds

<<11121314151617181920>>