Searched refs:lookup (Results 451 - 475 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp128 cl::desc("Limit the length of PHI chains to lookup"));
756 ValueTrackerResult CurSrcRes = RewriteMap.lookup(CurSrcPair);
1181 ValueTrackerResult Res = RewriteMap.lookup(LookupSrc);
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c2603 X509_LOOKUP *lookup; local
2606 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx),
2608 if (lookup == NULL) {
2610 "Failed add lookup for X509 store");
2614 if (!X509_LOOKUP_load_file(lookup, ca_cert, X509_FILETYPE_ASN1)) {
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrbhst.c74 N_("unknown protocol `%s' to lookup", ""),
91 "DNS lookup failed domain: %s", domain);
101 "DNS SRV RR lookup domain nodata: %s", domain);
501 _krb5_debug(context, 2, "fallback lookup %d for realm %s (service %s)",
616 ret = (*service->lookup)(ctx, type, kd->realm, 0, 0, add_locate, kd);
620 N_("Locate plugin failed to lookup realm %s: %d", ""),
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp219 for (const NamedDecl *ND : Pattern->lookup(D->getDeclName())) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h532 return InlineAsmUsedLabelNames.lookup(Name);
H A DMCStreamer.h405 return SymbolOrdering.lookup(Sym);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c828 .lookup = zpl_lookup,
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.cc252 printf(" %s", in.body.lookup);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_pool.c349 /* op(I) - pointer to lookup operatin data */
444 /* op(I) - pointer to lookup operatin data */
517 /* op(I) - pointer to lookup operatin data */
542 /* op(I) - pointer to lookup operatin data */
557 /* op(I) - pointer to lookup operatin data */
704 n = ipo->ipo_head->lookup(ipo->ipo_head, addr, mask);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp365 return Symbols.lookup(NameRef);
450 // Do the lookup, if we have a hit, return it.
546 // Do the lookup, if we have a hit, return it.
652 // Do the lookup. If we don't have a hit, return a new section.
679 // Do the lookup, if we have a hit, return it.
748 // Do the lookup, if we have a hit, return it.
787 // Do the lookup. If we have a hit, return it.
863 // Do the lookup, if we have a hit, return it.
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp360 NamedValues ? NamedValues->lookup(NameToken.Text)
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp335 // one for inserting the newly allocated one), here we instead lookup based on
381 // one for inserting the newly allocated one), here we instead lookup based on
633 return C.pImpl->NamedStructTypes.lookup(Name);
803 // one for inserting the newly allocated one), here we instead lookup based on
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp534 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID()))
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp188 const AdvanceFn *Handler = AdvanceLikeFunctions.lookup(Call);
H A DBasicObjCFoundationChecks.cpp86 FoundationClass result = Classes.lookup(ID->getIdentifier()->getName());
H A DCheckObjCDealloc.cpp810 DeclContext::lookup_result R = CatDecl->getClassInterface()->lookup(ID);
H A DSmartPtrModeling.cpp431 const SmartPtrMethodHandlerFn *Handler = SmartPtrMethodHandlers.lookup(Call);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1342 return Features.lookup(Name);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp247 DeclContextLookupResult Decls = RD->lookup(DeclName);
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp510 return USRBasedLookupTable.lookup(USR);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp644 LaneBitmask MaskIntersection = Mask & LiveOut.lookup(Reg);
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp48 // For a successful lookup of e.g. the "cos" builtin, isOpenCLBuiltin("cos")
1190 StringRef TypeExt = TypeExtMap.lookup(Ty);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h790 return BBtoRegion.lookup(BB);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h897 static BlockAddress *lookup(const BasicBlock *BB);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h461 Value *get(unsigned ID) const { return Vals.lookup(ID); }

Completed in 421 milliseconds

<<11121314151617181920>>