Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance
474 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument482 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()487 bool GetLast, in EmitCompoundStmtWithoutScope() argument491 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()497 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
3225 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,3228 bool GetLast = false,