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

  /external/clang/lib/CodeGen/
CGStmt.cpp 350 const Stmt *LastStmt = S.body_back();
351 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
353 LastStmt = LS->getSubStmt();
358 QualType ExprTy = cast<Expr>(LastStmt)->getType();
360 EmitAggExpr(cast<Expr>(LastStmt), AggSlot);
366 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),
    [all...]
CodeGenFunction.cpp 646 auto LastStmt = CS->body_rbegin();
647 if (LastStmt != CS->body_rend())
648 return isa<ReturnStmt>(*LastStmt);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 629 milliseconds