Home
last modified time | relevance | path

Searched refs:parse_in (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-opts.c1139 cb = cpp_get_callbacks (parse_in); in c_common_post_options()
1142 cpp_post_options (parse_in); in c_common_post_options()
1181 cpp_init_iconv (parse_in); in c_common_init()
1189 preprocess_file (parse_in); in c_common_init()
1232 cpp_undef_all (parse_in); in c_common_parse_file()
1332 deps = cpp_get_deps (parse_in); in handle_deferred_opts()
1431 cb_file_change (parse_in, in finish_options()
1436 c_cpp_builtins (parse_in); in finish_options()
1449 cb_file_change (parse_in, in finish_options()
1460 cpp_undef (parse_in, opt->arg); in finish_options()
[all …]
H A Dc-lex.c94 cb = cpp_get_callbacks (parse_in); in init_c_lex()
340 tok = cpp_get_token (parse_in); in c_lex_with_flags()
360 unsigned int flags = cpp_classify_number (parse_in, tok); in c_lex_with_flags()
395 tok = cpp_get_token (parse_in); in c_lex_with_flags()
430 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
560 cpp_options *options = cpp_get_options (parse_in); in interpret_integer()
562 integer = cpp_interpret_integer (parse_in, token, flags); in interpret_integer()
739 tok = cpp_get_token (parse_in); in lex_string()
772 _cpp_backup_tokens (parse_in, 1); in lex_string()
782 (parse_in, strs, concats + 1, &istr, wide)) in lex_string()
[all …]
H A Dc-pch.c166 cpp_save_state (parse_in, f); in pch_init()
182 cpp_write_pch_deps (parse_in, pch_outfile); in c_common_write_pch()
213 cpp_write_pch_state (parse_in, pch_outfile); in c_common_write_pch()
377 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-cppbuiltin.c612 cpp_define (parse_in, p); in builtin_define_std()
623 cpp_define (parse_in, p); in builtin_define_std()
627 cpp_define (parse_in, macro); in builtin_define_std()
651 cpp_define (parse_in, buf); in builtin_define_with_value()
669 cpp_define (parse_in, buf); in builtin_define_with_value_n()
686 cpp_define (parse_in, buf); in builtin_define_with_int_value()
719 cpp_define (parse_in, buf1); in builtin_define_with_hex_fp_value()
762 cpp_define (parse_in, buf); in builtin_define_type_max()
H A Dc-ppoutput.c99 cpp_callbacks *cb = cpp_get_callbacks (parse_in); in init_pp_output()
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-pragma.c754 cpp_register_deferred_pragma (parse_in, space, name, id,
779 handler (parse_in); in c_invoke_pragma_handler()
808 cpp_register_deferred_pragma (parse_in, "omp", omp_pragmas[i].name, in init_pragma()
812 cpp_register_deferred_pragma (parse_in, "GCC", "pch_preprocess", in init_pragma()
H A Dc-pragma.h56 extern struct cpp_reader* parse_in;
H A Dc-common.c52 cpp_reader *parse_in; /* Declared in c-pragma.h. */ variable
774 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false)) in fname_as_string()
6391 uc = cpp_host_to_exec_charset (parse_in, uc); in c_common_to_target_charset()
H A Dc-parser.c7247 c_common_pch_pragma (parse_in, TREE_STRING_POINTER (name)); in c_parser_pragma_pch_preprocess()
H A Dc-decl.c9057 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations()
H A DChangeLog-20001332 * c-common.c (parse_in): Make a cpp_reader *.
2353 * c-pragma.c (init_pragma): Update for parse_in type change.
2428 * c-parse.in (finish_parse): Update for parse_in type change.
2464 * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2478 * cp/decl.c (parse_in): Change to cpp_reader *.
2736 * c-decl.c: Remove parse_in declaration.
2747 * c-lex.h: Add declaration of parse_in.
5106 * cppmain.c: Make `parse_in' and `print' static.
H A DChangeLog-1998580 * c-lang.c (parse_options,parse_in): Added.
2931 parse_in.token_buffer, so that we'll see the first #line
11662 * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
H A DChangeLog-200219872 * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
/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/gcc/cp/
H A Dlex.c560 if (cpp_included (parse_in, filename)) in handle_pragma_implementation()
H A Ddecl2.c55 extern cpp_reader *parse_in;
H A Dparser.c327 cpp_get_options (parse_in)->client_diagnostic = true; in cp_lexer_new_main()
328 cpp_get_callbacks (parse_in)->error = cp_cpp_error; in cp_lexer_new_main()
2972 (parse_in, strs, count, &istr, wide)) in cp_parser_string_literal()
21663 c_common_pch_pragma (parse_in, TREE_STRING_POINTER (name)); in cp_parser_initial_pragma()
H A DChangeLog-19984199 (cpp_reader,parse_in): Add for cpplib.