Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance
439 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument447 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()452 bool GetLast, in EmitCompoundStmtWithoutScope() argument456 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()462 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
3167 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,3170 bool GetLast = false,