Searched refs:this_subs (Results 1 – 1 of 1) sorted by relevance
16888 std::vector<array_type_def::subrange_sptr > this_subs = l.get_subranges(); in equals() local16892 if (this_subs.size() != other_subs.size()) in equals()16902 for (i = this_subs.begin(), j = other_subs.begin(); in equals()16903 i != this_subs.end() && j != other_subs.end(); in equals()16950 std::vector<array_type_def::subrange_sptr > this_subs = l->get_subranges(); in equals_modulo_cv_qualifier() local16953 if (this_subs.size() != other_subs.size()) in equals_modulo_cv_qualifier()16957 for (i = this_subs.begin(), j = other_subs.begin(); in equals_modulo_cv_qualifier()16958 i != this_subs.end() && j != other_subs.end(); in equals_modulo_cv_qualifier()