Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libcpp/
HDinit.c33 static void post_options (cpp_reader *);
467 post_options (pfile); in cpp_post_options()
625 post_options (cpp_reader *pfile) in post_options() function
HDChangeLog772 * init.c (post_options): Traditional cpp doesn't do // comments.
/NextBSD/contrib/gcc/
HDlanghooks.h294 bool (*post_options) (const char **); member
HDtoplev.c1611 no_backend = lang_hooks.post_options (&main_input_filename); in process_options()
HDChangeLog-200319604 (post_options): Don't set it here.
22408 (post_options): Set warn_dollars.
24005 * cppinit.c (cpp_create_reader, post_options): Warn about
26044 (post_options): -traditional-cpp doesn't want trigraphs.
30471 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
30473 (process_options): Call post_options hook and set main_input_filename
30475 (lang_dependent_init, do_compile): post_options hook moved to
HDChangeLog-200210298 post_options here.
10302 (do_compile): Call post_options hook; exit early if there
10493 (cpp_post_options): Rename post_options.
13989 * langhooks.h (struct lang_hooks): Update post_options to
20539 * langhooks.h (struct lang_hooks): Update post_options.
HDChangeLog-20011922 Set flag_no_inline before the post_options hook.
28608 (main): Exit after calling lang_hooks.post_options if
32833 * toplev.c (main): Call the front-end specific post_options
HDChangeLog-20054713 in case lang_hooks.post_options ends up calling a debug_hook.