Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-pch.c254 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()
H A Dc-ppoutput.c78 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()
H A Dc-incpath.c206 cpp_options *opts = cpp_get_options (pfile); in remove_duplicates()
375 cpp_options *cpp_opts = cpp_get_options (pfile); in register_include_chains()
H A Dc-cppbuiltin.c568 # 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()
H A Dc-opts.c224 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()
H A Dc-lex.c560 cpp_options *options = cpp_get_options (parse_in); in interpret_integer()
H A Dfix-header.c621 options = cpp_get_options (scan_in); in read_scan_file()
H A DChangeLog-200131799 cpp_get_options rather than dereferencing pfile and using
31808 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
31813 (cpp_errors, cpp_get_options, cpp_get_callbacks,
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmakedepend.c140 options = cpp_get_options (reader); in reader_init()
H A Dfiles.c465 if (!cpp_get_options (pfile)->warn_invalid_pch) in _cpp_find_file()
H A Ddirectives.c2148 cpp_get_options (cpp_reader *pfile) in cpp_get_options() function
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h643 extern cpp_options *cpp_get_options (cpp_reader *);
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c327 cpp_get_options (parse_in)->client_diagnostic = true; in cp_lexer_new_main()