Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isPostfixUpdate

3059                                      bool IsPostfixUpdate, const Expr *V,
3089 IsSeqCst, IsPostfixUpdate](RValue XRValue) -> RValue {
3093 NewVVal = IsPostfixUpdate ? XRValue : Res;
3100 if (IsPostfixUpdate) {
3126 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue;
3140 bool IsSeqCst, bool IsPostfixUpdate,
3156 EmitOMPAtomicCaptureExpr(CGF, IsSeqCst, IsPostfixUpdate, V, X, E, UE,
3235 EmitOMPAtomicExpr(CGF, Kind, IsSeqCst, S.isPostfixUpdate(), S.getX(),