Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5396 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr() local
5398 RValue Res = emitSimpleAtomicLoad(CGF, AO, XLValue, Loc); in emitOMPAtomicReadExpr()
5580 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr() local
5592 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicUpdateExpr()
5641 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr() local
5669 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicCaptureExpr()
5695 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in emitOMPAtomicCaptureExpr()