Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.cpp737 auto underlying_type = value_type; in ValidateVariable() local
799 auto underlying_type = value_type; in ValidateVariable() local
/third_party/spirv-tools/source/val/
Dvalidate_builtins.cpp63 uint32_t* underlying_type) { in GetUnderlyingType()
755 uint32_t underlying_type = 0; in ValidateBool() local
771 uint32_t underlying_type = 0; in ValidateI() local
787 uint32_t underlying_type = 0; in ValidateI32() local
799 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local
816 uint32_t underlying_type) { in ValidateI32Helper()
835 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local
852 uint32_t underlying_type = 0; in ValidateF32() local
864 uint32_t underlying_type) { in ValidateF32Helper()
885 uint32_t underlying_type = 0; in ValidateI32Vec() local
[all …]
Dvalidate_memory.cpp770 auto underlying_type = value_type; in ValidateVariable() local
832 auto underlying_type = value_type; in ValidateVariable() local
/third_party/skia/third_party/externals/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
/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp298 using underlying_type = typename std::underlying_type<EnumType>::type; in to_json() typedef
/third_party/libabigail/src/
Dabg-reader.cc3627 type_base_sptr underlying_type = rdr.build_or_get_type_decl(type_id, in build_var_decl() local
3814 shared_ptr<type_base> underlying_type = in build_qualified_type_decl() local
4154 type_base_sptr underlying_type; in build_subrange_type() local
4471 type_base_sptr underlying_type = in build_enum_type_decl() local
4542 type_base_sptr underlying_type(rdr.build_or_get_type_decl(type_id, true)); in build_typedef_decl() local
Dabg-writer.cc2626 type_base_sptr underlying_type = decl->get_underlying_type(); in write_qualified_type_def() local
2876 type_base_sptr underlying_type = decl->get_underlying_type(); in write_array_subrange_type() local
3237 type_base_sptr underlying_type = decl->get_underlying_type(); in write_typedef_decl() local
Dabg-ir.cc8698 get_name_of_qualified_type(const type_base_sptr& underlying_type, in get_name_of_qualified_type()
11224 lookup_qualified_type(const type_base_sptr& underlying_type, in lookup_qualified_type()
13744 type_base_sptr underlying_type = in synthesize_type_from_translation_unit() local
17144 type_base_sptr underlying_type = get_underlying_type(); in as_string() local
17820 priv(type_base_sptr underlying_type, in priv()
17842 type_base_sptr underlying_type, in enum_type_decl()
18523 const type_base_sptr underlying_type, in typedef_decl()
Dabg-dwarf-reader.cc13979 type_base_sptr underlying_type; in build_subrange_type() local
14820 type_decl_sptr underlying_type = in get_opaque_version_of_type() local
/third_party/json/single_include/nlohmann/
Djson.hpp4824 using underlying_type = typename std::underlying_type<EnumType>::type; in to_json() typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4954 struct underlying_type struct
4956 typedef __underlying_type(_Tp) type;