Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6363 RValue NewVVal; in emitOMPAtomicCaptureExpr() local
6384 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in emitOMPAtomicCaptureExpr()
6389 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
6399 NewVVal = Res.second; in emitOMPAtomicCaptureExpr()
6405 NewVVal = CGF.EmitAnyExpr(UE); in emitOMPAtomicCaptureExpr()
6413 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr()
6414 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
6424 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
6428 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()