/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | constraints.py | 26 def _render_type(type_ir, ir): argument 39 def _render_atomic_type_name(type_ir, ir, suffix=None): argument 52 type_ir, source_file_name, errors): argument 68 def _check_that_array_base_types_are_fixed_size(type_ir, source_file_name, argument 93 type_ir, type_definition, source_file_name, errors, ir): argument 172 def _check_type_requirements_for_field(type_ir, type_definition, field, ir, argument 296 type_ir, usage_source_location, size, ir, source_file_name): 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
|
/aosp_15_r20/external/emboss/compiler/back_end/cpp/ |
H A D | header_generator.py | 230 def _get_type_size(type_ir, ir): argument 346 type_ir, size, byte_order, ir, buffer_type, parent_addressable_unit, argument 1080 def _generate_subtype_definitions(type_ir, ir, config: Config): argument 1117 def _generate_structure_definition(type_ir, ir, config: Config): argument 1343 def _generate_enum_definition(type_ir, include_traits=True): argument 1402 def _generate_type_definition(type_ir, ir, config: Config): argument
|
/aosp_15_r20/external/emboss/compiler/util/ |
H A D | ir_util.py | 231 def is_array(type_ir): argument 333 def get_base_type(type_ir): argument 351 def fixed_size_of_type_in_bits(type_ir, ir): argument
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/ |
H A D | ir_representation.h | 860 TypeDefinition(const TypeIR *type_ir, in TypeDefinition() 979 void AddToODRListMap(const std::string &key, const TypeIR *type_ir, in AddToODRListMap()
|
H A D | abi_diff_helpers.cpp | 860 const TypeIR *type_ir = FindTypeById(types, type_id); in ResolveQualifiers() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/ |
H A D | ir_dumper.cpp | 101 static void AddTypeInfo(JsonObject &type_decl, const TypeIR *type_ir) { in AddTypeInfo()
|
H A D | ir_reader.cpp | 219 TypeIR *type_ir) { in ReadTypeInfo()
|
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/ |
H A D | module_merger.cpp | 362 const repr::TypeIR *type_ir) { in DereferenceType()
|