Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3026 [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) -> RValue { in EmitOMPAtomicUpdateExpr() argument
3028 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in EmitOMPAtomicUpdateExpr()
3089 IsSeqCst, IsPostfixUpdate](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr() argument
3091 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in EmitOMPAtomicCaptureExpr()
3093 NewVVal = IsPostfixUpdate ? XRValue : Res; in EmitOMPAtomicCaptureExpr()
3116 auto &&Gen = [&CGF, &NewVVal, ExprRValue](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr() argument
3117 NewVVal = XRValue; in EmitOMPAtomicCaptureExpr()
DCGOpenMPRuntime.cpp4553 [&CGF, UpExpr, VD, IPriv, Loc](RValue XRValue) { in emitReduction() argument
4556 VD, [&CGF, VD, XRValue, Loc]() -> Address { in emitReduction()
4559 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()