HomeSort by: relevance | last modified time | path
    Searched defs:needs_dtor (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 66 needs_dtor (Type *t) function
939 bool destructor = needs_dtor (etype);
1146 const bool destructor = needs_dtor (etype);
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 1205 bool needs_dtor = (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t)
1218 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (v) = needs_dtor;
1204 bool needs_dtor = (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t) local
coroutines.cc 1885 bool needs_dtor = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (var)); local
1887 needs_dtor = false; /* No need, the var's lifetime is managed elsewhere. */
1990 if (needs_dtor)
2011 if (needs_dtor)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 1177 bool needs_dtor = (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t)
1190 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (v) = needs_dtor;
1176 bool needs_dtor = (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t) local
coroutines.cc 1659 bool needs_dtor = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (var)); local
1675 needs_dtor = false; /* No need, the var's lifetime is managed elsewhere. */
1793 if (needs_dtor)
1823 if (needs_dtor)

Completed in 94 milliseconds