Searched refs:cpp_get_options (Results 1 – 13 of 13) sorted by relevance
254 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()273 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()291 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()305 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()321 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()339 if (cpp_get_options (pfile)->warn_invalid_pch) in c_common_valid_pch()448 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()461 if (!cpp_get_options (pfile)->warn_invalid_pch) in c_common_pch_pragma()
78 else if (cpp_get_options (pfile)->traditional) in preprocess_file()80 else if (cpp_get_options (pfile)->directives_only in preprocess_file()81 && !cpp_get_options (pfile)->preprocessed) in preprocess_file()106 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output()424 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
206 cpp_options *opts = cpp_get_options (pfile); in remove_duplicates()375 cpp_options *cpp_opts = cpp_get_options (pfile); in register_include_chains()
568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()569 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional) in c_cpp_builtins()
224 cpp_opts = cpp_get_options (parse_in); in c_common_init_options()277 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option()
560 cpp_options *options = cpp_get_options (parse_in); in interpret_integer()
621 options = cpp_get_options (scan_in); in read_scan_file()
31799 cpp_get_options rather than dereferencing pfile and using31808 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,31813 (cpp_errors, cpp_get_options, cpp_get_callbacks,
140 options = cpp_get_options (reader); in reader_init()
465 if (!cpp_get_options (pfile)->warn_invalid_pch) in _cpp_find_file()
2148 cpp_get_options (cpp_reader *pfile) in cpp_get_options() function
643 extern cpp_options *cpp_get_options (cpp_reader *);
327 cpp_get_options (parse_in)->client_diagnostic = true; in cp_lexer_new_main()