Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance
436 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument444 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()449 bool GetLast, in EmitCompoundStmtWithoutScope() argument453 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()459 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
3167 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,3170 bool GetLast = false,