/external/emboss/compiler/front_end/ |
D | attribute_checker.py | 175 def _verify_size_attributes_on_structure(struct, type_definition, argument 197 def _add_missing_size_attributes_on_structure(struct, type_definition): argument 213 def _field_needs_byte_order(field, type_definition, ir): argument 226 def _field_may_have_null_byte_order(field, type_definition, ir): argument 242 def _add_missing_byte_order_attribute_on_field(field, type_definition, ir, argument 275 def _add_addressable_unit_to_external(external, type_definition): argument 290 def _add_missing_width_and_sign_attributes_on_enum(enum, type_definition): argument 314 def _verify_byte_order_attribute_on_field(field, type_definition, argument 366 def _verify_addressable_unit_attribute_on_external(external, type_definition, argument 385 def _verify_width_attribute_on_enum(enum, type_definition, source_file_name, argument [all …]
|
D | synthetics.py | 58 def _add_anonymous_aliases(structure, type_definition): argument 156 def _add_size_bound_virtuals(structure, type_definition): argument 184 def _add_size_virtuals(structure, type_definition): argument 304 def _add_virtuals_to_structure(structure, type_definition): argument
|
D | constraints.py | 93 type_ir, type_definition, source_file_name, errors, ir): argument 138 def _check_that_enum_values_are_representable(enum_type, type_definition, argument 164 def _field_size(field, type_definition): argument 172 def _check_type_requirements_for_field(type_ir, type_definition, field, ir, argument 349 def _check_allowed_in_bits(type_ir, type_definition, source_file_name, ir, argument 367 def _check_size_of_bits(type_ir, type_definition, source_file_name, errors): argument 432 def _check_type_name_for_reserved_words(type_definition, source_file_name, argument
|
D | symbol_resolver.py | 170 def _add_type_name_to_scope(type_definition, scope, errors): argument 177 def _set_scope_for_type_definition(type_definition, scope): argument 434 def _set_visible_scopes_for_type_definition(type_definition, visible_scopes): argument
|
D | dependency_checker.py | 83 structure, type_definition, dependencies): argument
|
D | type_check.py | 202 def unbounded_expression_type_for_physical_type(type_definition): argument
|
D | module_ir.py | 785 def _type_definition(type_definition): argument
|
/external/emboss/compiler/util/ |
D | ir_util.py | 242 def _find_path_in_structure(path, type_definition): argument 249 def _find_path_in_enumeration(path, type_definition): argument 258 def _find_path_in_parameters(path, type_definition): argument 267 def _find_path_in_type_definition(path, type_definition): argument
|
D | traverse_ir_test.py | 205 def _record_kind_and_constant(constant, constant_list, type_definition): argument
|
D | attribute_util.py | 169 def check_type_definition(type_definition, source_file_name, errors): argument
|
/external/stg/test_cases/info_tests/namespace/ |
D | simple.cc | 8 typedef int type_definition; typedef
|
/external/stg/test_cases/diff_tests/namespace/ |
D | simple.0.cc | 16 typedef int type_definition; typedef
|
D | simple.1.cc | 17 typedef long type_definition; typedef
|
/external/iamf_tools/iamf/cli/adm_to_user_metadata/adm/ |
D | xml_to_adm.cc | 378 absl::string_view type_definition, in ValidateAdmObjectForDefaultAdm() 407 absl::string_view type_definition) { in ValidateAdmObjectForDolbyAdm() 488 absl::string_view type_definition = audio_pack_id.substr(3, 4); in ValidateAudioObjects() local
|
/external/emboss/compiler/back_end/cpp/ |
D | header_generator.py | 267 def _get_adapted_cpp_buffer_type_for_field(type_definition, size_in_bits, argument 283 def _get_cpp_view_type_for_type_definition( argument
|
/external/pytorch/torch/csrc/jit/mobile/compatibility/ |
D | model_compatibility.cpp | 301 for (const auto& type_definition : type_table) { in _get_mobile_model_contained_types() local
|
/external/stg/ |
D | abigail_reader.cc | 1101 xmlNodePtr type_definition) { in ProcessTypedef()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 13459 const std::string &type_definition = getTypeDefinition(); in prepareShaderSource() local 14166 std::string type_definition; in getTypeDefinition() local 14717 const std::string &type_definition = getTypeDefinition(); in prepareShaderSource() local 14986 std::string type_definition; in getTypeDefinition() local
|
/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | mod.rs | 2936 let type_definition = quote! { in new() localVariable
|