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

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2855 LValue XLValue = CGF.EmitLValue(X); local
2857 RValue Res = XLValue.isGlobalReg()
2858 ? CGF.EmitLoadOfLValue(XLValue, Loc)
2860 XLValue, Loc,
2863 XLValue.isVolatile());
3017 LValue XLValue = CGF.EmitLValue(X); local
3032 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen);
3067 LValue XLValue = CGF.EmitLValue(X); local
3097 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen);
3122 XLValue, ExprRValu
[all...]

Completed in 89 milliseconds