Searched refs:XRValExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3023 auto *XRValExpr = IsXLHSInRHSPart ? LHS : RHS; in EmitOMPAtomicUpdateExpr() local 3026 [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) -> RValue { in EmitOMPAtomicUpdateExpr() 3028 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in EmitOMPAtomicUpdateExpr() 3085 auto *XRValExpr = IsXLHSInRHSPart ? LHS : RHS; in EmitOMPAtomicCaptureExpr() local 3086 NewVValType = XRValExpr->getType(); in EmitOMPAtomicCaptureExpr() 3088 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in EmitOMPAtomicCaptureExpr() 3091 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in EmitOMPAtomicCaptureExpr() 3107 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, Res.second); in EmitOMPAtomicCaptureExpr()
|