Home
last modified time | relevance | path

Searched refs:flag_preprocess_only (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/
HDc-opts.c313 flag_preprocess_only = 1; in c_common_handle_option()
1109 if (flag_preprocess_only) in c_common_post_options()
1160 && flag_preprocess_only && !flag_no_line_commands) in c_common_post_options()
1163 return flag_preprocess_only; in c_common_post_options()
1186 if (flag_preprocess_only) in c_common_init()
1524 if (flag_preprocess_only) in cb_file_change()
HDc-pch.c385 if (!flag_preprocess_only) in c_common_read_pch()
HDc-pragma.c786 if (flag_openmp && !flag_preprocess_only) in init_pragma()
HDc-common.h322 extern int flag_preprocess_only;
HDc-common.c204 int flag_preprocess_only; variable
3484 if (!flag_preprocess_only) in c_common_nodes_and_builtins()
HDChangeLog-200227509 * c-common.c (flag_preprocess_only): New.
27511 * c-common.h (flag_preprocess_only): New.
HDChangeLog-200443142 to set it even if flag_preprocess_only.