Searched refs:CL_AddressableVoid (Results 1 – 2 of 2) sorted by relevance
66 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()75 case Cl::CL_AddressableVoid: in ClassifyImpl()613 case Cl::CL_AddressableVoid: return LV_IncompleteVoidType; in ClassifyLValue()634 case Cl::CL_AddressableVoid: return MLV_IncompleteVoidType; in isModifiableLvalue()
263 CL_AddressableVoid, // Void expression whose address can be taken in C. enumerator