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

  /external/clang/lib/CodeGen/
CGStmt.cpp 219 const Stmt *LastStmt = S.body_back();
220 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
222 LastStmt = LS->getSubStmt();
227 RV = EmitAnyExpr(cast<Expr>(LastStmt), AggSlot);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 787 const Stmt *LastStmt = getLastStmt(*P);
788 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
794 if (!LastStmt) { // This block contains no executable statements.
    [all...]
SemaExpr.cpp     [all...]

Completed in 234 milliseconds