Searched defs:IsControlFlowExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp891 static bool IsControlFlowExpr(const Stmt *S) { function
1035 if (IsControlFlowExpr(S))
1166 return PDB.getParentMap().isConsumedExpr(X) && !IsControlFlowExpr(X);
1548 if (IsControlFlowExpr(stmt)) {

Completed in 1332 milliseconds