HomeSort by relevance Sort by last modified time
    Searched refs:containsBreak (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 579 /// containsBreak - Return true if the statement contains a break out of it.
582 bool CodeGenFunction::containsBreak(const Stmt *S) {
597 if (containsBreak(*I))
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 52 milliseconds