Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5639 RValue NewVVal; in emitOMPAtomicCaptureExpr() local
5660 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in emitOMPAtomicCaptureExpr()
5665 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
5675 NewVVal = Res.second; in emitOMPAtomicCaptureExpr()
5681 NewVVal = CGF.EmitAnyExpr(UE); in emitOMPAtomicCaptureExpr()
5689 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr()
5690 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
5700 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
5704 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()