Home
last modified time | relevance | path

Searched refs:containsBreak (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp1785 if (StartedInLiveCode && !CodeGenFunction::containsBreak(S)) { in CollectStatementsForCase()
1807 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
DCodeGenFunction.cpp1531 bool CodeGenFunction::containsBreak(const Stmt *S) { in containsBreak() function in CodeGenFunction
1546 if (containsBreak(SubStmt)) in containsBreak()
DCodeGenFunction.h4540 static bool containsBreak(const Stmt *S);