/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic-format-json.cc | 67 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 D | read-rtl-function.c | 405 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 D | diagnostic.c | 892 location_t start_loc = hint->get_start_loc (); in print_parseable_fixits() local
|
H A D | input.c | 1501 location_t start_loc in get_substring_ranges_for_loc() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-format-json.cc | 90 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 D | read-rtl-function.cc | 405 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 D | diagnostic.cc | 1026 location_t start_loc = hint->get_start_loc (); in print_parseable_fixits() local
|
H A D | input.cc | 1661 location_t start_loc in get_substring_ranges_for_loc() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2794 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 D | parser.cc | 2925 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 D | module.cc | 15882 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 D | c-parser.cc | 925 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 D | c-parser.c | 915 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 D | primary.c | 390 locus old_loc, start_loc; in match_boz_constant() local
|
H A D | match.c | 154 locus dot_loc, start_loc; in gfc_match_member_sep() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | primary.cc | 390 locus old_loc, start_loc; in match_boz_constant() local
|
H A D | match.cc | 154 locus dot_loc, start_loc; in gfc_match_member_sep() local
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | lex.cc | 1348 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 D | ecma167-udf.h | 570 uint32_t start_loc; /* start of partition with given length */ member
|