Searched refs:NewVVal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6196 RValue NewVVal; in emitOMPAtomicCaptureExpr() local 6217 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in emitOMPAtomicCaptureExpr() 6222 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr() 6232 NewVVal = Res.second; in emitOMPAtomicCaptureExpr() 6238 NewVVal = CGF.EmitAnyExpr(UE); in emitOMPAtomicCaptureExpr() 6246 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() 6247 NewVVal = XRValue; in emitOMPAtomicCaptureExpr() 6257 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr() 6261 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()
|