Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDinput.h82 extern void push_srcloc (location_t);
84 extern void push_srcloc (const char *name, int line);
HDc-lex.c229 push_srcloc (new_map->start_location); in fe_file_change()
234 push_srcloc (new_map->to_file, 1); in fe_file_change()
HDtoplev.c995 push_srcloc (location_t fline) in push_srcloc() function
997 push_srcloc (const char *file, int line) in push_srcloc()
HDChangeLog-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
HDChangeLog-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.
HDChangeLog-20062430 (push_srcloc, pop_srcloc): Check for input_file_stack_tick
13402 (push_srcloc): Use XNEW.
HDChangeLog-200427106 (push_srcloc): Change parameter list if USE_MAPPED_LOCATION.
27122 (push_srcloc, pop_loc): Adjust parameter handling.
HDChangeLog-200220362 * toplev.c (push_srcloc): Remove indent_level handling.
/NextBSD/contrib/gcc/cp/
HDlex.c370 push_srcloc (BUILTINS_LOCATION); in cxx_init()
372 push_srcloc ("<built-in>", 0); in cxx_init()
HDChangeLog-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
HDChangeLog-20005923 * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
5926 (expand_call_inline): Use push_srcloc and pop_srcloc.