Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance
502 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument510 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()515 bool GetLast, in EmitCompoundStmtWithoutScope() argument519 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()525 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
3538 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,3541 bool GetLast = false,