Home
last modified time | relevance | path

Searched defs:caret (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c1039 expanded_location caret in maybe_add_location_range() local
2804 location_t caret = linemap_position_for_column (line_table, 10); in test_one_liner_simple_caret() local
2818 location_t caret = linemap_position_for_column (line_table, 10); in test_one_liner_caret_and_range() local
2868 location_t caret = linemap_position_for_column (line_table, 7); in test_one_liner_fixit_insert_before() local
3405 location_t caret = linemap_position_for_column (line_table, 18); in test_one_liner_simple_caret_utf8() local
3422 location_t caret = linemap_position_for_column (line_table, 18); in test_one_liner_caret_and_range_utf8() local
3479 location_t caret = linemap_position_for_column (line_table, 12); in test_one_liner_fixit_insert_before_utf8() local
4089 const location_t caret = c10; in test_fixit_consolidation() local
4934 location_t caret in test_fixit_deletion_affecting_newline() local
4983 location_t caret in test_line_numbers_multiline_range() local
H A Dgimple-ssa-sprintf.c3729 size_t caret = begin + (werange - pcnt); in parse_directive() local
3762 size_t caret = dir.beg - info.fmtstr + (perange - pcnt) - 1; in parse_directive() local
H A Dinput.c889 make_location (location_t caret, location_t start, location_t finish) in make_location()
905 make_location (location_t caret, source_range src_range) in make_location()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc1265 expanded_location caret in maybe_add_location_range() local
3218 location_t caret = linemap_position_for_column (line_table, 10); in test_one_liner_simple_caret() local
3232 location_t caret = linemap_position_for_column (line_table, 10); in test_one_liner_caret_and_range() local
3282 location_t caret = linemap_position_for_column (line_table, 7); in test_one_liner_fixit_insert_before() local
3819 location_t caret = linemap_position_for_column (line_table, 18); in test_one_liner_simple_caret_utf8() local
3836 location_t caret = linemap_position_for_column (line_table, 18); in test_one_liner_caret_and_range_utf8() local
3893 location_t caret = linemap_position_for_column (line_table, 12); in test_one_liner_fixit_insert_before_utf8() local
4564 const location_t caret = c10; in test_fixit_consolidation() local
5421 location_t caret in test_fixit_deletion_affecting_newline() local
5638 location_t caret in test_line_numbers_multiline_range() local
H A Dgimple-ssa-sprintf.cc3787 size_t caret = begin + (werange - pcnt); in parse_directive() local
3820 size_t caret = dir.beg - info.fmtstr + (perange - pcnt) - 1; in parse_directive() local
H A Dinput.cc1039 make_location (location_t caret, location_t start, location_t finish) in make_location()
1055 make_location (location_t caret, source_range src_range) in make_location()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c4531 expanded_location caret in get_corrected_substring() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc4530 expanded_location caret in get_corrected_substring() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc830 make_location (location_t caret, location_t start, cp_lexer *lexer) in make_location()
839 make_location (cp_token *caret, cp_token *start, cp_token *end) in make_location()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c785 make_location (location_t caret, location_t start, cp_lexer *lexer) in make_location()