Searched refs:XRValue (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 5586 auto &&Gen = [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) { in emitOMPAtomicUpdateExpr() argument 5588 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicUpdateExpr() 5661 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 5663 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicCaptureExpr() 5665 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr() 5689 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 5690 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
|
| H A D | CGOpenMPRuntime.cpp | 5756 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() argument 5759 VD, [&CGF, VD, XRValue, Loc]() { in emitReduction() 5762 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()
|