Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance
566 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument574 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()579 bool GetLast, in EmitCompoundStmtWithoutScope() argument583 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()589 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
3583 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,3586 EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast = false,