Home
last modified time | relevance | path

Searched refs:NewVVal (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3065 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()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5217 RValue NewVVal; in emitOMPAtomicCaptureExpr() local
5238 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in emitOMPAtomicCaptureExpr()
5243 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
5253 NewVVal = Res.second; in emitOMPAtomicCaptureExpr()
5259 NewVVal = CGF.EmitAnyExpr(UE); in emitOMPAtomicCaptureExpr()
5267 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr()
5268 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
5278 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
5282 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()