Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/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.c957 push_srcloc (location_t fline) in push_srcloc() function
959 push_srcloc (const char *file, int line) in push_srcloc()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dinput.h48 extern void push_srcloc PARAMS ((const char *name, int line));
Dtree-inline.c1134 push_srcloc (EXPR_WFL_FILENAME (t), EXPR_WFL_LINENO (t));
1193 push_srcloc (DECL_SOURCE_FILE (fn), DECL_SOURCE_LINE (fn));
Dc-lex.c274 push_srcloc (new_map->to_file, 1);
Dtoplev.c2140 push_srcloc (file, line) in push_srcloc() function
5391 push_srcloc (input_filename, 0);
DChangeLog.33915 * toplev.c (compile_file, push_srcloc, debug_start_source_file):
12680 * input.h (push_srcloc): New function.
12682 * toplev.c (push_srcloc): Define it.
DChangeLog.4673 push_srcloc and before leaving the function.
DChangeLog4536 * tree-inline.c (expand_call_inline): Call push_srcloc when
DChangeLog.75915 * toplev.c (push_srcloc): Remove indent_level handling.
/openbsd/src/gnu/gcc/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.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c4685 push_srcloc (DECL_SOURCE_FILE (f), DECL_SOURCE_LINE (f));
DChangeLog15795 * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
15798 (expand_call_inline): Use push_srcloc and pop_srcloc.