Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/PR26014/
DB.h5 struct underlying_type struct
7 typedef __underlying_type(_Tp) type; argument
DA.h6 struct underlying_type struct
8 typedef __underlying_type(_Tp) type; 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/ComputeLibrary/support/
DTraits.h42 using underlying_type = typename std::underlying_type<T>::type; variable
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp63 uint32_t* underlying_type) { in GetUnderlyingType()
742 uint32_t underlying_type = 0; in ValidateBool() local
758 uint32_t underlying_type = 0; in ValidateI() local
774 uint32_t underlying_type = 0; in ValidateI32() local
786 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local
803 uint32_t underlying_type) { in ValidateI32Helper()
822 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local
839 uint32_t underlying_type = 0; in ValidateF32() local
851 uint32_t underlying_type) { in ValidateF32Helper()
872 uint32_t underlying_type = 0; in ValidateI32Vec() local
[all …]
Dvalidate_memory.cpp746 auto underlying_type = value_type; in ValidateVariable() local
808 auto underlying_type = value_type; in ValidateVariable() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp63 uint32_t* underlying_type) { in GetUnderlyingType()
742 uint32_t underlying_type = 0; in ValidateBool() local
758 uint32_t underlying_type = 0; in ValidateI() local
774 uint32_t underlying_type = 0; in ValidateI32() local
786 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local
803 uint32_t underlying_type) { in ValidateI32Helper()
822 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local
839 uint32_t underlying_type = 0; in ValidateF32() local
851 uint32_t underlying_type) { in ValidateF32Helper()
872 uint32_t underlying_type = 0; in ValidateI32Vec() local
[all …]
Dvalidate_memory.cpp737 auto underlying_type = value_type; in ValidateVariable() local
799 auto underlying_type = value_type; in ValidateVariable() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_builtins.cpp63 uint32_t* underlying_type) { in GetUnderlyingType()
742 uint32_t underlying_type = 0; in ValidateBool() local
758 uint32_t underlying_type = 0; in ValidateI() local
774 uint32_t underlying_type = 0; in ValidateI32() local
786 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local
803 uint32_t underlying_type) { in ValidateI32Helper()
822 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local
839 uint32_t underlying_type = 0; in ValidateF32() local
851 uint32_t underlying_type) { in ValidateF32Helper()
872 uint32_t underlying_type = 0; in ValidateI32Vec() local
[all …]
Dvalidate_memory.cpp746 auto underlying_type = value_type; in ValidateVariable() local
808 auto underlying_type = value_type; in ValidateVariable() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcomposite_device.cc50 const string& underlying_type = parsed_name.type; in MakeDevice() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlift_variables.cc193 llvm::ArrayRef<TensorType> underlying_type = in LiftVariables() local
/external/libabigail/src/
Dabg-reader.cc3595 type_base_sptr underlying_type = ctxt.build_or_get_type_decl(type_id, in build_var_decl() local
3775 shared_ptr<type_base> underlying_type = in build_qualified_type_decl() local
4114 type_base_sptr underlying_type; in build_subrange_type() local
4434 type_base_sptr underlying_type = in build_enum_type_decl() local
4504 type_base_sptr underlying_type(ctxt.build_or_get_type_decl(type_id, true)); in build_typedef_decl() local
Dabg-writer.cc2499 type_base_sptr underlying_type = decl->get_underlying_type(); in write_qualified_type_def() local
2683 type_base_sptr underlying_type = decl->get_underlying_type(); in write_array_subrange_type() local
2978 type_base_sptr underlying_type = decl->get_underlying_type(); in write_typedef_decl() local
Dabg-ir.cc8411 get_name_of_qualified_type(const type_base_sptr& underlying_type, in get_name_of_qualified_type()
10789 lookup_qualified_type(const type_base_sptr& underlying_type, in lookup_qualified_type()
13282 type_base_sptr underlying_type = in synthesize_type_from_translation_unit() local
16519 type_base_sptr underlying_type = get_underlying_type(); in as_string() local
17216 priv(type_base_sptr underlying_type, in priv()
17238 type_base_sptr underlying_type, in enum_type_decl()
17820 const type_base_sptr underlying_type, in typedef_decl()
Dabg-dwarf-reader.cc13375 type_base_sptr underlying_type; in build_subrange_type() local
14221 type_decl_sptr underlying_type = in get_opaque_version_of_type() local
/external/flatbuffers/src/
Didl_gen_java.cpp890 const auto &underlying_type = in GenStruct() local
Didl_gen_csharp.cpp866 const auto &underlying_type = in GenStruct() local
Didl_gen_kotlin.cpp1072 auto underlying_type = value_base_type == BASE_TYPE_VECTOR in GenerateStructGetters() local
Didl_parser.cpp2067 const auto underlying_type = enum_def->underlying_type.base_type; in ParseEnum() local
/external/flatbuffers/include/flatbuffers/
Didl.h425 Type underlying_type; member
Dreflection_generated.h396 const reflection::Type *underlying_type() const { in underlying_type() function