Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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.c76 else if (cpp_get_options (pfile)->traditional) in preprocess_file()
101 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output()
399 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.c561 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
562 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional) in c_cpp_builtins()
H A Dc-opts.c221 cpp_opts = cpp_get_options (parse_in); in c_common_init_options()
279 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()
/openbsd-src/gnu/gcc/libcpp/
H A Dmakedepend.c140 options = cpp_get_options (reader); in reader_init()
H A Dfiles.c441 if (!cpp_get_options (pfile)->warn_invalid_pch) in _cpp_find_file()
H A Ddirectives.c2126 cpp_get_options (cpp_reader *pfile) in cpp_get_options() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h519 extern cpp_options *cpp_get_options PARAMS ((cpp_reader *));
H A Dc-lex.c815 cpp_options *options = cpp_get_options (parse_in);
H A Dfix-header.c628 options = cpp_get_options (scan_in);
H A Dc-opts.c513 cpp_opts = cpp_get_options (parse_in);
H A Dcpplib.c1892 cpp_get_options (pfile) in cpp_get_options() function
H A Dc-common.c5033 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
5034 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional)
H A DChangeLog.512592 cpp_get_options rather than dereferencing pfile and using
12601 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
12606 (cpp_errors, cpp_get_options, cpp_get_callbacks,
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h634 extern cpp_options *cpp_get_options (cpp_reader *);
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A DChangeLog218 * treetree.c: (cpp_get_options) Add.
H A Dtreetree.c1127 *cpp_get_options (cpp_reader * cr ATTRIBUTE_UNUSED) in cpp_get_options() function
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog1051 * treetree.c: (cpp_get_options) Add.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c325 cpp_get_options (parse_in)->client_diagnostic = true; in cp_lexer_new_main()