Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance
485 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument493 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()498 bool GetLast, in EmitCompoundStmtWithoutScope() argument502 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()508 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
3312 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,3315 bool GetLast = false,