Home
last modified time | relevance | path

Searched defs:type_definition (Results 1 – 19 of 19) sorted by relevance

/external/emboss/compiler/front_end/
Dattribute_checker.py175 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 …]
Dsynthetics.py58 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
Dconstraints.py93 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
Dsymbol_resolver.py170 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
Ddependency_checker.py83 structure, type_definition, dependencies): argument
Dtype_check.py202 def unbounded_expression_type_for_physical_type(type_definition): argument
Dmodule_ir.py785 def _type_definition(type_definition): argument
/external/emboss/compiler/util/
Dir_util.py242 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
Dtraverse_ir_test.py205 def _record_kind_and_constant(constant, constant_list, type_definition): argument
Dattribute_util.py169 def check_type_definition(type_definition, source_file_name, errors): argument
/external/stg/test_cases/info_tests/namespace/
Dsimple.cc8 typedef int type_definition; typedef
/external/stg/test_cases/diff_tests/namespace/
Dsimple.0.cc16 typedef int type_definition; typedef
Dsimple.1.cc17 typedef long type_definition; typedef
/external/iamf_tools/iamf/cli/adm_to_user_metadata/adm/
Dxml_to_adm.cc378 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/
Dheader_generator.py267 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/
Dmodel_compatibility.cpp301 for (const auto& type_definition : type_table) { in _get_mobile_model_contained_types() local
/external/stg/
Dabigail_reader.cc1101 xmlNodePtr type_definition) { in ProcessTypedef()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp13459 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/
Dmod.rs2936 let type_definition = quote! { in new() localVariable