Searched defs:underlying_type (Results 1 – 9 of 9) 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
60 template <typename T> struct underlying_type { struct61 using type = __underlying_type(T); argument64 template <typename T> using underlying_type = std::underlying_type<T>; variable
30 struct underlying_type { struct31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
61 uint32_t* underlying_type) { in GetUnderlyingType()485 uint32_t underlying_type = 0; in ValidateBool() local501 uint32_t underlying_type = 0; in ValidateI32() local525 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local542 uint32_t underlying_type = 0; in ValidateF32() local554 uint32_t underlying_type) { in ValidateF32Helper()575 uint32_t underlying_type = 0; in ValidateI32Vec() local608 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32Vec() local627 uint32_t underlying_type = 0; in ValidateF32Vec() local641 uint32_t underlying_type) { in ValidateF32VecHelper()[all …]
1211 auto underlying_type = field.value.type.base_type == BASE_TYPE_VECTOR in GenStruct() local
365 Type underlying_type; member
367 const Type *underlying_type() const { in underlying_type() function