/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.c | 235 return lang_hooks.decl_printable_name (t, verbosity); in lhd_dwarf_name() 311 globals = lang_hooks.decls.getdecls (); in global_decl_processing() 399 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); in lhd_print_error_function() 403 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); in lhd_print_error_function() 448 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)), in lhd_print_error_function() 453 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)), in lhd_print_error_function() 459 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); in lhd_print_error_function() 488 tree enumtype = lang_hooks.types.make_type (ENUMERAL_TYPE); in lhd_simulate_enum_decl() 501 lang_hooks.decls.pushdecl (value_decl); in lhd_simulate_enum_decl() 511 lang_hooks.decls.pushdecl (enumdecl); in lhd_simulate_enum_decl() [all …]
|
H A D | lto-section-out.c | 55 lang_hooks.lto.append_data (chars, num_chars, opaque); in lto_append_data() 68 lang_hooks.lto.begin_section (name); in lto_begin_section() 95 lang_hooks.lto.end_section (); in lto_end_section() 106 lang_hooks.lto.append_data ((const char *)data, size, NULL); in lto_write_data() 114 lang_hooks.lto.append_data ((const char *)data, size, NULL); in lto_write_raw_data() 144 lang_hooks.lto.append_data (base, num_chars, block); in lto_write_stream()
|
H A D | toplev.c | 237 identifier_to_locale (lang_hooks.decl_printable_name (decl, 2))); in announce_function() 345 lang_hooks.finish_incomplete_decl (decl); in wrapup_global_declaration_1() 458 lang_hooks.parse_file (); in compile_file() 491 if (lang_hooks.decls.post_compilation_parsing_cleanups) in compile_file() 492 lang_hooks.decls.post_compilation_parsing_cleanups (); in compile_file() 630 lang_hooks.name, pkgversion_string, version_string, TARGET_NAME, in print_version() 820 unsigned lang_mask = lang_hooks.option_lang_mask (); in print_switch_values() 1171 global_dc->lang_mask = lang_hooks.option_lang_mask (); in general_init() 1384 no_backend = lang_hooks.post_options (&main_input_filename); in process_options() 1983 if (lang_hooks.init () == 0) in lang_dependent_init() [all …]
|
H A D | opts-global.c | 92 if (!lang_hooks.complain_wrong_lang_p (option)) in complain_wrong_lang() 186 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option() 252 initial_lang_mask = lang_hooks.option_lang_mask (); in init_options_once() 254 lang_hooks.initialize_diagnostics (global_dc); in init_options_once()
|
H A D | langhooks.h | 319 struct lang_hooks struct 584 extern struct lang_hooks lang_hooks; argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.cc | 237 return lang_hooks.decl_printable_name (t, verbosity); in lhd_dwarf_name() 313 globals = lang_hooks.decls.getdecls (); in global_decl_processing() 401 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); in lhd_print_error_function() 405 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); in lhd_print_error_function() 450 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)), in lhd_print_error_function() 455 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)), in lhd_print_error_function() 461 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); in lhd_print_error_function() 490 tree enumtype = lang_hooks.types.make_type (ENUMERAL_TYPE); in lhd_simulate_enum_decl() 504 lang_hooks.decls.pushdecl (value_decl); in lhd_simulate_enum_decl() 514 lang_hooks.decls.pushdecl (enumdecl); in lhd_simulate_enum_decl() [all …]
|
H A D | lto-section-out.cc | 55 lang_hooks.lto.append_data (chars, num_chars, opaque); in lto_append_data() 68 lang_hooks.lto.begin_section (name); in lto_begin_section() 95 lang_hooks.lto.end_section (); in lto_end_section() 106 lang_hooks.lto.append_data ((const char *)data, size, NULL); in lto_write_data() 114 lang_hooks.lto.append_data ((const char *)data, size, NULL); in lto_write_raw_data() 144 lang_hooks.lto.append_data (base, num_chars, block); in lto_write_stream()
|
H A D | toplev.cc | 231 identifier_to_locale (lang_hooks.decl_printable_name (decl, 2))); in announce_function() 339 lang_hooks.finish_incomplete_decl (decl); in wrapup_global_declaration_1() 452 lang_hooks.parse_file (); in compile_file() 487 if (lang_hooks.decls.post_compilation_parsing_cleanups) in compile_file() 488 lang_hooks.decls.post_compilation_parsing_cleanups (); in compile_file() 628 lang_hooks.name, pkgversion_string, version_string, TARGET_NAME, in print_version() 733 = gen_producer_string (lang_hooks.name, in init_asm_output() 1028 global_dc->lang_mask = lang_hooks.option_lang_mask (); in general_init() 1231 const char *language_string = lang_hooks.name; in process_options() 1386 if (!startswith (lang_hooks.name, "GNU GIMPLE")) in process_options() [all …]
|
H A D | ipa-free-lang-data.cc | 405 lang_hooks.free_lang_data (type); in free_lang_data_in_type() 540 lang_hooks.free_lang_data (decl); in free_lang_data_in_decl() 1119 lang_hooks.dwarf_name = lhd_dwarf_name; in free_lang_data() 1120 lang_hooks.decl_printable_name = gimple_decl_printable_name; in free_lang_data() 1121 lang_hooks.gimplify_expr = lhd_gimplify_expr; in free_lang_data() 1122 lang_hooks.overwrite_decl_assembler_name = lhd_overwrite_decl_assembler_name; in free_lang_data() 1123 lang_hooks.print_xnode = lhd_print_tree_nothing; in free_lang_data() 1124 lang_hooks.print_decl = lhd_print_tree_nothing; in free_lang_data() 1125 lang_hooks.print_type = lhd_print_tree_nothing; in free_lang_data() 1126 lang_hooks.print_identifier = lhd_print_tree_nothing; in free_lang_data() [all …]
|
H A D | opts-global.cc | 92 if (!lang_hooks.complain_wrong_lang_p (option)) in complain_wrong_lang() 186 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option() 252 initial_lang_mask = lang_hooks.option_lang_mask (); in init_options_once() 254 lang_hooks.initialize_diagnostics (global_dc); in init_options_once()
|
H A D | langhooks.h | 357 struct lang_hooks struct 643 extern struct lang_hooks lang_hooks; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | iso-c-binding.def | 143 lang_hooks.to_target_charset ('\0')) 145 lang_hooks.to_target_charset ('\a')) 147 lang_hooks.to_target_charset ('\b')) 149 lang_hooks.to_target_charset ('\f')) 151 lang_hooks.to_target_charset ('\n')) 153 lang_hooks.to_target_charset ('\r')) 155 lang_hooks.to_target_charset ('\t')) 157 lang_hooks.to_target_charset ('\v'))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ppoutput.cc | 312 if (lang_hooks.preprocess_token) in scan_translation_unit() 313 filter = lang_hooks.preprocess_token (pfile, NULL, filter); in scan_translation_unit() 325 unsigned flags = lang_hooks.preprocess_token (pfile, token, filter); in scan_translation_unit() 326 if (flags & lang_hooks::PT_begin_pragma) in scan_translation_unit() 334 lang_hooks.preprocess_token (pfile, NULL, filter); in scan_translation_unit() 381 unsigned flags = lang_hooks.preprocess_token in directives_only_cb() 383 if (flags & lang_hooks::PT_begin_pragma) in directives_only_cb() 399 if (lang_hooks.preprocess_token) in scan_translation_unit_directives_only() 400 filter = lang_hooks.preprocess_token (pfile, NULL, filter); in scan_translation_unit_directives_only() 404 lang_hooks.preprocess_token (pfile, NULL, streamer.filter); in scan_translation_unit_directives_only() [all …]
|
H A D | c-opts.cc | 1154 if (lang_hooks.preprocess_options) in c_common_post_options() 1155 lang_hooks.preprocess_options (parse_in); in c_common_post_options() 1605 if (lang_hooks.preprocess_main_file) in push_command_line_include() 1607 lang_hooks.preprocess_main_file in push_command_line_include() 1627 && lang_hooks.preprocess_main_file && MAIN_FILE_P (new_map) in cb_file_change() 1630 lang_hooks.preprocess_main_file (reader, line_table, new_map); in cb_file_change() 1671 lang_hooks.name = "GNU C89"; in set_std_c89() 1686 lang_hooks.name = "GNU C99"; in set_std_c99() 1701 lang_hooks.name = "GNU C11"; in set_std_c11() 1716 lang_hooks.name = "GNU C17"; in set_std_c17() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | iso-c-binding.def | 150 lang_hooks.to_target_charset ('\0')) 152 lang_hooks.to_target_charset ('\a')) 154 lang_hooks.to_target_charset ('\b')) 156 lang_hooks.to_target_charset ('\f')) 158 lang_hooks.to_target_charset ('\n')) 160 lang_hooks.to_target_charset ('\r')) 162 lang_hooks.to_target_charset ('\t')) 164 lang_hooks.to_target_charset ('\v'))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-lang.cc | 51 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-lang.c | 51 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-lang.cc | 50 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-lang.c | 50 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
H A D | objcp-lang.cc | 47 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/ |
H A D | objcp-lang.c | 47 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 1611 lang_hooks.name = "GNU C89"; in set_std_c89() 1626 lang_hooks.name = "GNU C99"; in set_std_c99() 1641 lang_hooks.name = "GNU C11"; in set_std_c11() 1656 lang_hooks.name = "GNU C17"; in set_std_c17() 1671 lang_hooks.name = "GNU C2X"; in set_std_c2x() 1686 lang_hooks.name = "GNU C++98"; in set_std_cxx98() 1701 lang_hooks.name = "GNU C++11"; in set_std_cxx11() 1716 lang_hooks.name = "GNU C++14"; in set_std_cxx14() 1732 lang_hooks.name = "GNU C++17"; in set_std_cxx17() 1749 lang_hooks.name = "GNU C++17"; /* Pretend C++17 until standardization. */ in set_std_cxx2a()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-builtins.c | 844 (*lang_hooks.types.register_builtin_type) (intQI_type_node, in aarch64_init_simd_builtin_scalar_types() 846 (*lang_hooks.types.register_builtin_type) (intHI_type_node, in aarch64_init_simd_builtin_scalar_types() 848 (*lang_hooks.types.register_builtin_type) (aarch64_fp16_type_node, in aarch64_init_simd_builtin_scalar_types() 850 (*lang_hooks.types.register_builtin_type) (intSI_type_node, in aarch64_init_simd_builtin_scalar_types() 852 (*lang_hooks.types.register_builtin_type) (float_type_node, in aarch64_init_simd_builtin_scalar_types() 854 (*lang_hooks.types.register_builtin_type) (intDI_type_node, in aarch64_init_simd_builtin_scalar_types() 856 (*lang_hooks.types.register_builtin_type) (double_type_node, in aarch64_init_simd_builtin_scalar_types() 858 (*lang_hooks.types.register_builtin_type) (unsigned_intQI_type_node, in aarch64_init_simd_builtin_scalar_types() 860 (*lang_hooks.types.register_builtin_type) (unsigned_intHI_type_node, in aarch64_init_simd_builtin_scalar_types() 862 (*lang_hooks.types.register_builtin_type) (unsigned_intDI_type_node, in aarch64_init_simd_builtin_scalar_types() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 645 t = build_frontend_type (lang_hooks.types.type_for_mode (byte_mode, 0)); in d_build_builtins_module() 648 t = build_frontend_type (lang_hooks.types.type_for_mode (byte_mode, 1)); in d_build_builtins_module() 651 t = build_frontend_type (lang_hooks.types.type_for_mode (word_mode, 0)); in d_build_builtins_module() 654 t = build_frontend_type (lang_hooks.types.type_for_mode (word_mode, 1)); in d_build_builtins_module() 657 t = build_frontend_type (lang_hooks.types.type_for_mode (ptr_mode, 0)); in d_build_builtins_module() 660 t = build_frontend_type (lang_hooks.types.type_for_mode (ptr_mode, 1)); in d_build_builtins_module() 665 t = build_frontend_type (lang_hooks.types.type_for_mode (mode, 0)); in d_build_builtins_module() 668 t = build_frontend_type (lang_hooks.types.type_for_mode (mode, 1)); in d_build_builtins_module() 742 tree type = lang_hooks.types.type_for_size (size, unsignedp); in builtin_type_for_size() 842 size_type_node = lang_hooks.types.type_for_mode (type_mode, 1); in d_build_d_type_nodes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 629 t = build_frontend_type (lang_hooks.types.type_for_mode (byte_mode, 0)); in d_build_builtins_module() 632 t = build_frontend_type (lang_hooks.types.type_for_mode (byte_mode, 1)); in d_build_builtins_module() 635 t = build_frontend_type (lang_hooks.types.type_for_mode (word_mode, 0)); in d_build_builtins_module() 638 t = build_frontend_type (lang_hooks.types.type_for_mode (word_mode, 1)); in d_build_builtins_module() 641 t = build_frontend_type (lang_hooks.types.type_for_mode (ptr_mode, 0)); in d_build_builtins_module() 644 t = build_frontend_type (lang_hooks.types.type_for_mode (ptr_mode, 1)); in d_build_builtins_module() 649 t = build_frontend_type (lang_hooks.types.type_for_mode (mode, 0)); in d_build_builtins_module() 652 t = build_frontend_type (lang_hooks.types.type_for_mode (mode, 1)); in d_build_builtins_module() 726 tree type = lang_hooks.types.type_for_size (size, unsignedp); in builtin_type_for_size() 827 size_type_node = lang_hooks.types.type_for_mode (type_mode, 1); in d_build_d_type_nodes()
|