Home
last modified time | relevance | path

Searched refs:LookupRes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp84 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
85 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
92 if (Found != LookupRes.end()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DStdLibraryFunctionsChecker.cpp1578 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
1579 if (LookupRes.empty()) in initFunctionSummaries()
1587 for (Decl *D : LookupRes) in initFunctionSummaries()
1595 for (Decl *D : LookupRes) in initFunctionSummaries()
1727 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
1728 if (LookupRes.empty()) in initFunctionSummaries()
1730 for (Decl *D : LookupRes) { in initFunctionSummaries()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp505 Decl *LookupRes = C.first.get(); in FindExternalVisibleDeclsByName() local
507 auto NDOrErr = Importer->Import(LookupRes); in FindExternalVisibleDeclsByName()
514 importSpecializationsIfNeeded(LookupRes, Importer); in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp446 const auto LookupRes = MatchOpTable.lookup(*It); in inferNamedOperandType() local
447 if (LookupRes.Def) // Favor defs in inferNamedOperandType()
451 if (GoodOpName.empty() && LookupRes.Found) in inferNamedOperandType()
1406 auto LookupRes = MatchOpTable.lookup(RootName); in findRoots() local
1407 if (!LookupRes.Found) { in findRoots()
1412 MatchRoot = LookupRes.Def; in findRoots()