Home
last modified time | relevance | path

Searched refs:cpp_get_options (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pch.c214 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
223 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
242 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
260 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
274 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
290 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
308 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()
407 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()
421 if (!cpp_get_options (pfile)->warn_invalid_pch) in c_common_pch_pragma()
H A Dc-ppoutput.c96 else if (cpp_get_options (pfile)->traditional) in preprocess_file()
98 else if (cpp_get_options (pfile)->directives_only in preprocess_file()
99 && !cpp_get_options (pfile)->preprocessed) in preprocess_file()
124 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output()
175 = cpp_get_options (parse_in)->lang != CLK_ASM in scan_translation_unit()
261 if (cpp_get_options (parse_in)->debug) in scan_translation_unit()
379 if (cpp_get_options (parse_in)->debug) in maybe_print_line()
441 if (cpp_get_options (parse_in)->debug) in print_line()
659 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
H A Dc-cppbuiltin.c918 if (!pedantic || cpp_get_options (parse_in)->extended_numbers) in c_cpp_builtins()
1472 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
1473 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional) in c_cpp_builtins()
1689 && !cpp_get_options (parse_in)->traditional) in builtin_define_with_hex_fp_value()
H A Dc-opts.c234 cpp_opts = cpp_get_options (parse_in); in c_common_init_options()
280 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option()
1118 init_global_opts_from_cpp (&global_options, cpp_get_options (parse_in)); in c_common_post_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc96 else if (cpp_get_options (pfile)->traditional) in preprocess_file()
98 else if (cpp_get_options (pfile)->directives_only in preprocess_file()
99 && !cpp_get_options (pfile)->preprocessed) in preprocess_file()
124 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output()
181 do_line_adjustments (cpp_get_options (pfile)->lang != CLK_ASM in token_streamer()
275 if (cpp_get_options (parse_in)->debug) in stream()
477 if (cpp_get_options (parse_in)->debug) in maybe_print_line()
537 if (cpp_get_options (parse_in)->debug) in print_line()
755 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
H A Dc-pch.cc389 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()
403 if (!cpp_get_options (pfile)->warn_invalid_pch) in c_common_pch_pragma()
H A Dc-cppbuiltin.cc983 if (!pedantic || cpp_get_options (parse_in)->extended_numbers) in c_cpp_builtins()
1598 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
1599 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional) in c_cpp_builtins()
1815 && !cpp_get_options (parse_in)->traditional) in builtin_define_with_hex_fp_value()
H A Dc-opts.cc244 cpp_opts = cpp_get_options (parse_in); in c_common_init_options()
291 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option()
1157 init_global_opts_from_cpp (&global_options, cpp_get_options (parse_in)); in c_common_post_options()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c194 if (cpp_get_options (pfile)->lang != CLK_ASM) in spu_cpu_cpp_builtins()
208 if (!flag_iso && cpp_get_options (pfile)->lang != CLK_ASM) in spu_cpu_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-c.cc30 #define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc270 cpp_options *opts = cpp_get_options (pfile); in remove_duplicates()
485 cpp_options *cpp_opts = cpp_get_options (pfile); in register_include_chains()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c264 cpp_options *opts = cpp_get_options (pfile); in remove_duplicates()
477 cpp_options *cpp_opts = cpp_get_options (pfile); in register_include_chains()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc251 cpp_get_options (cpp_in)->warn_missing_include_dirs in gfc_cpp_register_include_paths()
512 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options()
918 if (!cpp_get_options (cpp_in)->preprocessed) in cb_file_change()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-c.c256 cpp_options *cpp_opts = cpp_get_options (parse_in); in aarch64_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-c.cc259 cpp_options *cpp_opts = cpp_get_options (parse_in); in aarch64_pragma_target_parse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c428 cpp_options *cpp_opts = cpp_get_options (parse_in); in arm_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc447 cpp_options *cpp_opts = cpp_get_options (parse_in); in arm_pragma_target_parse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c462 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options()
898 if (!cpp_get_options (cpp_in)->preprocessed) in cb_file_change()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-c.c664 cpp_options *cpp_opts = cpp_get_options (parse_in); in ix86_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-c.cc724 cpp_options *cpp_opts = cpp_get_options (parse_in); in ix86_pragma_target_parse()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h975 extern cpp_options *cpp_get_options (cpp_reader *);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c434 cpp_options *cpp_opts = cpp_get_options (parse_in); in s390_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1044 extern cpp_options *cpp_get_options (cpp_reader *) ATTRIBUTE_PURE;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc454 cpp_options *cpp_opts = cpp_get_options (parse_in); in s390_pragma_target_parse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c628 if (TARGET_EXTRA_BUILTINS && cpp_get_options (pfile)->lang != CLK_ASM) in rs6000_cpu_cpp_builtins()

12