| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-aux-info.cc | 547 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); 563 xloc.file, xloc.line, 546 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); local
|
| gimple-parser.cc | 2538 location_t xloc = c_parser_peek_token (parser)->location; local 2542 c_finish_gimple_return (xloc, expr.value); 2558 location_t xloc = expansion_point_location_if_in_system_header (loc); local 2561 warning_at (xloc, 0, 2572 (xloc, "%<return%> with a value, in function returning void"); 2580 (xloc, "invalid conversion in return statement");
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| ptree.cc | 396 expanded_location xloc = expand_location (loc); local 398 fprintf (file, "%s:%d:%d", xloc.file, xloc.line, xloc.column); 428 auto xloc = expand_location (DECL_SOURCE_LOCATION (decl)); local 436 xloc.file, xloc.line, xloc.column, fullname);
|
| error.cc | 3764 expanded_location xloc = expand_location (loc); 3768 "locus", xloc.file, xloc.line, xloc.column); 3771 "locus", xloc.file, xloc.line); 3845 expanded_location xloc; local 3846 xloc = expand_location (loc); 3852 "locus", xloc.file, xloc.line, xloc.column, skip) 3905 expanded_location xloc = expand_location (EXPR_LOCATION (t)); local 3923 expanded_location xloc = expand_location (loc); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-aux-info.cc | 536 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); 552 xloc.file, xloc.line, 535 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); local
|
| gimple-parser.cc | 2432 location_t xloc = c_parser_peek_token (parser)->location; local 2436 c_finish_gimple_return (xloc, expr.value); 2452 location_t xloc = expansion_point_location_if_in_system_header (loc); local 2455 warning_at (xloc, 0, 2466 (xloc, "%<return%> with a value, in function returning void"); 2474 (xloc, "invalid conversion in return statement");
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| ptree.cc | 380 expanded_location xloc = expand_location (loc); local 382 fprintf (file, "%s:%d:%d", xloc.file, xloc.line, xloc.column); 412 auto xloc = expand_location (DECL_SOURCE_LOCATION (decl)); local 420 xloc.file, xloc.line, xloc.column, fullname);
|
| error.cc | 3680 expanded_location xloc = expand_location (loc); 3684 "locus", xloc.file, xloc.line, xloc.column); 3687 "locus", xloc.file, xloc.line); 3757 expanded_location xloc; local 3758 xloc = expand_location (loc); 3764 "locus", xloc.file, xloc.line, xloc.column, skip) 3817 expanded_location xloc = expand_location (EXPR_LOCATION (t)); local 3835 expanded_location xloc = expand_location (loc); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| print-rtl.cc | 291 expanded_location xloc local 293 fprintf (m_outfile, " %s:%i", xloc.file, xloc.line); 453 expanded_location xloc = insn_location (in_insn); local 454 fprintf (m_outfile, " \"%s\":%i:%i", xloc.file, xloc.line, 455 xloc.column);
|
| print-tree.cc | 231 expanded_location xloc; 504 xloc = expand_location (DECL_SOURCE_LOCATION (node)); 505 fprintf (file, " %s:%d:%d", xloc.file, xloc.line, 506 xloc.column); 1029 expanded_location xloc = expand_location (EXPR_LOCATION (node)); 1031 fprintf (file, "%s:%d:%d", xloc.file, xloc.line, xloc.column); 1037 xloc = expand_location (r.m_start) 230 expanded_location xloc; local 1028 expanded_location xloc = expand_location (EXPR_LOCATION (node)); local [all...] |
| tree-dump.cc | 336 expanded_location xloc; local 350 xloc = expand_location (DECL_SOURCE_LOCATION (t)); 351 if (xloc.file) 353 const char *filename = lbasename (xloc.file); 357 xloc.line);
|
| tree-pretty-print.cc | 1585 expanded_location xloc = expand_location (loc); local 1589 if (xloc.file) 1591 pp_string (pp, xloc.file); 1594 pp_decimal_int (pp, xloc.line); 1596 pp_decimal_int (pp, xloc.column);
|
| lto-streamer-out.cc | 197 expanded_location xloc = expand_location (loc); local 202 if (xloc.file == NULL) 204 if (xloc.line == 0) 206 if (xloc.column == 0) 217 + (ob->current_file != xloc.file)); 219 bp_pack_value (bp, ob->current_line != xloc.line, 1); 220 bp_pack_value (bp, ob->current_col != xloc.column, 1); 223 if (ob->current_file != xloc.file) 226 const char *remapped = remap_debug_filename (xloc.file); 236 bp_pack_value (bp, xloc.sysp, 1) [all...] |
| ubsan.cc | 313 expanded_location xloc; local 316 xloc = expand_location (loc); 318 if (xloc.file == NULL) 321 xloc.line = 0; 322 xloc.column = 0; 327 const char *file = remap_debug_filename (xloc.file); 337 xloc.line), NULL_TREE, 339 xloc.column)); 1883 expanded_location xloc = expand_location (loc); 1884 if (xloc.file == NULL || startswith (xloc.file, "\1" [all...] |
| final.cc | 2990 expanded_location xloc = expand_location (loc); 2991 if (xloc.line == 0 2996 filename = xloc.file; 2997 linenum = xloc.line; 2998 columnnum = xloc.column; 3011 expanded_location xloc = insn_location (insn); 3012 filename = xloc.file; 3013 linenum = xloc.line; 3014 columnnum = xloc.column; 2980 expanded_location xloc = expand_location (loc); local 3001 expanded_location xloc = insn_location (insn); local
|
| input.cc | 223 expanded_location xloc; local 234 memset (&xloc, 0, sizeof (xloc)); 281 xloc = linemap_expand_location (set, map, loc); 284 xloc.data = block; 286 xloc.file = loc == UNKNOWN_LOCATION ? NULL : special_fname_builtin (); 288 return xloc; 304 expanded_location xloc = expand_location (l); local 305 r = xloc.line; 1135 location_t xloc = linemap_resolve_location (line_table, location [all...] |
| modulo-sched.cc | 1253 expanded_location xloc = insn_location (insn); 1254 fprintf (dump_file, " %s:%i", xloc.file, xloc.line); 1250 expanded_location xloc = insn_location (insn); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| print-rtl.cc | 291 expanded_location xloc local 293 fprintf (m_outfile, " %s:%i", xloc.file, xloc.line); 453 expanded_location xloc = insn_location (in_insn); local 454 fprintf (m_outfile, " \"%s\":%i:%i", xloc.file, xloc.line, 455 xloc.column);
|
| print-tree.cc | 230 expanded_location xloc; 503 xloc = expand_location (DECL_SOURCE_LOCATION (node)); 504 fprintf (file, " %s:%d:%d", xloc.file, xloc.line, 505 xloc.column); 1019 expanded_location xloc = expand_location (EXPR_LOCATION (node)); 1021 fprintf (file, "%s:%d:%d", xloc.file, xloc.line, xloc.column); 1027 xloc = expand_location (r.m_start) 229 expanded_location xloc; local 1018 expanded_location xloc = expand_location (EXPR_LOCATION (node)); local [all...] |
| tree-dump.cc | 336 expanded_location xloc; local 350 xloc = expand_location (DECL_SOURCE_LOCATION (t)); 351 if (xloc.file) 353 const char *filename = lbasename (xloc.file); 357 xloc.line);
|
| tree-pretty-print.cc | 1409 expanded_location xloc = expand_location (loc); local 1412 if (xloc.file) 1414 pp_string (pp, xloc.file); 1417 pp_decimal_int (pp, xloc.line); 1419 pp_decimal_int (pp, xloc.column);
|
| lto-streamer-out.cc | 196 expanded_location xloc = expand_location (loc); local 200 if (xloc.file == NULL) 202 if (xloc.line == 0) 204 if (xloc.column == 0) 215 + (ob->current_file != xloc.file)); 217 bp_pack_value (bp, ob->current_line != xloc.line, 1); 218 bp_pack_value (bp, ob->current_col != xloc.column, 1); 220 if (ob->current_file != xloc.file) 223 const char *remapped = remap_debug_filename (xloc.file); 233 bp_pack_value (bp, xloc.sysp, 1) [all...] |
| ubsan.cc | 295 expanded_location xloc; local 298 xloc = expand_location (loc); 300 if (xloc.file == NULL) 303 xloc.line = 0; 304 xloc.column = 0; 309 const char *file = remap_debug_filename (xloc.file); 319 xloc.line), NULL_TREE, 321 xloc.column)); 1809 expanded_location xloc = expand_location (loc); 1810 if (xloc.file == NULL || startswith (xloc.file, "\1" [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ada-spec.cc | 1347 const expanded_location xloc = expand_location (decl_sloc (decl, false)); local 1349 if (xloc.line && xloc.file && xloc.file != current_source_file) 1366 char *s1 = get_ada_package (xloc.file); 1767 expanded_location xloc; local 1770 xloc = expand_location (DECL_SOURCE_LOCATION (node)); 1772 xloc = expand_location (EXPR_LOCATION (node)); 1774 xloc.file = NULL; 1776 if (xloc.file 2365 const expanded_location xloc local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 1347 const expanded_location xloc = expand_location (decl_sloc (decl, false)); local 1349 if (xloc.line && xloc.file && xloc.file != current_source_file) 1366 char *s1 = get_ada_package (xloc.file); 1765 expanded_location xloc; local 1768 xloc = expand_location (DECL_SOURCE_LOCATION (node)); 1770 xloc = expand_location (EXPR_LOCATION (node)); 1772 xloc.file = NULL; 1774 if (xloc.file 2318 const expanded_location xloc local [all...] |