Home
last modified time | relevance | path

Searched refs:push_srcloc (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dinput.h82 extern void push_srcloc (location_t);
84 extern void push_srcloc (const char *name, int line);
Dc-lex.c229 push_srcloc (new_map->start_location); in fe_file_change()
234 push_srcloc (new_map->to_file, 1); in fe_file_change()
Dtoplev.c995 push_srcloc (location_t fline) in push_srcloc() function
997 push_srcloc (const char *file, int line) in push_srcloc()
DChangeLog-200312992 2003-06-05 changes to push_srcloc and pop_srcloc.
20551 * toplev.c (push_srcloc): Simplify behavior to save current location
20554 (lang_dependent_init): Remove now-useless initial push_srcloc.
24291 (push_srcloc, pop_srcloc): Adjust.
24351 (push_srcloc, pop_srcloc): Rename lineno to input_line.
25134 * tree-inline.c (expand_call_inline): Call push_srcloc when
DChangeLog-2000679 push_srcloc and before leaving the function.
19181 * toplev.c (compile_file, push_srcloc, debug_start_source_file):
27946 * input.h (push_srcloc): New function.
27948 * toplev.c (push_srcloc): Define it.
DChangeLog-20062430 (push_srcloc, pop_srcloc): Check for input_file_stack_tick
13402 (push_srcloc): Use XNEW.
DChangeLog-200427106 (push_srcloc): Change parameter list if USE_MAPPED_LOCATION.
27122 (push_srcloc, pop_loc): Adjust parameter handling.
DChangeLog-200220362 * toplev.c (push_srcloc): Remove indent_level handling.
/freebsd-12-stable/contrib/gcc/cp/
Dlex.c370 push_srcloc (BUILTINS_LOCATION); in cxx_init()
372 push_srcloc ("<built-in>", 0); in cxx_init()
DChangeLog-20032655 * decl.c (pushdecl_class_level): Don't use push_srcloc/pop_srcloc
3354 * lex.c (cxx_init): Call push_srcloc and pop_srcloc rather than
DChangeLog-20005923 * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
5926 (expand_call_inline): Use push_srcloc and pop_srcloc.