Home
last modified time | relevance | path

Searched defs:InstCall (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorRangeChecker.cpp89 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
98 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
106 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
123 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
DMismatchedIteratorChecker.cpp72 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
91 } else if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
DIteratorModeling.cpp360 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in handleOverloadedOperator() local
374 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in handleOverloadedOperator() local
403 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in handleOverloadedOperator() local
413 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in handleOverloadedOperator() local
DInvalidatedIteratorChecker.cpp67 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() local
DContainerModeling.cpp170 const auto *InstCall = cast<CXXInstanceCall>(&Call); in checkPostCall() local
181 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPostCall() local
/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h62 virtual void instrumentCall(LoweringContext &, class InstCall *) {} in instrumentCall()
DIceInst.h457 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall() function