Home
last modified time | relevance | path

Searched defs:underlying_type (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Modules/Inputs/PR26014/
DA.h6 struct underlying_type struct
8 typedef __underlying_type(_Tp) type; argument
DB.h5 struct underlying_type struct
7 typedef __underlying_type(_Tp) type; argument
/external/skia/include/private/
DSkTLogic.h57 template <typename T> struct underlying_type { struct
58 using type = __underlying_type(T); argument
62 template <typename T> using underlying_type = std::underlying_type<T>; variable
DSkTFitsIn.h206 template <typename T, bool = std::is_enum<T>::value> struct underlying_type { struct
207 using type = skstd::underlying_type_t<T>; argument
/external/clang/test/SemaCXX/
Dunderlying_type.cpp30 struct underlying_type { struct
31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
/external/flatbuffers/include/flatbuffers/
Didl.h315 Type underlying_type; member
Dreflection_generated.h315 const Type *underlying_type() const { in underlying_type() function
/external/flatbuffers/src/
Didl_gen_general.cpp1059 auto underlying_type = field.value.type.base_type == BASE_TYPE_VECTOR in GenStruct() local