Home
last modified time | relevance | path

Searched refs:LastExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprClassification.cpp371 if (const Expr *LastExpr = dyn_cast_or_null<Expr>(S->body_back())) in ClassifyInternal() local
372 return ClassifyUnnamed(Ctx, LastExpr->getType()); in ClassifyInternal()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp9891 ExprResult LastExpr = DefaultFunctionArrayConversion(LastE); in ActOnStmtExpr() local
9892 if (LastExpr.isInvalid()) in ActOnStmtExpr()
9894 Ty = LastExpr.get()->getType().getUnqualifiedType(); in ActOnStmtExpr()
9896 if (!Ty->isDependentType() && !LastExpr.get()->isTypeDependent()) { in ActOnStmtExpr()
9904 = maybeRebuildARCConsumingStmt(LastExpr.get())) { in ActOnStmtExpr()
9905 LastExpr = rebuiltLastStmt; in ActOnStmtExpr()
9907 LastExpr = PerformCopyInitialization( in ActOnStmtExpr()
9912 LastExpr); in ActOnStmtExpr()
9915 if (LastExpr.isInvalid()) in ActOnStmtExpr()
9917 if (LastExpr.get() != 0) { in ActOnStmtExpr()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1141 if (Expr *LastExpr = dyn_cast<Expr>(*SE->getSubStmt()->body_rbegin())) { in Visit() local
1145 state->getSVal(LastExpr, in Visit()