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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp805 static bool IsControlFlowExpr(const Stmt *S) { function
938 if (IsControlFlowExpr(S))
1029 !IsControlFlowExpr(TopContextLoc.asStmt()))
1042 if (IsConsumedExpr(CLoc) && !IsControlFlowExpr(CLoc.asStmt())) {
1062 return PDB.getParentMap().isConsumedExpr(X) && !IsControlFlowExpr(X);
1170 if (IsControlFlowExpr(stmt)) {

Completed in 30 milliseconds