Searched refs:start_source_file (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | debug.h | 48 void (* start_source_file) (unsigned int line, const char *file); member
|
H A D | vmsdbgout.c | 1427 (*dwarf2_debug_hooks.start_source_file) (lineno, filename); in vmsdbgout_start_source_file()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | debug.h | 52 void (* start_source_file) (unsigned int line, const char *file); member
|
H A D | vmsdbgout.cc | 1428 (*dwarf2_debug_hooks.start_source_file) (lineno, filename); in vmsdbgout_start_source_file()
|
H A D | ChangeLog-2003 | 15823 debug_hooks->start_source_file call. 27792 * c-pch.c (pch_init): Don't call start_source_file, but do call 27795 (c_common_read_pch): Don't call start_source_file, 36269 (pch_init): Call start_source_file to keep nesting right. 36271 start_source_file debug hook. Call end_source_file debug hook.
|
H A D | ChangeLog-2002 | 26841 * dwarf2out.c (dwarf2out_define): Remove start_source_file call, 28054 the start_source_file debug hook, not the current line number. 32975 * c-lex.c (yyparse): Call debug_hooks->start_source_file for
|
H A D | ChangeLog-2008 | 16858 * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file
|
H A D | ChangeLog-2001 | 17753 start_source_file and end_source_file.
|
H A D | ChangeLog-2005 | 30180 * c-opts.c (c_common_parse_file): Call start_source_file
|
H A D | ChangeLog-2010 | 31703 don't call start_source_file debug hook here...
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | scanner.cc | 594 (*debug_hooks->start_source_file) (file_changes[c].line, in report_file_change() 609 (*debug_hooks->start_source_file) (0, gfc_source_file); in gfc_start_source_files()
|
H A D | ChangeLog-2007 | 705 * scanner.c (start_source_file, end_source_file, 762 * scanner.c (start_source_file, end_source_file, 1139 and debug_hooks->start_source_file when appropriate, and set 1144 (gfc_parse_file): Call debug_hooks->start_source_file and 1308 * scanner.c (gfc_advance_line): Call debug_hooks->start_source_file 1316 (gfc_parse_file): Call debug_hooks->start_source_file and
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | scanner.c | 546 (*debug_hooks->start_source_file) (file_changes[c].line, in report_file_change() 561 (*debug_hooks->start_source_file) (0, gfc_source_file); in gfc_start_source_files()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 1494 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options()
|
H A D | c-lex.c | 209 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map)); in fe_file_change()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 208 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map)); in fe_file_change()
|
H A D | c-opts.cc | 1543 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-lang.cc | 1014 debug_hooks->start_source_file (0, main_input_filename); in d_parse_file()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-lang.cc | 1038 debug_hooks->start_source_file (0, main_input_filename); in d_parse_file()
|