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.cpp67 const AbiElementMap<const repr::TypeIR *> new_types = in CompareTUs() local
74 old_types, new_types, in CompareTUs()
80 old_types, new_types, in CompareTUs()
89 new_types, ir_diff_dumper)) { in CompareTUs()
304 const AbiElementMap<const repr::TypeIR *> &new_types, in PopulateCommonElements() argument
309 if (!DumpDiffElements(common_elements, old_types, new_types, in PopulateCommonElements()
376 const AbiElementMap<const repr::TypeIR *> &new_types, in DumpDiffElements() argument
389 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.h80 const AbiElementMap<const TypeIR *> &new_types,
84 : old_types_(old_types), new_types_(new_types), in old_types_()