Searched refs:NewVVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6582 RValue NewVVal; in emitOMPAtomicCaptureExpr() local 6603 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in emitOMPAtomicCaptureExpr() 6608 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr() 6618 NewVVal = Res.second; in emitOMPAtomicCaptureExpr() 6624 NewVVal = CGF.EmitAnyExpr(UE); in emitOMPAtomicCaptureExpr() 6632 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() 6633 NewVVal = XRValue; in emitOMPAtomicCaptureExpr() 6643 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr() 6647 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()
|