Home
last modified time | relevance | path

Searched defs:ICall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp216 if (const auto *ICall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPostCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1034 const CXXInstanceCall *ICall = dyn_cast<CXXInstanceCall>(&Call); in isTrivialObjectAssignment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1574 auto ICall = MIRBuilder.buildInstr(Opcode); in translateMemFunc() local