Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1448 bool CodeGenFunction::containsBreak(const Stmt *S) { in containsBreak() function in CodeGenFunction
1463 if (containsBreak(SubStmt)) in containsBreak()
DCGStmt.cpp1692 if (StartedInLiveCode && !CodeGenFunction::containsBreak(S)) { in CollectStatementsForCase()
1714 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
DCodeGenFunction.h4457 static bool containsBreak(const Stmt *S);