Searched refs:ctor_p (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | modules.cc | 329 build_dso_cdtor_fn (bool ctor_p) in build_dso_cdtor_fn() argument 331 const char *name = ctor_p ? GDC_PREFIX ("dso_ctor") : GDC_PREFIX ("dso_dtor"); in build_dso_cdtor_fn() 332 tree condition = ctor_p ? d_bool_true_node : d_bool_false_node; in build_dso_cdtor_fn()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | modules.cc | 327 build_dso_cdtor_fn (bool ctor_p) in build_dso_cdtor_fn() argument 329 const char *name = ctor_p ? GDC_PREFIX ("dso_ctor") : GDC_PREFIX ("dso_dtor"); in build_dso_cdtor_fn() 330 tree condition = ctor_p ? boolean_true_node : boolean_false_node; in build_dso_cdtor_fn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa.cc | 965 build_cdtor (bool ctor_p, const vec<tree> &cdtors) in build_cdtor() argument 984 p = ctor_p ? DECL_INIT_PRIORITY (fn) : DECL_FINI_PRIORITY (fn); in build_cdtor() 1007 if (ctor_p) in build_cdtor() 1020 cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true, in build_cdtor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa.c | 962 build_cdtor (bool ctor_p, const vec<tree> &cdtors) in build_cdtor() argument 981 p = ctor_p ? DECL_INIT_PRIORITY (fn) : DECL_FINI_PRIORITY (fn); in build_cdtor() 1004 if (ctor_p) in build_cdtor() 1017 cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true, in build_cdtor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2018 | 786 (synthesized_method_walk): Drop ctor_p, copy_arg_p, move_p,
|