Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.c974 m_fixit_hints (richloc->get_num_fixit_hints ()), in layout()
2563 && richloc->get_num_fixit_hints () == 0) in diagnostic_show_locus()
3070 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3086 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3102 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3123 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1()
3145 ASSERT_EQ (19, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_2()
3707 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1_utf8()
4165 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
4187 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
[all …]
H A Ddiagnostic-show-locus.cc1199 m_fixit_hints (richloc->get_num_fixit_hints ()), in layout()
2814 && richloc->get_num_fixit_hints () == 0 in diagnostic_show_locus()
3484 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3500 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3516 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3537 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1()
3559 ASSERT_EQ (19, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_2()
4121 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1_utf8()
4640 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
4662 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
[all …]
H A Ddiagnostic-format-json.cc238 if (richloc->get_num_fixit_hints ()) in json_end_diagnostic()
242 for (unsigned int i = 0; i < richloc->get_num_fixit_hints (); i++) in json_end_diagnostic()
H A Dedit-context.c229 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in add_fixits()
H A Dedit-context.cc229 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in add_fixits()
H A Ddiagnostic.c889 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in print_parseable_fixits()
H A Ddiagnostic.cc1023 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in print_parseable_fixits()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c974 m_fixit_hints (richloc->get_num_fixit_hints ()), in layout()
2563 && richloc->get_num_fixit_hints () == 0) in diagnostic_show_locus()
3070 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3086 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3102 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
3123 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1()
3145 ASSERT_EQ (19, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_2()
3707 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1_utf8()
4165 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
4187 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
[all …]
H A Ddiagnostic-format-json.cc213 if (richloc->get_num_fixit_hints ()) in json_end_diagnostic()
217 for (unsigned int i = 0; i < richloc->get_num_fixit_hints (); i++) in json_end_diagnostic()
H A Dedit-context.c229 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in add_fixits()
H A Ddiagnostic.c889 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in print_parseable_fixits()
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1701 unsigned int get_num_fixit_hints () const { return m_fixit_hints.count (); } in get_num_fixit_hints() function
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1760 unsigned int get_num_fixit_hints () const { return m_fixit_hints.count (); } in get_num_fixit_hints() function
/netbsd/external/gpl3/gcc/dist/libcpp/
H A DChangeLog2399 (rich_location::get_num_fixit_hints): Reimplement in terms of
2881 (rich_location::get_num_fixit_hints): New accessor.