Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp143 if (CallEvent::isCallStmt(SP->getStmt())) in shouldCollect()
DCallEvent.cpp344 bool CallEvent::isCallStmt(const Stmt *S) { in isCallStmt() function in CallEvent
DBugReporterVisitors.cpp2404 if (!CallEvent::isCallStmt(E)) in handle()
DExprEngine.cpp1014 if (CallEvent::isCallStmt(S)) in shouldRemoveDeadBindings()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h381 static bool isCallStmt(const Stmt *S);