Searched defs:underlying_type (Results 1 – 8 of 8) sorted by relevance
6 struct underlying_type struct8 typedef __underlying_type(_Tp) type; argument
5 struct underlying_type struct7 typedef __underlying_type(_Tp) type; argument
57 template <typename T> struct underlying_type { struct58 using type = __underlying_type(T); argument62 template <typename T> using underlying_type = std::underlying_type<T>; variable
206 template <typename T, bool = std::is_enum<T>::value> struct underlying_type { struct207 using type = skstd::underlying_type_t<T>; argument
30 struct underlying_type { struct31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
315 Type underlying_type; member
315 const Type *underlying_type() const { in underlying_type() function
1059 auto underlying_type = field.value.type.base_type == BASE_TYPE_VECTOR in GenStruct() local