Home
last modified time | relevance | path

Searched refs:new_types (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.h44 const AbiElementMap<const repr::TypeIR *> &new_types, in DiffWrapper() argument
47 : AbiDiffHelper(old_types, new_types, diff_policy_options, type_cache, in DiffWrapper()
Dabi_diff.cpp61 const AbiElementMap<const repr::TypeIR *> new_types = in CompareTUs() local
68 old_types, new_types, in CompareTUs()
74 old_types, new_types, in CompareTUs()
83 new_types, ir_diff_dumper)) { in CompareTUs()
298 const AbiElementMap<const repr::TypeIR *> &new_types, in PopulateCommonElements() argument
303 if (!DumpDiffElements(common_elements, old_types, new_types, in PopulateCommonElements()
370 const AbiElementMap<const repr::TypeIR *> &new_types, in DumpDiffElements() argument
383 old_element, new_element, ir_diff_dumper, old_types, new_types, in DumpDiffElements()
Dabi_diff.h106 const AbiElementMap<const repr::TypeIR *> &new_types,
114 const AbiElementMap<const repr::TypeIR *> &new_types,
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.h83 const AbiElementMap<const TypeIR *> &new_types,
88 : old_types_(old_types), new_types_(new_types), in old_types_()