Searched refs:XRValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 6310 auto &&Gen = [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) { in emitOMPAtomicUpdateExpr() argument 6312 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicUpdateExpr() 6385 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 6387 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicCaptureExpr() 6389 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr() 6413 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 6414 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
|
H A D | CGOpenMPRuntime.cpp | 5161 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() argument 5165 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()
|