HomeSort by: relevance | last modified time | path
    Searched refs:start_loc (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.h 25 extern bool read_rtl_function_body_from_file_range (location_t start_loc,
diagnostic-format-json.cc 139 location_t start_loc = get_start (loc_range->m_loc);
144 if (start_loc != caret_loc
145 && start_loc != UNKNOWN_LOCATION)
146 result->set ("start", json_from_expanded_location (context, start_loc));
168 location_t start_loc = hint->get_start_loc (); local
169 fixit_obj->set ("start", json_from_expanded_location (context, start_loc));
diagnostic-format-sarif.cc 959 location_t start_loc = get_start (loc);
963 expanded_location exploc_start = expand_location (start_loc);
1033 location_t start_loc = get_start (loc);
1037 expanded_location exploc_start = expand_location (start_loc);
1077 location_t start_loc = hint.get_start_loc (); local
1080 expanded_location exploc_start = expand_location (start_loc);
read-rtl-function.cc 399 seen at START_LOC.
405 function_reader::handle_unknown_directive (file_location start_loc,
409 fatal_at (start_loc, "expected 'function'");
784 name NAME, seen at START_LOC, by calling read_rtx_code, calling
790 function_reader::parse_insn (file_location start_loc, const char *name)
794 fatal_at (start_loc, "expected insn type; got '%s'", name);
797 fatal_at (start_loc, "expected insn type; got '%s'", name);
1644 /* Run the RTL dump parser on the range of lines between START_LOC and
1648 read_rtl_function_body_from_file_range (location_t start_loc,
1651 expanded_location exploc_start = expand_location (start_loc);
    [all...]
diagnostic.cc 1233 location_t start_loc = hint->get_start_loc ();
1234 expanded_location start_exploc = expand_location (start_loc);
input.cc 1787 location_t start_loc
1791 cpp_string_location_reader loc_reader (start_loc, line_table);
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.h 25 extern bool read_rtl_function_body_from_file_range (location_t start_loc,
diagnostic-format-json.cc 90 location_t start_loc = get_start (loc_range->m_loc);
95 if (start_loc != caret_loc
96 && start_loc != UNKNOWN_LOCATION)
97 result->set ("start", json_from_expanded_location (context, start_loc));
121 location_t start_loc = hint->get_start_loc (); local
122 fixit_obj->set ("start", json_from_expanded_location (context, start_loc));
read-rtl-function.cc 399 seen at START_LOC.
405 function_reader::handle_unknown_directive (file_location start_loc,
409 fatal_at (start_loc, "expected 'function'");
783 name NAME, seen at START_LOC, by calling read_rtx_code, calling
789 function_reader::parse_insn (file_location start_loc, const char *name)
793 fatal_at (start_loc, "expected insn type; got '%s'", name);
796 fatal_at (start_loc, "expected insn type; got '%s'", name);
1643 /* Run the RTL dump parser on the range of lines between START_LOC and
1647 read_rtl_function_body_from_file_range (location_t start_loc,
1650 expanded_location exploc_start = expand_location (start_loc);
    [all...]
diagnostic.cc 1028 location_t start_loc = hint->get_start_loc ();
1029 expanded_location start_exploc = expand_location (start_loc);
input.cc 1661 location_t start_loc
1665 cpp_string_location_reader loc_reader (start_loc, line_table);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 2927 location_t start_loc = cp_lexer_peek_token (lexer)->location;
2928 if (LOCATION_COLUMN (start_loc) != 1)
2936 *out_loc = make_location (start_loc, start_loc, finish_loc);
5206 location_t start_loc = cp_lexer_peek_token (parser->lexer)->location;
5221 location_t combined_loc = make_location (start_loc, start_loc, finish_loc);
5797 location_t start_loc
5830 = make_location (type_location, start_loc, finish_loc);
6063 location_t start_loc = get_start (id_expr_token->location)
    [all...]
module.cc 15882 location_t start_loc = MAP_START_LOCATION (omap);
15883 unsigned to = start_loc + span.ordinary_delta;
15887 ix, start_loc,
15888 end_loc, end_loc - start_loc,
15892 gcc_checking_assert (((start_loc ^ to) & range_mask) == 0);
16028 location_t start_loc = MAP_START_LOCATION (omap);
16029 unsigned to = start_loc + span.ordinary_delta;
16032 && dump ("Span:%u ordinary [%u,%u)->%u", ix, start_loc,
16036 gcc_checking_assert (((start_loc ^ to) & range_mask) == 0);
16117 location_t start_loc = MAP_START_LOCATION (mmap)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 927 location_t start_loc = c_parser_peek_token (parser)->location;
928 if (LOCATION_COLUMN (start_loc) != 1)
936 *out_loc = make_location (start_loc, start_loc, finish_loc);
4402 location_t start_loc = c_parser_peek_token (parser)->location;
4448 : start_loc);
4449 location_t param_loc = make_location (caret_loc, start_loc, end_loc);
8364 location_t start_loc = c_parser_peek_token (parser)->location;
8376 pedwarn_c99 (start_loc, OPT_Wpedantic, "ISO C99 does not support %qE",
8379 pedwarn_c99 (start_loc, OPT_Wpedantic, "ISO C90 does not support %qE"
4400 location_t start_loc = c_parser_peek_token (parser)->location; local
8362 location_t start_loc = c_parser_peek_token (parser)->location; local
9165 location_t start_loc = loc; local
10096 location_t start_loc = loc; local
10131 location_t start_loc = loc; local
10268 location_t start_loc; local
23395 location_t start_loc = c_parser_peek_token (parser)->location; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 3131 location_t start_loc = cp_lexer_peek_token (lexer)->location;
3132 if (LOCATION_COLUMN (start_loc) != 1)
3140 *out_loc = make_location (start_loc, start_loc, finish_loc);
5476 location_t start_loc = cp_lexer_peek_token (parser->lexer)->location;
5491 location_t combined_loc = make_location (start_loc, start_loc, finish_loc);
6082 location_t start_loc
6115 = make_location (type_location, start_loc, finish_loc);
6325 location_t start_loc = get_start (id_expr_token->location)
    [all...]
  /src/sys/fs/udf/
ecma167-udf.h 570 uint32_t start_loc; /* start of partition with given length */ member in struct:part_desc
udf_strat_sequential.c 437 ptov = udf_rw32(pdesc->start_loc);
udf_allocation.c 184 ptov = udf_rw32(pdesc->start_loc);
489 *lb_numres = lb_num + udf_rw32(pdesc->start_loc);
514 *lb_numres = lb_num + udf_rw32(pdesc->start_loc);
537 *lb_numres = lb_num + udf_rw32(pdesc->start_loc);
1193 ptov = udf_rw32(pdesc->start_loc);
udf_subr.c 448 phys_part_start = udf_rw32(part->start_loc);
587 part_start = udf_rw32(part->start_loc);
1550 lb_num = udf_rw32(partd->start_loc);
1609 lb_num = udf_rw32(partd->start_loc);
1684 ptov = udf_rw32(partd->start_loc);
1718 ptov = udf_rw32(partd->start_loc);
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 989 location_t start_loc = c_parser_peek_token (parser)->location;
990 if (LOCATION_COLUMN (start_loc) != 1)
998 *out_loc = make_location (start_loc, start_loc, finish_loc);
5052 location_t start_loc = c_parser_peek_token (parser)->location;
5098 : start_loc);
5099 location_t param_loc = make_location (caret_loc, start_loc, end_loc);
9947 location_t start_loc = c_parser_peek_token (parser)->location;
9961 pedwarn_c99 (start_loc, OPT_Wpedantic, "ISO C99 does not support %qE",
9964 pedwarn_c99 (start_loc, OPT_Wpedantic, "ISO C90 does not support %qE"
5050 location_t start_loc = c_parser_peek_token (parser)->location; local
9945 location_t start_loc = c_parser_peek_token (parser)->location; local
10773 location_t start_loc = loc; local
11705 location_t start_loc = loc; local
11740 location_t start_loc = loc; local
12215 location_t start_loc; local
26920 location_t start_loc = c_parser_peek_token (parser)->location; local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1355 location_t start_loc = linemap_position_for_column (pfile->line_table,
1360 if (start_loc == end_loc)
1361 return start_loc;
1364 src_range.m_start = start_loc;
1367 = pfile->line_table->get_or_create_combined_loc (start_loc,
1354 location_t start_loc = linemap_position_for_column (pfile->line_table, local
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1349 location_t start_loc = linemap_position_for_column (pfile->line_table,
1354 if (start_loc == end_loc)
1355 return start_loc;
1358 src_range.m_start = start_loc;
1361 start_loc,
1348 location_t start_loc = linemap_position_for_column (pfile->line_table, local
  /src/sbin/fsck_udf/
main.c 2028 part_start = udf_rw32(pdesc->start_loc);
2033 part_start = MIN(part_start, udf_rw32(pdesc->start_loc));
2887 udf_rw32(context.partitions[context.data_part]->start_loc);
2946 udf_rw32(context.partitions[context.data_part]->start_loc);
  /src/sbin/newfs_udf/
udf_core.c 1133 pd->start_loc = udf_rw32(layout.part_start_lba);
3044 //printf("layout.vat %d\n", layout.vat + udf_rw32(context.partitions[context.data_part]->start_loc));
3060 //printf("VAT itself at %d\n", loc + udf_rw32(context.partitions[context.data_part]->start_loc));
3910 *lb_numres = lb_num + udf_rw32(pdesc->start_loc);
3932 *lb_numres = lb_num + udf_rw32(pdesc->start_loc);
3955 *lb_numres = lb_num + udf_rw32(pdesc->start_loc);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 390 locus old_loc, start_loc; local
394 start_loc = old_loc = gfc_current_locus;
506 gfc_current_locus = start_loc;

Completed in 79 milliseconds

1 2