Searched refs:XRValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6529 auto &&Gen = [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) { in emitOMPAtomicUpdateExpr() argument 6531 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicUpdateExpr() 6604 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 6606 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicCaptureExpr() 6608 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr() 6632 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 6633 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
|
| H A D | CGOpenMPRuntime.cpp | 5399 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() argument 5403 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()
|