Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6310 RValue NewVVal; in emitOMPAtomicCaptureExpr() local
6331 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in emitOMPAtomicCaptureExpr()
6336 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
6346 NewVVal = Res.second; in emitOMPAtomicCaptureExpr()
6352 NewVVal = CGF.EmitAnyExpr(UE); in emitOMPAtomicCaptureExpr()
6360 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr()
6361 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
6371 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
6375 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()