Searched refs:cpp_get_options (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-pch.c254 if (cpp_get_options (pfile)->warn_invalid_pch)
273 if (cpp_get_options (pfile)->warn_invalid_pch)
291 if (cpp_get_options (pfile)->warn_invalid_pch)
305 if (cpp_get_options (pfile)->warn_invalid_pch)
321 if (cpp_get_options (pfile)->warn_invalid_pch)
339 if (cpp_get_options (pfile)->warn_invalid_pch)
448 if (!cpp_get_options (pfile)->preprocessed)
461 if (!cpp_get_options (pfile)->warn_invalid_pch)
H A Dc-ppoutput.c78 else if (cpp_get_options (pfile)->traditional)
80 else if (cpp_get_options (pfile)->directives_only
81 && !cpp_get_options (pfile)->preprocessed)
106 if (cpp_get_options (parse_in)->lang != CLK_ASM)
424 if (!cpp_get_options (parse_in)->preprocessed)
H A Dc-incpath.c206 cpp_options *opts = cpp_get_options (pfile);
375 cpp_options *cpp_opts = cpp_get_options (pfile);
H A Dc-cppbuiltin.c568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
569 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional)
H A Dc-opts.c224 cpp_opts = cpp_get_options (parse_in);
277 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM);
H A Dc-lex.c562 cpp_options *options = cpp_get_options (parse_in);
H A Dfix-header.c622 options = cpp_get_options (scan_in);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c140 options = cpp_get_options (reader);
H A Dfiles.c465 if (!cpp_get_options (pfile)->warn_invalid_pch)
H A Ddirectives.c2148 cpp_get_options (cpp_reader *pfile) function
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h643 extern cpp_options *cpp_get_options (cpp_reader *);
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c328 cpp_get_options (parse_in)->client_diagnostic = true;

Completed in 142 milliseconds