Home
last modified time | relevance | path

Searched refs:TYPE_HAS_TRIVIAL_DESTRUCTOR (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dinit.c1199 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (BINFO_TYPE (binfo))) in expand_cleanup_for_base()
2957 if (! MAYBE_CLASS_TYPE_P (type) || TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in build_vec_delete_1()
3701 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in build_delete()
3843 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (BINFO_TYPE (base_binfo)) in push_base_cleanups()
H A Ddecl2.c2642 gcc_assert (!TYPE_HAS_TRIVIAL_DESTRUCTOR (type)); in build_cleanup()
3064 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl))) in one_static_initialization_or_destruction()
3218 if (!initp && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl))) in do_static_initialization_or_destruction()
H A Dexcept.c224 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in dtor_nothrow()
H A Dcvt.c1179 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (expr))) in convert_to_void()
H A Dtypeck2.c583 if (!TYPE_HAS_TRIVIAL_DESTRUCTOR (inner_type)) in split_nonconstant_init_1()
H A Dtree.c2940 && TYPE_HAS_TRIVIAL_DESTRUCTOR (t)); in trivially_copyable_p()
H A Ddecl.c5865 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type) in initialize_local_var()
6632 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in register_dtor_fn()
6738 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl))) in expand_static_init()
H A Dcp-tree.h3356 #define TYPE_HAS_TRIVIAL_DESTRUCTOR(NODE) \ macro
H A Dsemantics.c5444 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type1))); in trait_expr_value()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c215 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in dtor_nothrow()
H A Ddecl2.c3336 && TYPE_HAS_TRIVIAL_DESTRUCTOR (obtype) in get_tls_init_fn()
3751 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl))) in one_static_initialization_or_destruction()
3923 if (!initp && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl))) in do_static_initialization_or_destruction()
H A Dinit.c1416 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (BINFO_TYPE (binfo))) in expand_cleanup_for_base()
3776 else if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in build_vec_delete_1()
4692 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in build_delete()
H A Dmethod.c1170 if (!TYPE_HAS_TRIVIAL_DESTRUCTOR (ctype)) in constructible_expr()
H A Ddecl.c6752 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type) in initialize_local_var()
8111 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in register_dtor_fn()
8231 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl))) in expand_static_init()
16237 else if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in cxx_maybe_build_cleanup()
H A Dtree.c4205 && TYPE_HAS_TRIVIAL_DESTRUCTOR (t)); in trivially_copyable_p()
H A Dcp-tree.h4226 #define TYPE_HAS_TRIVIAL_DESTRUCTOR(NODE) \ macro
H A Dsemantics.c9008 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type1))); in trait_expr_value()