Home
last modified time | relevance | path

Searched defs:underlying_type (Results 1 – 9 of 9) 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/skqp/include/private/
DSkTLogic.h60 template <typename T> struct underlying_type { struct
61 using type = __underlying_type(T); argument
64 template <typename T> using underlying_type = std::underlying_type<T>; variable
/external/clang/test/SemaCXX/
Dunderlying_type.cpp30 struct underlying_type { struct
31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp61 uint32_t* underlying_type) { in GetUnderlyingType()
485 uint32_t underlying_type = 0; in ValidateBool() local
501 uint32_t underlying_type = 0; in ValidateI32() local
525 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local
542 uint32_t underlying_type = 0; in ValidateF32() local
554 uint32_t underlying_type) { in ValidateF32Helper()
575 uint32_t underlying_type = 0; in ValidateI32Vec() local
608 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32Vec() local
627 uint32_t underlying_type = 0; in ValidateF32Vec() local
641 uint32_t underlying_type) { in ValidateF32VecHelper()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp61 uint32_t* underlying_type) { in GetUnderlyingType()
485 uint32_t underlying_type = 0; in ValidateBool() local
501 uint32_t underlying_type = 0; in ValidateI32() local
525 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local
542 uint32_t underlying_type = 0; in ValidateF32() local
554 uint32_t underlying_type) { in ValidateF32Helper()
575 uint32_t underlying_type = 0; in ValidateI32Vec() local
608 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32Vec() local
627 uint32_t underlying_type = 0; in ValidateF32Vec() local
641 uint32_t underlying_type) { in ValidateF32VecHelper()
[all …]
/external/flatbuffers/src/
Didl_gen_general.cpp1211 auto underlying_type = field.value.type.base_type == BASE_TYPE_VECTOR in GenStruct() local
/external/flatbuffers/include/flatbuffers/
Didl.h365 Type underlying_type; member
Dreflection_generated.h367 const Type *underlying_type() const { in underlying_type() function