Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-opts.c315 flag_preprocess_only = 1; in c_common_handle_option()
1071 if (flag_preprocess_only) in c_common_post_options()
1122 && flag_preprocess_only && !flag_no_line_commands) in c_common_post_options()
1125 return flag_preprocess_only; in c_common_post_options()
1148 if (flag_preprocess_only) in c_common_init()
1471 if (flag_preprocess_only) in cb_file_change()
H A Dc-pch.c385 if (!flag_preprocess_only) in c_common_read_pch()
H A Dc-common.h314 extern int flag_preprocess_only;
H A Dc-pragma.c786 if (flag_openmp && !flag_preprocess_only) in init_pragma()
H A Dc-common.c204 int flag_preprocess_only; variable
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c662 flag_preprocess_only = 1;
1163 if (flag_preprocess_only)
1430 return flag_preprocess_only; in c_common_post_options()
1469 if (flag_preprocess_only)
H A Dc-common.h366 extern int flag_preprocess_only;
H A Dc-common.c195 int flag_preprocess_only; variable
H A DChangeLog.713062 * c-common.c (flag_preprocess_only): New.
13064 * c-common.h (flag_preprocess_only): New.