Home
last modified time | relevance | path

Searched defs:start_loc (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-format-json.cc67 location_t start_loc = get_start (loc_range->m_loc); in json_from_location_range() local
98 location_t start_loc = hint->get_start_loc (); in json_from_fixit_hint() local
H A Dread-rtl-function.c405 function_reader::handle_unknown_directive (file_location start_loc, in handle_unknown_directive()
789 function_reader::parse_insn (file_location start_loc, const char *name) in parse_insn()
1644 read_rtl_function_body_from_file_range (location_t start_loc, in read_rtl_function_body_from_file_range()
H A Ddiagnostic.c892 location_t start_loc = hint->get_start_loc (); in print_parseable_fixits() local
H A Dinput.c1501 location_t start_loc in get_substring_ranges_for_loc() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-format-json.cc90 location_t start_loc = get_start (loc_range->m_loc); in json_from_location_range() local
121 location_t start_loc = hint->get_start_loc (); in json_from_fixit_hint() local
H A Dread-rtl-function.cc405 function_reader::handle_unknown_directive (file_location start_loc, in handle_unknown_directive()
789 function_reader::parse_insn (file_location start_loc, const char *name) in parse_insn()
1647 read_rtl_function_body_from_file_range (location_t start_loc, in read_rtl_function_body_from_file_range()
H A Ddiagnostic.cc1026 location_t start_loc = hint->get_start_loc (); in print_parseable_fixits() local
H A Dinput.cc1661 location_t start_loc in get_substring_ranges_for_loc() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2794 location_t start_loc = cp_lexer_peek_token (lexer)->location; in cp_lexer_peek_conflict_marker() local
4930 location_t start_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_statement_expr() local
5515 location_t start_loc in cp_parser_primary_expression() local
5771 location_t start_loc = get_start (id_expr_token->location); in cp_parser_primary_expression() local
6897 location_t start_loc = get_range_from_loc (line_table, loc).m_start; in cp_parser_postfix_expression() local
7702 location_t start_loc = postfix_expression.get_start (); in cp_parser_postfix_dot_deref_expression() local
8227 location_t start_loc = token->location; in cp_parser_unary_expression() local
8342 location_t start_loc = token->location; in cp_parser_unary_expression() local
8449 location_t start_loc = token->location; in cp_parser_unary_expression() local
8609 location_t start_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_has_attribute_expression() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2925 location_t start_loc = cp_lexer_peek_token (lexer)->location; in cp_lexer_peek_conflict_marker() local
5204 location_t start_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_statement_expr() local
5795 location_t start_loc in cp_parser_primary_expression() local
6061 location_t start_loc = get_start (id_expr_token->location); in cp_parser_primary_expression() local
7233 location_t start_loc = get_range_from_loc (line_table, loc).m_start; in cp_parser_postfix_expression() local
8192 location_t start_loc = postfix_expression.get_start (); in cp_parser_postfix_dot_deref_expression() local
8687 location_t start_loc = token->location; in cp_parser_unary_expression() local
8802 location_t start_loc = token->location; in cp_parser_unary_expression() local
8909 location_t start_loc = token->location; in cp_parser_unary_expression() local
9069 location_t start_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_has_attribute_expression() local
[all …]
H A Dmodule.cc15882 location_t start_loc = MAP_START_LOCATION (omap); in write_prepare_maps() local
16028 location_t start_loc = MAP_START_LOCATION (omap); in write_ordinary_maps() local
16117 location_t start_loc = MAP_START_LOCATION (mmap); in write_macro_maps() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc925 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_peek_conflict_marker() local
4400 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_parameter_declaration() local
8364 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_alignof_expression() local
9167 location_t start_loc = loc; in c_parser_postfix_expression() local
10098 location_t start_loc = loc; in c_parser_postfix_expression() local
10133 location_t start_loc = loc; in c_parser_postfix_expression() local
10270 location_t start_loc; in c_parser_postfix_expression_after_paren_type() local
23399 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_parse_rtl_body() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c915 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_peek_conflict_marker() local
4363 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_parameter_declaration() local
8371 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_alignof_expression() local
9170 location_t start_loc = loc; in c_parser_postfix_expression() local
10063 location_t start_loc = loc; in c_parser_postfix_expression() local
10217 location_t start_loc; in c_parser_postfix_expression_after_paren_type() local
21830 location_t start_loc = c_parser_peek_token (parser)->location; in c_parser_parse_rtl_body() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c390 locus old_loc, start_loc; in match_boz_constant() local
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc390 locus old_loc, start_loc; in match_boz_constant() local
H A Dmatch.cc154 locus dot_loc, start_loc; in gfc_match_member_sep() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc1348 location_t start_loc = linemap_position_for_column (pfile->line_table, in get_location_for_byte_range_in_cur_line() local
/netbsd-src/sys/fs/udf/
H A Decma167-udf.h570 uint32_t start_loc; /* start of partition with given length */ member