Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic-show-locus.c830 m_fixit_hints (richloc->get_num_fixit_hints ()), in layout()
1998 && richloc->get_num_fixit_hints () == 0) in diagnostic_show_locus()
2267 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
2284 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
2301 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_fixit_validation_adhoc_locations()
2323 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_1()
2346 ASSERT_EQ (19, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_2()
2634 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
2656 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
2676 ASSERT_EQ (1, richloc.get_num_fixit_hints ()); in test_fixit_consolidation()
[all …]
H A Ddiagnostic.c782 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in print_parseable_fixits()
H A Dedit-context.c229 for (unsigned i = 0; i < richloc->get_num_fixit_hints (); i++) in add_fixits()
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h1680 unsigned int get_num_fixit_hints () const { return m_fixit_hints.count (); } in get_num_fixit_hints() function