Lines Matching refs:end
365 i != config.get_sections().end();
801 m != klass_diff->inserted_data_members().end();
810 i != get_data_member_insertion_ranges().end();
819 (range->end(), first_type_decl, range_end_val))
829 // "has_data_member_inserted_at = end"
837 // "has_data_member_inserted_at = end".
884 i != enum_dif->changed_enumerators().end();
889 get_changed_enumerator_names().end(),
890 i->first) == get_changed_enumerator_names().end())
1091 != s.get_source_locations_to_keep().end())
1094 != s.get_source_locations_to_keep().end())
1234 priv(boundary_sptr begin, boundary_sptr end)
1235 : begin_(begin), end_(end)
1237 }; // end struct type_suppression::insertion_range::priv
1250 /// @param end the end of the range. A range boundary that is an
1254 boundary_sptr end)
1255 : priv_(new priv(begin, end))
1267 /// Getter for the end of the range.
1269 /// @return the end of the range. A range boundary that is an
1273 type_suppression::insertion_range::end() const
1357 it != context->get_data_members().end();
1386 /// represents the end of the range.
1390 /// @return true iff @p value represents the end of the insertion
1429 }; // end struct type_suppression::insertion_range::boundary::priv
1454 }; // end type_suppression::insertion_range::integer_boundary::priv
1494 }; // end struct type_suppression::insertion_range::fn_call_expr_boundary::priv
1690 i != list_property->get_value()->get_content().end();
1732 type_suppression::insertion_range::boundary_sptr begin, end;
1733 if (ins_point == "end")
1744 end = type_suppression::insertion_range::create_integer_boundary(-1);
1746 (new type_suppression::insertion_range(begin, end));
1757 // has_data_member_inserted_between = {0 , end};
1759 // has_data_member_inserted_between = {{0 , end}, {1, foo}}
1764 type_suppression::insertion_range::boundary_sptr begin, end;
1775 if (str == "end")
1788 if (str == "end")
1789 end =
1792 end = type_suppression::insertion_range::create_integer_boundary
1796 end = expr;
1801 (new type_suppression::insertion_range(begin, end));
1815 // has_data_members_inserted_between = {{8, 24}, {32, 64}, {128, end}}
1827 is_well_formed && i != prop->get_value()->get_value_items().end();
1847 type_suppression::insertion_range::boundary_sptr begin, end;
1849 if (str == "end")
1863 if (str == "end")
1864 end =
1867 end = type_suppression::insertion_range::create_integer_boundary
1871 end = expr;
1876 (new type_suppression::insertion_range(begin, end));
2726 p != get_parameter_specs().end();
3258 p != section.get_properties().end();
4389 for (suppressions_type::const_iterator i = sprs.begin(); i != sprs.end(); ++i)
4474 /// front-end interface.
4476 /// @param fe the front-end to consider.
4482 /// front-end @p fe.
4507 /// @param fe the front-end to consider.
4547 /// @param fe the front-end to consider.
4586 /// name, in the context of a given front-end.
4588 /// @param fe the front-end to consider.
4608 /// symbol has a given name, in the context of a given front-end.
4610 /// @param fe the front-end to consider.
4631 /// its name and source location, in the context of a given front-end.
4633 /// @param fe the front-end to consider.
4658 /// suppression specifications associated with a given front-end.
4661 /// a given libabigail front-end and analyzes them to see if they
4664 /// @param fe the front-end to consider.
4669 /// suppression specification associated with the front-end @p fe.
4684 /// suppression specifications associated with a given front-end.
4687 /// a given libabigail front-end and analyzes them to see if they
4690 /// @param fe the front-end to consider.
4696 /// associated with the front-end @p fe.
4712 /// specification associated with a given front-end.
4716 /// @param fe the front-end to consider.
4728 /// suppression specification coming from the front-end.
4752 /// specification associated with a given front-end.
4756 /// @param fe the front-end to consider.
4768 /// suppression specification coming from the front-end.
4792 /// specification associated with a given front-end.
4796 /// @param fe the front-end to consider.
4811 /// specification coming from the front-end.
4839 }// end namespace suppr
4840 } // end namespace abigail