Home
last modified time | relevance | path

Searched refs:needs_dtor (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc66 needs_dtor (Type *t) in needs_dtor() function
939 bool destructor = needs_dtor (etype); in visit()
1146 const bool destructor = needs_dtor (etype); in visit()
H A DChangeLog-2020366 (needs_dtor): Likewise.
597 (ExprVisitor::needs_dtor): Likewise.
H A DChangeLog-20171165 * expr.cc (ExprVisitor::needs_dtor): New function.
H A DChangeLog-201643 * expr.cc (ExprVisitor::needs_dtor): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc77 bool needs_dtor (Type *t) in needs_dtor() function in ExprVisitor
956 bool destructor = this->needs_dtor (etype); in visit()
1139 bool destructor = this->needs_dtor (etype); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc1659 bool needs_dtor = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (var)); in expand_one_await_expression() local
1675 needs_dtor = false; /* No need, the var's lifetime is managed elsewhere. */ in expand_one_await_expression()
1793 if (needs_dtor) in expand_one_await_expression()
1823 if (needs_dtor) in expand_one_await_expression()
H A Dtree.cc1176 bool needs_dtor = (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t) in build_cplus_array_type() local
1189 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (v) = needs_dtor; in build_cplus_array_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc1620 bool needs_dtor = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (var)); in expand_one_await_expression() local
1636 needs_dtor = false; /* No need, the var's lifetime is managed elsewhere. */ in expand_one_await_expression()
1754 if (needs_dtor) in expand_one_await_expression()
1784 if (needs_dtor) in expand_one_await_expression()
H A Dtree.c1118 bool needs_dtor = (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t) in build_cplus_array_type() local
1131 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (v) = needs_dtor; in build_cplus_array_type()