Searched refs:NewVVal (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3065 RValue NewVVal; in EmitOMPAtomicCaptureExpr() local 3088 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in EmitOMPAtomicCaptureExpr() 3093 NewVVal = IsPostfixUpdate ? XRValue : Res; in EmitOMPAtomicCaptureExpr() 3102 NewVVal = Res.second; in EmitOMPAtomicCaptureExpr() 3108 NewVVal = CGF.EmitAnyExpr(UE); in EmitOMPAtomicCaptureExpr() 3116 auto &&Gen = [&CGF, &NewVVal, ExprRValue](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr() 3117 NewVVal = XRValue; in EmitOMPAtomicCaptureExpr() 3126 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in EmitOMPAtomicCaptureExpr() 3130 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()
|