Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp82 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
83 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
90 if (Found != LookupRes.end()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DStdLibraryFunctionsChecker.cpp1581 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
1582 if (LookupRes.empty()) in initFunctionSummaries()
1590 for (Decl *D : LookupRes) in initFunctionSummaries()
1598 for (Decl *D : LookupRes) in initFunctionSummaries()
1730 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
1731 if (LookupRes.empty()) in initFunctionSummaries()
1733 for (Decl *D : LookupRes) { in initFunctionSummaries()
H A DStreamChecker.cpp2111 auto LookupRes = TU->lookup(&Ctx.Idents.get(VarName)); in getGlobalStreamPointerByName() local
2112 for (const Decl *D : LookupRes) { in getGlobalStreamPointerByName()
/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.cpp439 const auto LookupRes = MatchOpTable.lookup(*It); in inferNamedOperandType() local
440 if (LookupRes.Def) // Favor defs in inferNamedOperandType()
444 if (GoodOpName.empty() && LookupRes.Found) in inferNamedOperandType()
1500 auto LookupRes = MatchOpTable.lookup(RootName); in findRoots() local
1501 if (!LookupRes.Found) { in findRoots()
1506 MatchRoot = LookupRes.Def; in findRoots()