Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp143 if (CallEvent::isCallStmt(SP->getStmt())) in shouldCollect()
H A DCallEvent.cpp347 bool CallEvent::isCallStmt(const Stmt *S) { in isCallStmt() function in CallEvent
H A DBugReporterVisitors.cpp2426 if (!CallEvent::isCallStmt(E)) in handle()
H A DExprEngine.cpp1020 if (CallEvent::isCallStmt(S)) in shouldRemoveDeadBindings()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h388 static bool isCallStmt(const Stmt *S);