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.cpp66 const AbiElementMap<const repr::TypeIR *> new_types = in CompareTUs() local
73 old_types, new_types, in CompareTUs()
79 old_types, new_types, in CompareTUs()
88 new_types, ir_diff_dumper)) { in CompareTUs()
303 const AbiElementMap<const repr::TypeIR *> &new_types, in PopulateCommonElements() argument
308 if (!DumpDiffElements(common_elements, old_types, new_types, in PopulateCommonElements()
375 const AbiElementMap<const repr::TypeIR *> &new_types, in DumpDiffElements() argument
388 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_()