| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | substring-locations.cc | 281 substring_loc::get_location (location_t *out_loc) const in get_location() 283 gcc_assert (out_loc); in get_location() 284 return lang_hooks.get_substring_location (*this, out_loc); in get_location()
|
| H A D | substring-locations.h | 61 const char *get_location (location_t *out_loc) const; 124 location_t *out_loc);
|
| H A D | read-md.h | 243 bool read_name_1 (struct md_name *name, file_location *out_loc);
|
| H A D | langhooks.h | 633 location_t *out_loc);
|
| H A D | read-md.cc | 447 md_reader::read_name_1 (struct md_name *name, file_location *out_loc) in read_name_1() argument 455 *out_loc = get_current_location (); in read_name_1()
|
| H A D | langhooks-def.h | 96 location_t *out_loc);
|
| H A D | input.cc | 1706 location_t *out_loc) in get_location_within_string() argument 1711 gcc_assert (out_loc); in get_location_within_string() 1726 *out_loc = make_location (ranges.get_range (caret_idx).m_start, in get_location_within_string()
|
| H A D | ChangeLog-2017 | 41367 (md_reader::read_name_1): ...this, adding "out_loc" param,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | substring-locations.c | 281 substring_loc::get_location (location_t *out_loc) const in get_location() argument 283 gcc_assert (out_loc); in get_location() 284 return lang_hooks.get_substring_location (*this, out_loc); in get_location()
|
| H A D | substring-locations.h | 61 const char *get_location (location_t *out_loc) const; 124 location_t *out_loc);
|
| H A D | read-md.h | 243 bool read_name_1 (struct md_name *name, file_location *out_loc);
|
| H A D | langhooks.h | 577 location_t *out_loc);
|
| H A D | read-md.c | 447 md_reader::read_name_1 (struct md_name *name, file_location *out_loc) in read_name_1() argument 455 *out_loc = get_current_location (); in read_name_1()
|
| H A D | langhooks-def.h | 91 location_t *out_loc);
|
| H A D | input.c | 1546 location_t *out_loc) in get_location_within_string() argument 1551 gcc_assert (out_loc); in get_location_within_string() 1566 *out_loc = make_location (ranges.get_range (caret_idx).m_start, in get_location_within_string()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.h | 1114 location_t *out_loc);
|
| H A D | c-common.c | 891 location_t *out_loc) in c_get_substring_location() argument 904 out_loc); in c_get_substring_location()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.h | 1144 location_t *out_loc);
|
| H A D | c-common.cc | 914 location_t *out_loc) in c_get_substring_location() argument 927 out_loc); in c_get_substring_location()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 902 location_t *out_loc) in c_parser_peek_conflict_marker() argument 924 *out_loc = make_location (start_loc, start_loc, finish_loc); in c_parser_peek_conflict_marker()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 912 location_t *out_loc) in c_parser_peek_conflict_marker() argument 934 *out_loc = make_location (start_loc, start_loc, finish_loc); in c_parser_peek_conflict_marker()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 2781 location_t *out_loc) in cp_lexer_peek_conflict_marker() argument 2803 *out_loc = make_location (start_loc, start_loc, finish_loc); in cp_lexer_peek_conflict_marker()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 2912 location_t *out_loc) in cp_lexer_peek_conflict_marker() argument 2934 *out_loc = make_location (start_loc, start_loc, finish_loc); in cp_lexer_peek_conflict_marker()
|