Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1803 if (StartedInLiveCode && !CodeGenFunction::containsBreak(S)) { in CollectStatementsForCase()
1825 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
H A DCodeGenFunction.cpp1555 bool CodeGenFunction::containsBreak(const Stmt *S) { in containsBreak() function in CodeGenFunction
1570 if (containsBreak(SubStmt)) in containsBreak()
H A DCodeGenFunction.h4682 static bool containsBreak(const Stmt *S);