Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6207 auto &&Gen = [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) { in emitOMPAtomicUpdateExpr() argument
6209 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicUpdateExpr()
6282 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument
6284 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicCaptureExpr()
6286 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
6310 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument
6311 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
H A DCGOpenMPRuntime.cpp5348 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() argument
5352 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()