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

  /external/clang/lib/CodeGen/
CGStmt.cpp 223 const Stmt *LastStmt = S.body_back();
224 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
226 LastStmt = LS->getSubStmt();
231 QualType ExprTy = cast<Expr>(LastStmt)->getType();
233 EmitAggExpr(cast<Expr>(LastStmt), AggSlot);
239 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),
    [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...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 67 milliseconds