Home
last modified time | relevance | path

Searched refs:seen_impossible_fixit_p (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dedit-context.c224 if (richloc->seen_impossible_fixit_p ()) in add_fixits()
1123 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_applying_fixits_insert_after_failure()
1300 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_applying_fixits_replace_containing_newline()
H A Dedit-context.cc224 if (richloc->seen_impossible_fixit_p ()) in add_fixits()
1129 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_applying_fixits_insert_after_failure()
1306 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_applying_fixits_replace_containing_newline()
H A Ddiagnostic-show-locus.c4798 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_insert_containing_newline()
4900 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_replace_containing_newline()
4944 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_deletion_affecting_newline()
H A Ddiagnostic-show-locus.cc5285 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_insert_containing_newline()
5387 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_replace_containing_newline()
5431 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_deletion_affecting_newline()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dedit-context.c224 if (richloc->seen_impossible_fixit_p ()) in add_fixits()
1123 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_applying_fixits_insert_after_failure()
1300 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_applying_fixits_replace_containing_newline()
H A Ddiagnostic-show-locus.c4798 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_insert_containing_newline()
4900 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_replace_containing_newline()
4944 ASSERT_TRUE (richloc.seen_impossible_fixit_p ()); in test_fixit_deletion_affecting_newline()
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1704 bool seen_impossible_fixit_p () const { return m_seen_impossible_fixit; } in seen_impossible_fixit_p() function
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1763 bool seen_impossible_fixit_p () const { return m_seen_impossible_fixit; } in seen_impossible_fixit_p() function
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.c8640 if (!richloc->seen_impossible_fixit_p ()) in maybe_suggest_missing_token_insertion()
H A Dc-common.cc9089 if (!richloc->seen_impossible_fixit_p ()) in maybe_suggest_missing_token_insertion()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c8640 if (!richloc->seen_impossible_fixit_p ()) in maybe_suggest_missing_token_insertion()
/netbsd/external/gpl3/gcc/dist/libcpp/
H A DChangeLog2375 * include/line-map.h (rich_location::seen_impossible_fixit_p): New