Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libcpp/
Dinit.c33 static void post_options (cpp_reader *);
454 post_options (pfile); in cpp_post_options()
612 post_options (cpp_reader *pfile) in post_options() function
DChangeLog772 * init.c (post_options): Traditional cpp doesn't do // comments.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h214 bool (*post_options) PARAMS ((void)); member
Dcppinit.c114 static void post_options PARAMS ((cpp_reader *));
979 post_options (pfile);
1474 post_options (pfile) in post_options() function
Dtoplev.c5474 bool no_backend = (*lang_hooks.post_options) (); in do_compile()
DChangeLog16006 post_options here.
16010 (do_compile): Call post_options hook; exit early if there
16201 (cpp_post_options): Rename post_options.
19697 * langhooks.h (struct lang_hooks): Update post_options to
DChangeLog.59401 (main): Exit after calling lang_hooks.post_options if
13626 * toplev.c (main): Call the front-end specific post_options
DChangeLog.61922 Set flag_no_inline before the post_options hook.
DChangeLog.76092 * langhooks.h (struct lang_hooks): Update post_options.
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h284 bool (*post_options) (const char **); member
Dtoplev.c1562 no_backend = lang_hooks.post_options (&main_input_filename); in process_options()