Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp154 if (CallEvent::isCallStmt(SP->getStmt())) in shouldCollect()
DBugReporterVisitors.cpp171 if (!CallEvent::isCallStmt(S)) in addVisitorIfNecessary()
966 if (ExplodedGraph::isInterestingLValueExpr(Ex) || CallEvent::isCallStmt(Ex)) in trackNullOrUndefValue()
DCallEvent.cpp265 bool CallEvent::isCallStmt(const Stmt *S) { in isCallStmt() function in CallEvent
DExprEngine.cpp334 if (CallEvent::isCallStmt(S.getStmt())) in shouldRemoveDeadBindings()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h370 static bool isCallStmt(const Stmt *S);