| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-format-json.cc | 170 location_t next_loc = hint->get_next_loc (); local 171 fixit_obj->set ("next", json_from_expanded_location (context, next_loc));
|
| edit-context.cc | 304 expanded_location next_loc = expand_location (hint->get_next_loc ()); local 305 if (start.file != next_loc.file) 307 if (start.line != next_loc.line) 311 if (next_loc.column == 0) 317 return file.apply_fixit (start.line, start.column, next_loc.column,
|
| diagnostic-format-sarif.cc | 1078 location_t next_loc = hint.get_next_loc (); local 1081 expanded_location exploc_next = expand_location (next_loc);
|
| df.h | 370 union df_ref_d *next_loc; /* Next ref for same insn or bb. */ member in struct:df_base_ref 682 #define DF_REF_NEXT_LOC(REF) ((REF)->base.next_loc)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-format-json.cc | 123 location_t next_loc = hint->get_next_loc (); local 124 fixit_obj->set ("next", json_from_expanded_location (context, next_loc));
|
| edit-context.cc | 297 expanded_location next_loc = expand_location (hint->get_next_loc ()); local 298 if (start.file != next_loc.file) 300 if (start.line != next_loc.line) 304 if (next_loc.column == 0) 310 return file.apply_fixit (start.line, start.column, next_loc.column,
|
| df.h | 370 union df_ref_d *next_loc; /* Next ref for same insn or bb. */ member in struct:df_base_ref 682 #define DF_REF_NEXT_LOC(REF) ((REF)->base.next_loc)
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 6607 location_t next_loc = c_parser_peek_token (parser)->location; 6609 warn_for_multistatement_macros (loc_after_labels, next_loc, switch_loc, 6605 location_t next_loc = c_parser_peek_token (parser)->location; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 8089 location_t next_loc = c_parser_peek_token (parser)->location; 8091 warn_for_multistatement_macros (loc_after_labels, next_loc, switch_loc, 8087 location_t next_loc = c_parser_peek_token (parser)->location; local
|