Home
last modified time | relevance | path

Searched refs:other_subs (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/src/
H A Dabg-ir.cc17522 std::vector<array_type_def::subrange_sptr > other_subs = r.get_subranges(); in equals() local
17525 if (this_subs.size() != other_subs.size()) in equals()
17535 for (i = this_subs.begin(), j = other_subs.begin(); in equals()
17536 i != this_subs.end() && j != other_subs.end(); in equals()
17584 std::vector<array_type_def::subrange_sptr > other_subs = r->get_subranges(); in equals_modulo_cv_qualifier() local
17586 if (this_subs.size() != other_subs.size()) in equals_modulo_cv_qualifier()
17590 for (i = this_subs.begin(), j = other_subs.begin(); in equals_modulo_cv_qualifier()
17591 i != this_subs.end() && j != other_subs.end(); in equals_modulo_cv_qualifier()

Completed in 32 milliseconds