Home
last modified time | relevance | path

Searched refs:cpp_get_callbacks (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-pch.c377 cpp_get_callbacks (parse_in)->valid_pch = NULL; in c_common_read_pch()
430 if (cpp_get_callbacks (parse_in)->valid_pch) in c_common_no_more_pch()
432 cpp_get_callbacks (parse_in)->valid_pch = NULL; in c_common_no_more_pch()
H A Dc-ppoutput.c99 cpp_callbacks *cb = cpp_get_callbacks (parse_in); in init_pp_output()
H A Dc-lex.c94 cb = cpp_get_callbacks (parse_in); in init_c_lex()
H A Dfix-header.c616 cb = cpp_get_callbacks (scan_in); in read_scan_file()
H A Dc-opts.c1139 cb = cpp_get_callbacks (parse_in); in c_common_post_options()
H A DChangeLog-200131739 * c-lex.c (init_c_lex): Use cpp_get_callbacks to set
31798 * fix-header.c (read_scan_file): Use cpp_get_callbacks and
31808 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
31813 (cpp_errors, cpp_get_options, cpp_get_callbacks,
H A DChangeLog-200446080 * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-c.c533 cpp_get_callbacks (parse_in)->missing_header = find_subframework_header; in darwin_register_frameworks()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h644 extern cpp_callbacks *cpp_get_callbacks (cpp_reader *);
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c2155 cpp_get_callbacks (cpp_reader *pfile) in cpp_get_callbacks() function
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c328 cpp_get_callbacks (parse_in)->error = cp_cpp_error; in cp_lexer_new_main()