Home
last modified time | relevance | path

Searched defs:type_diff (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/stg/
H A Dcomparison.cc449 const auto type_diff = (*this)(unqualified1, unqualified2); in operator ()() local
610 const auto type_diff = (*this)(x1.pointee_type_id, x2.pointee_type_id); in operator ()() local
653 const auto type_diff = (*this)(x1.element_type_id, x2.element_type_id); in operator ()() local
742 const auto type_diff = (*this)(definition1->underlying_type_id, in operator ()() local
797 const auto type_diff = in operator ()() local
811 const auto type_diff = (*this)(x1.return_type_id, x2.return_type_id); in operator ()() local
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff_wrappers.cpp56 DiffStatus type_diff = CompareAndDumpTypeDiff( in DumpDiff() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_diff_representation.h183 void SetTypeDiff(std::unique_ptr<TypeDiffIR> &&type_diff) { in SetTypeDiff()