Home
last modified time | relevance | path

Searched refs:out_loc (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsubstring-locations.cc281 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 Dsubstring-locations.h61 const char *get_location (location_t *out_loc) const;
124 location_t *out_loc);
H A Dread-md.h243 bool read_name_1 (struct md_name *name, file_location *out_loc);
H A Dlanghooks.h633 location_t *out_loc);
H A Dread-md.cc447 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 Dlanghooks-def.h96 location_t *out_loc);
H A Dinput.cc1706 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 DChangeLog-201741367 (md_reader::read_name_1): ...this, adding "out_loc" param,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsubstring-locations.c281 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 Dsubstring-locations.h61 const char *get_location (location_t *out_loc) const;
124 location_t *out_loc);
H A Dread-md.h243 bool read_name_1 (struct md_name *name, file_location *out_loc);
H A Dlanghooks.h577 location_t *out_loc);
H A Dread-md.c447 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 Dlanghooks-def.h91 location_t *out_loc);
H A Dinput.c1546 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 Dc-common.h1114 location_t *out_loc);
H A Dc-common.c891 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 Dc-common.h1144 location_t *out_loc);
H A Dc-common.cc914 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 Dc-parser.c902 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 Dc-parser.cc912 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 Dparser.c2781 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 Dparser.cc2912 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()