Lines Matching refs:lang_hooks
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()
687 return lang_hooks.builtin_function (decl); in add_builtin_function()
707 return lang_hooks.builtin_function_ext_scope (decl); in add_builtin_function_ext_scope()
727 tree new_decl = lang_hooks.simulate_builtin_function_decl (decl); in simulate_builtin_function_decl()
744 lang_hooks.decls.pushdecl (decl); in lhd_builtin_function()
755 return lang_hooks.decls.pushdecl (decl); in add_builtin_type()
819 return lang_hooks.types.type_for_size (TYPE_PRECISION (enum_type), in lhd_enum_underlying_base_type()
863 return (strncmp (lang_hooks.name, "GNU C", 5) == 0 in lang_GNU_C()
864 && (lang_hooks.name[5] == '\0' || ISDIGIT (lang_hooks.name[5]))); in lang_GNU_C()
872 return strncmp (lang_hooks.name, "GNU C++", 7) == 0; in lang_GNU_CXX()
880 return strncmp (lang_hooks.name, "GNU Fortran", 11) == 0; in lang_GNU_Fortran()
889 return strncmp (lang_hooks.name, "GNU Objective-C", 15) == 0; in lang_GNU_OBJC()