Home
last modified time | relevance | path

Searched refs:preprocess_main_file (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc1605 if (lang_hooks.preprocess_main_file) in push_command_line_include()
1607 lang_hooks.preprocess_main_file in push_command_line_include()
1627 && lang_hooks.preprocess_main_file && MAIN_FILE_P (new_map) in cb_file_change()
1630 lang_hooks.preprocess_main_file (reader, line_table, new_map); in cb_file_change()
H A DChangeLog1610 (push_command_line_include): Maybe call preprocess_main_file lang
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h394 void (*preprocess_main_file) (cpp_reader *, line_maps *, member
H A DChangeLog-20204505 * langhooks.h (struct lang_hooks): Add preprocess_main_file,