HomeSort by: relevance | last modified time | path
    Searched refs:containsBreak (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 1654 if (StartedInLiveCode && !CodeGenFunction::containsBreak(S)) {
1676 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure;
CodeGenFunction.cpp 1431 /// containsBreak - Return true if the statement contains a break out of it.
1434 bool CodeGenFunction::containsBreak(const Stmt *S) {
1449 if (containsBreak(SubStmt))
CodeGenFunction.h 4448 /// containsBreak - Return true if the statement contains a break out of it.
4451 static bool containsBreak(const Stmt *S);

Completed in 34 milliseconds