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

  /external/clang/lib/CodeGen/
CGStmt.cpp 320 const Stmt *LastStmt = S.body_back();
321 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
323 LastStmt = LS->getSubStmt();
328 QualType ExprTy = cast<Expr>(LastStmt)->getType();
330 EmitAggExpr(cast<Expr>(LastStmt), AggSlot);
336 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),
    [all...]
CodeGenFunction.cpp 637 auto LastStmt = CS->body_rbegin();
638 if (LastStmt != CS->body_rend())
639 return isa<ReturnStmt>(*LastStmt);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 474 milliseconds