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 774 /// containsBreak - Return true if the statement contains a break out of it.
777 bool CodeGenFunction::containsBreak(const Stmt *S) {
792 if (containsBreak(*I))
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 138 milliseconds