| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | diagnostic-show-locus.c | 2821 location_t loc = make_location (caret, start, finish); in test_one_liner_caret_and_range() 2836 = make_location (linemap_position_for_column (line_table, 2), in test_one_liner_multiple_carets_and_ranges() 2842 = make_location (linemap_position_for_column (line_table, 8), in test_one_liner_multiple_carets_and_ranges() 2848 = make_location (linemap_position_for_column (line_table, 13), in test_one_liner_multiple_carets_and_ranges() 2886 location_t foo = make_location (start, start, finish); in test_one_liner_fixit_insert_after() 2905 location_t dot = make_location (start, start, finish); in test_one_liner_fixit_remove() 2988 location_t field = make_location (start, start, finish); in test_one_liner_fixit_replace() 3035 location_t field = make_location (start, start, finish); in test_one_liner_fixit_replace_equal_secondary_range() 3058 const location_t loc = make_location (c7, c7, c47); in test_one_liner_fixit_validation_adhoc_locations() 3159 = make_location (linemap_position_for_column (line_table, 1), in test_one_liner_labels() [all …]
|
| H A D | input.h | 167 extern location_t make_location (location_t caret, 169 extern location_t make_location (location_t caret, source_range src_range);
|
| H A D | edit-context.c | 1017 location_t field = make_location (start, start, finish); in test_applying_fixits_insert_after() 1154 location_t case_loc = make_location (case_start, case_start, case_finish); in test_applying_fixits_insert_containing_newline() 1202 location_t field = make_location (start, start, finish); in test_applying_fixits_growing_replace() 1247 location_t m_field = make_location (start, start, finish); in test_applying_fixits_shrinking_replace()
|
| H A D | input.c | 889 make_location (location_t caret, location_t start, location_t finish) in make_location() function 905 make_location (location_t caret, source_range src_range) in make_location() function 1566 *out_loc = make_location (ranges.get_range (caret_idx).m_start, in get_location_within_string() 1853 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); in test_accessing_ordinary_linemaps() 1907 const location_t aaa = make_location (c13, c12, c14); in test_make_location_nonpure_range_endpoints() 1915 const location_t not_aaa = make_location (c11, aaa, c14); in test_make_location_nonpure_range_endpoints() 1925 const location_t aaa_eq_bbb = make_location (c12, c12, c21); in test_make_location_nonpure_range_endpoints() 1931 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb); in test_make_location_nonpure_range_endpoints()
|
| H A D | diagnostic-format-json.cc | 333 = make_location (BUILTINS_LOCATION, in test_bad_endpoints()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | diagnostic-show-locus.cc | 3235 location_t loc = make_location (caret, start, finish); in test_one_liner_caret_and_range() 3250 = make_location (linemap_position_for_column (line_table, 2), in test_one_liner_multiple_carets_and_ranges() 3256 = make_location (linemap_position_for_column (line_table, 8), in test_one_liner_multiple_carets_and_ranges() 3262 = make_location (linemap_position_for_column (line_table, 13), in test_one_liner_multiple_carets_and_ranges() 3300 location_t foo = make_location (start, start, finish); in test_one_liner_fixit_insert_after() 3319 location_t dot = make_location (start, start, finish); in test_one_liner_fixit_remove() 3402 location_t field = make_location (start, start, finish); in test_one_liner_fixit_replace() 3449 location_t field = make_location (start, start, finish); in test_one_liner_fixit_replace_equal_secondary_range() 3472 const location_t loc = make_location (c7, c7, c47); in test_one_liner_fixit_validation_adhoc_locations() 3573 = make_location (linemap_position_for_column (line_table, 1), in test_one_liner_labels() [all …]
|
| H A D | input.h | 237 extern location_t make_location (location_t caret, 239 extern location_t make_location (location_t caret, source_range src_range);
|
| H A D | edit-context.cc | 1023 location_t field = make_location (start, start, finish); in test_applying_fixits_insert_after() 1160 location_t case_loc = make_location (case_start, case_start, case_finish); in test_applying_fixits_insert_containing_newline() 1208 location_t field = make_location (start, start, finish); in test_applying_fixits_growing_replace() 1253 location_t m_field = make_location (start, start, finish); in test_applying_fixits_shrinking_replace()
|
| H A D | input.cc | 1039 make_location (location_t caret, location_t start, location_t finish) in make_location() function 1055 make_location (location_t caret, source_range src_range) in make_location() function 1726 *out_loc = make_location (ranges.get_range (caret_idx).m_start, in get_location_within_string() 2013 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); in test_accessing_ordinary_linemaps() 2067 const location_t aaa = make_location (c13, c12, c14); in test_make_location_nonpure_range_endpoints() 2075 const location_t not_aaa = make_location (c11, aaa, c14); in test_make_location_nonpure_range_endpoints() 2085 const location_t aaa_eq_bbb = make_location (c12, c12, c21); in test_make_location_nonpure_range_endpoints() 2091 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb); in test_make_location_nonpure_range_endpoints()
|
| H A D | diagnostic-format-json.cc | 362 = make_location (BUILTINS_LOCATION, in test_bad_endpoints()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-common.h | 181 make_location () const;
|
| H A D | jit-recording.cc | 123 dump::make_location () const in make_location() function in gcc::jit::dump 4186 m_loc = d.make_location (); in write_to_dump() 4883 m_loc = d.make_location (); in write_to_dump() 6601 m_loc = d.make_location (); in write_to_dump() 6651 m_loc = d.make_location (); in write_to_dump()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-common.h | 179 make_location () const;
|
| H A D | jit-recording.c | 123 dump::make_location () const in make_location() function 3816 m_loc = d.make_location (); in write_to_dump() 4425 m_loc = d.make_location (); in write_to_dump() 5803 m_loc = d.make_location (); in write_to_dump() 5853 m_loc = d.make_location (); in write_to_dump()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 785 make_location (location_t caret, location_t start, cp_lexer *lexer) in make_location() function 788 return make_location (caret, start, t->location); in make_location() 2803 *out_loc = make_location (start_loc, start_loc, finish_loc); in cp_lexer_peek_conflict_marker() 4262 loc = make_location (loc, loc, get_finish (last_tok_loc)); 4945 location_t combined_loc = make_location (start_loc, start_loc, finish_loc); in cp_parser_statement_expr() 5548 = make_location (type_location, start_loc, finish_loc); in cp_parser_primary_expression() 5700 = make_location (input_location, id_expression.get_start (), in cp_parser_primary_expression() 5774 = make_location (caret_loc, start_loc, finish_loc); in cp_parser_primary_expression() 6094 = make_location (tilde_loc, tilde_loc, token->location); in cp_parser_unqualified_id() 6966 location_t cp_cast_loc = make_location (start_loc, start_loc, end_loc); in cp_parser_postfix_expression() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 830 make_location (location_t caret, location_t start, cp_lexer *lexer) in make_location() function 833 return make_location (caret, start, t->location); in make_location() 839 make_location (cp_token *caret, cp_token *start, cp_token *end) in make_location() function 841 return make_location (caret->location, start->location, end->location); in make_location() 2934 *out_loc = make_location (start_loc, start_loc, finish_loc); in cp_lexer_peek_conflict_marker() 4478 loc = make_location (loc, loc, get_finish (last_tok_loc)); in cp_parser_string_literal() 5219 location_t combined_loc = make_location (start_loc, start_loc, finish_loc); in cp_parser_statement_expr() 5828 = make_location (type_location, start_loc, finish_loc); in cp_parser_primary_expression() 5984 = make_location (input_location, id_expression.get_start (), in cp_parser_primary_expression() 6064 = make_location (caret_loc, start_loc, finish_loc); in cp_parser_primary_expression() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-tree.h | 160 return make_location (get_start (), get_start (), get_finish ()); in get_location()
|
| H A D | c-parser.cc | 934 *out_loc = make_location (start_loc, start_loc, finish_loc); in c_parser_peek_conflict_marker() 4447 location_t param_loc = make_location (caret_loc, start_loc, end_loc); in c_parser_parameter_declaration() 7684 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); in c_parser_conditional_expression() 7685 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); in c_parser_conditional_expression() 8192 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_unary_expression() 12060 location_t attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12070 location_t attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() 12126 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12137 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12152 attr_comb = make_location (attr_end, attr_start, in c_parser_objc_at_property_declaration() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-tree.h | 160 return make_location (get_start (), get_start (), get_finish ()); in get_location()
|
| H A D | c-parser.c | 924 *out_loc = make_location (start_loc, start_loc, finish_loc); in c_parser_peek_conflict_marker() 4410 location_t param_loc = make_location (caret_loc, start_loc, end_loc); in c_parser_parameter_declaration() 7721 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); in c_parser_conditional_expression() 7722 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); in c_parser_conditional_expression() 8199 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_unary_expression() 11996 location_t attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12006 location_t attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() 12062 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12073 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12088 attr_comb = make_location (attr_end, attr_start, in c_parser_objc_at_property_declaration() [all …]
|
| H A D | gimple-parser.c | 1101 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_gimple_unary_expression()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-lex.cc | 611 *loc = make_location (atloc, atloc, newloc); in c_lex_with_flags()
|
| H A D | c-format.cc | 5413 location_t fmt = make_location (c18, c17, c18); in test_type_mismatch_range_labels() 5416 location_t param = make_location (c24, c24, c26); in test_type_mismatch_range_labels()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-lex.c | 558 *loc = make_location (atloc, atloc, newloc); in c_lex_with_flags()
|
| H A D | c-format.c | 5407 location_t fmt = make_location (c18, c17, c18); in test_type_mismatch_range_labels() 5410 location_t param = make_location (c24, c24, c26); in test_type_mismatch_range_labels()
|