Home
last modified time | relevance | path

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

/external/stg/
Dcomparison.cc611 const auto type_diff = (*this)(x1.pointee_type_id, x2.pointee_type_id); in operator ()() local
614 result.MaybeAddEdgeDiff(text, type_diff); in operator ()()
654 const auto type_diff = (*this)(x1.element_type_id, x2.element_type_id); in operator ()() local
655 result.MaybeAddEdgeDiff("element", type_diff); in operator ()()
743 const auto type_diff = (*this)(definition1->underlying_type_id, in operator ()() local
745 result.MaybeAddEdgeDiff("underlying", type_diff); in operator ()()
798 const auto type_diff = in operator ()() local
800 result.MaybeAddEdgeDiff("discriminant", type_diff); in operator ()()
812 const auto type_diff = (*this)(x1.return_type_id, x2.return_type_id); in operator ()() local
813 result.MaybeAddEdgeDiff("return", type_diff); in operator ()()