Searched refs:XLValue (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5992 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr() local 5994 RValue Res = emitSimpleAtomicLoad(CGF, AO, XLValue, Loc); in emitOMPAtomicReadExpr() 6201 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr() local 6213 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicUpdateExpr() 6262 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr() local 6290 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicCaptureExpr() 6316 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in emitOMPAtomicCaptureExpr()
|