Searched refs:CL_LValue (Results 1 – 2 of 2) sorted by relevance
51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()56 case Cl::CL_LValue: in ClassifyImpl()101 return Cl::CL_LValue; in ClassifyExprValueKind()151 return Cl::CL_LValue; in ClassifyInternal()156 return !E->isLValue() ? ClassifyTemporary(E->getType()) : Cl::CL_LValue; in ClassifyInternal()214 return Lang.HLSL ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyInternal()228 return Cl::CL_LValue; in ClassifyInternal()246 return Cl::CL_LValue; in ClassifyInternal()257 ? Cl::CL_PRValue : Cl::CL_LValue; in ClassifyInternal()270 return Cl::CL_LValue; in ClassifyInternal()[all …]
334 CL_LValue, enumerator380 bool isLValue() const { return Kind == CL_LValue; } in isLValue()389 return Classification(CL_LValue, CM_Modifiable); in makeSimpleLValue()