Searched refs:push_srcloc (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | input.h | 82 extern void push_srcloc (location_t); 84 extern void push_srcloc (const char *name, int line);
|
| D | c-lex.c | 229 push_srcloc (new_map->start_location); in fe_file_change() 234 push_srcloc (new_map->to_file, 1); in fe_file_change()
|
| D | toplev.c | 957 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/ |
| D | input.h | 48 extern void push_srcloc PARAMS ((const char *name, int line));
|
| D | tree-inline.c | 1134 push_srcloc (EXPR_WFL_FILENAME (t), EXPR_WFL_LINENO (t)); 1193 push_srcloc (DECL_SOURCE_FILE (fn), DECL_SOURCE_LINE (fn));
|
| D | c-lex.c | 274 push_srcloc (new_map->to_file, 1);
|
| D | toplev.c | 2140 push_srcloc (file, line) in push_srcloc() function 5391 push_srcloc (input_filename, 0);
|
| D | ChangeLog.3 | 3915 * toplev.c (compile_file, push_srcloc, debug_start_source_file): 12680 * input.h (push_srcloc): New function. 12682 * toplev.c (push_srcloc): Define it.
|
| D | ChangeLog.4 | 673 push_srcloc and before leaving the function.
|
| D | ChangeLog | 4536 * tree-inline.c (expand_call_inline): Call push_srcloc when
|
| D | ChangeLog.7 | 5915 * toplev.c (push_srcloc): Remove indent_level handling.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 370 push_srcloc (BUILTINS_LOCATION); in cxx_init() 372 push_srcloc ("<built-in>", 0); in cxx_init()
|
| D | ChangeLog-2003 | 2655 * 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
|
| D | ChangeLog-2000 | 5923 * 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/ |
| D | decl.c | 4685 push_srcloc (DECL_SOURCE_FILE (f), DECL_SOURCE_LINE (f));
|
| D | ChangeLog | 15795 * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather 15798 (expand_call_inline): Use push_srcloc and pop_srcloc.
|