Searched defs:type_diff (Results 1 – 3 of 3) sorted by relevance
449 const auto type_diff = (*this)(unqualified1, unqualified2); in operator ()() local610 const auto type_diff = (*this)(x1.pointee_type_id, x2.pointee_type_id); in operator ()() local653 const auto type_diff = (*this)(x1.element_type_id, x2.element_type_id); in operator ()() local742 const auto type_diff = (*this)(definition1->underlying_type_id, in operator ()() local797 const auto type_diff = in operator ()() local811 const auto type_diff = (*this)(x1.return_type_id, x2.return_type_id); in operator ()() local
56 DiffStatus type_diff = CompareAndDumpTypeDiff( in DumpDiff() local
183 void SetTypeDiff(std::unique_ptr<TypeDiffIR> &&type_diff) { in SetTypeDiff()