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