| /src/external/gpl3/gcc/dist/libcpp/ |
| errors.cc | 51 return pfile->cur_token[-1].src_loc; 80 location_t src_loc = cpp_diagnostic_get_current_location (pfile); local 81 rich_location richloc (pfile->line_table, src_loc); 197 location_t src_loc, unsigned int column, 204 rich_location richloc (pfile->line_table, src_loc); 216 location_t src_loc, unsigned int column, 224 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc, 235 location_t src_loc, unsigned int column, 243 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING, reason, src_loc, 254 location_t src_loc, unsigned int column [all...] |
| traditional.cc | 163 location_t src_loc = pfile->line_table->highest_line; local 173 cpp_error_with_line (pfile, CPP_DL_ERROR, src_loc, 0,
|
| directives.cc | 551 rich_location richloc (pfile->line_table, dname->src_loc); 553 = get_range_from_loc (pfile->line_table, dname->src_loc); 796 *location = header->src_loc; 1210 location_t src_loc = pfile->cur_token[-1].src_loc; local 1221 cpp_warning_with_line_syshdr (pfile, reason, src_loc, 0, "%s", line); 1223 cpp_warning_with_line (pfile, reason, src_loc, 0, "%s", line); 1225 cpp_error_with_line (pfile, code, src_loc, 0, "%s", line); 1540 pfile->directive_result.src_loc = pragma_token_virt_loc; 1613 location_t src_loc = pfile->cur_token[-1].src_loc local 1670 location_t src_loc = pfile->cur_token[-1].src_loc; local [all...] |
| lex.cc | 2020 location_t loc = token->src_loc; 2506 maybe_ignore_udl_macro_suffix (cpp_reader *pfile, location_t src_loc, 2521 cpp_warning_with_line (pfile, CPP_W_LITERAL_SUFFIX, src_loc, 0, 2729 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 2733 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 2737 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 2776 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 0, 2792 location_t src_loc = token->src_loc; 2795 token->src_loc = pfile->line_table->highest_line 2791 location_t src_loc = token->src_loc; local [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| errors.cc | 51 return pfile->cur_token[-1].src_loc; 80 location_t src_loc = cpp_diagnostic_get_current_location (pfile); local 81 rich_location richloc (pfile->line_table, src_loc); 197 location_t src_loc, unsigned int column, 204 rich_location richloc (pfile->line_table, src_loc); 216 location_t src_loc, unsigned int column, 224 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc, 235 location_t src_loc, unsigned int column, 243 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING, reason, src_loc, 254 location_t src_loc, unsigned int column [all...] |
| traditional.cc | 163 location_t src_loc = pfile->line_table->highest_line; local 173 cpp_error_with_line (pfile, CPP_DL_ERROR, src_loc, 0,
|
| directives.cc | 536 rich_location richloc (pfile->line_table, dname->src_loc); 538 = get_range_from_loc (pfile->line_table, dname->src_loc); 778 *location = header->src_loc; 1192 location_t src_loc = pfile->cur_token[-1].src_loc; local 1203 cpp_warning_with_line_syshdr (pfile, reason, src_loc, 0, "%s", line); 1205 cpp_warning_with_line (pfile, reason, src_loc, 0, "%s", line); 1207 cpp_error_with_line (pfile, code, src_loc, 0, "%s", line); 1522 pfile->directive_result.src_loc = pragma_token_virt_loc; 1595 location_t src_loc = pfile->cur_token[-1].src_loc local 1652 location_t src_loc = pfile->cur_token[-1].src_loc; local [all...] |
| lex.cc | 1815 location_t loc = token->src_loc; 2450 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 2454 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 2458 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 2497 cpp_error_with_line (pfile, CPP_DL_ERROR, token->src_loc, 0, 2513 location_t src_loc = token->src_loc; 2516 token->src_loc = pfile->line_table->highest_line; 2520 cpp_error_with_line (pfile, CPP_DL_ERROR, src_loc, 0, 2552 token->src_loc, 0 2512 location_t src_loc = token->src_loc; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| cpp.cc | 834 maybe_print_line (location_t src_loc) 837 = linemap_check_ordinary (linemap_lookup (line_table, src_loc)); 838 int src_line = SOURCE_LINE (map, src_loc); 857 print_line (src_loc, ""); 863 print_line (location_t src_loc, const char *special_flags) 878 loc = expand_location (src_loc); 893 sysp = in_system_header_at (src_loc); 941 location_t src_loc = token->src_loc; local 946 maybe_print_line (src_loc); [all...] |
| error.cc | 1149 location_t src_loc local 1153 text->set_location (loc_num, src_loc, SHOW_RANGE_WITH_CARET);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| cpp.cc | 835 maybe_print_line (location_t src_loc) 838 = linemap_check_ordinary (linemap_lookup (line_table, src_loc)); 839 int src_line = SOURCE_LINE (map, src_loc); 858 print_line (src_loc, ""); 864 print_line (location_t src_loc, const char *special_flags) 879 loc = expand_location (src_loc); 894 sysp = in_system_header_at (src_loc); 942 location_t src_loc = token->src_loc; local 947 maybe_print_line (src_loc); [all...] |
| error.cc | 1079 location_t src_loc local 1083 text->set_location (loc_num, src_loc, SHOW_RANGE_WITH_CARET);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dumpfile.cc | 1118 location_t src_loc = user_location.get_location_t (); local 1121 ::dump_loc (MSG_NOTE, dump_file, src_loc); 1124 ::dump_loc (MSG_NOTE, alt_dump_file, src_loc); 1128 ::dump_loc (MSG_NOTE, m_test_pp, src_loc);
|
| genmatch.cc | 126 rich_location richloc (line_table, tk->src_loc); 152 rich_location richloc (line_table, tk->src_loc); 2768 linemap_resolve_location (line_table, token->src_loc, 2771 token->src_loc); 4536 record_operlist (id_tok->src_loc, p); 4549 location_t src_loc = eat_token (CPP_ATSIGN)->src_loc; local 4574 fatal_at (src_loc, "unknown capture id"); 4577 return new capture (src_loc, num, op, value_match); 4588 expr *e = new expr (parse_operation (opt_grp), token->src_loc); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dumpfile.cc | 1121 location_t src_loc = user_location.get_location_t (); local 1124 ::dump_loc (MSG_NOTE, dump_file, src_loc); 1127 ::dump_loc (MSG_NOTE, alt_dump_file, src_loc); 1131 ::dump_loc (MSG_NOTE, m_test_pp, src_loc);
|
| genmatch.cc | 123 rich_location richloc (line_table, tk->src_loc); 149 rich_location richloc (line_table, tk->src_loc); 2607 linemap_resolve_location (line_table, token->src_loc, 2610 token->src_loc); 4242 record_operlist (id_tok->src_loc, p); 4255 location_t src_loc = eat_token (CPP_ATSIGN)->src_loc; local 4280 fatal_at (src_loc, "unknown capture id"); 4283 return new capture (src_loc, num, op, value_match); 4294 expr *e = new expr (parse_operation (opt_grp), token->src_loc); [all...] |
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| cpplib.h | 257 location_t src_loc; variable 1035 cpp_string_location_reader (location_t src_loc, 1396 location_t src_loc, const char *msgid, ...)
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| cpplib.h | 249 location_t src_loc; variable 978 cpp_string_location_reader (location_t src_loc, 1334 location_t src_loc, const char *msgid, ...)
|