Home
last modified time | relevance | path

Searched refs:d_init (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-201222 * d-lang.cc (d_init): Use gcc's config system for predefined OS versions.
37 * d-lang.cc (d_init): Use gcc's config system for predefined CPU versions.
38 (d_init): Fix definition of D_LP64 version.
285 * d-lang.cc (d_init): Remove 'Thumb' identifier for ARM as 16bit
566 (d_init): Update call to add_import_paths.
607 * d-lang.cc (d_init): Call add_phobos_versyms and add_import_paths.
613 (d_init): Remove use of maybe_fixup_os_versym.
616 (d_init): Remove use of saved_reg_names.
H A DChangeLog-2015167 * d-lang.cc (d_init): Inline call to init_global_binding_level.
430 (d_init): Move d_backend_init implementation here.
578 * d-lang.cc (d_init): Add GNU_EMUTLS version.
595 (d_init): Pass iprefix_dir and imultilib_dir to add_import_paths.
607 * d-lang.cc (d_init): Remove call to add_phobos_versyms.
716 (d_init): Ditto.
H A DChangeLog-2017178 (d_init): Remove calls to deleted front-end initialize functions.
391 * d-lang.cc (d_init): Call d_init_versions.
880 * d-lang.cc (d_init): Replace calls to init with _init.
893 * d-lang.cc (d_init): Remove calls to Port::init and longdouble::init.
1050 (d_init): Update to use d_option.
H A DChangeLog-2013440 (d_init): Call Expression::init.
549 * d-lang.cc (d_init): Use isLP64 to determine LP64 targets.
902 * d-lang.cc (d_init): Use static bool std_inc to determine whether to
1196 * d-lang.cc (d_init): Use gcc's config system for predefined OS versions.
1211 * d-lang.cc (d_init): Use gcc's config system for predefined CPU versions.
1212 (d_init): Fix definition of D_LP64 version.
H A Dd-lang.cc366 d_init (void) in d_init() function
1976 #define LANG_HOOKS_INIT d_init
H A DChangeLog-2021498 (d_init): Call new function
841 * d-lang.cc (d_init): Disable flag_weak_templates if no support for
H A DChangeLog-2018619 * d-lang.cc (d_init): Disable flag_weak if not supported.
H A DChangeLog-2016699 (d_init): Likewise.
1127 * d-lang.cc (d_init): Remove short_double parameter from
H A DChangeLog-2014351 * d-lang.cc (d_init): Define GNU_SEH_Exceptions and
H A DChangeLog-2020712 * d-lang.cc (d_init): Likewise.
H A DChangeLog-2007880 (d_init): Set global.params.isX86_64 if TARGET_64BIT.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c3811 tree d_init = NULL_TREE; in build_new() local
3817 d_init = (**init)[0]; in build_new()
3818 d_init = resolve_nondeduced_context (d_init, complain); in build_new()
3825 tree *pp = &d_init; in build_new()
3833 type = do_auto_deduction (type, d_init, auto_node, complain); in build_new()
H A Ddecl.c7554 tree d_init; in cp_finish_decl() local
7557 d_init = init; in cp_finish_decl()
7558 if (d_init) in cp_finish_decl()
7560 if (TREE_CODE (d_init) == TREE_LIST in cp_finish_decl()
7562 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT, in cp_finish_decl()
7564 d_init = resolve_nondeduced_context (d_init, tf_warning_or_error); in cp_finish_decl()
7569 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init, auto_node, in cp_finish_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc3874 tree d_init = NULL_TREE; in build_new() local
3880 d_init = (**init)[0]; in build_new()
3881 d_init = resolve_nondeduced_context (d_init, complain); in build_new()
3888 tree *pp = &d_init; in build_new()
3896 type = do_auto_deduction (type, d_init, auto_node, complain); in build_new()
H A Ddecl.cc8121 tree d_init; in cp_finish_decl() local
8136 d_init = init; in cp_finish_decl()
8137 if (d_init) in cp_finish_decl()
8139 if (TREE_CODE (d_init) == TREE_LIST in cp_finish_decl()
8141 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT, in cp_finish_decl()
8143 d_init = resolve_nondeduced_context (d_init, tf_warning_or_error); in cp_finish_decl()
8146 mark_single_function (d_init, tf_none); in cp_finish_decl()
8161 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init, auto_node, in cp_finish_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc361 d_init (void) in d_init() function
1846 #define LANG_HOOKS_INIT d_init