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

  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 243 * dependencies and we can close all handles when we're destroying
827 atomic_bool destroying; member in struct:isc_nmsocket
1037 * Detach from socket, decreasing refcount and possibly destroying the
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 259 * dependencies and we can close all handles when we're destroying
637 bool destroying; member in struct:isc_nmsocket
789 * Detach from socket, decreasing refcount and possibly destroying the
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 7759 type is of type std::destroying_delete_t is a destroying operator delete. A
7760 destroying operator delete shall be a class member function named operator
7761 delete. [ Note: Array deletion cannot use a destroying operator
7778 tree destroying; member in struct:dealloc_info
7805 if (di) di->destroying = TREE_VALUE (chain);
7980 use a destroying delete; the exception was thrown before the
7982 if (alloc_fn && di_elt.destroying)
7995 /* -- If any of the deallocation functions is a destroying
7997 destroying operator deletes are eliminated from further
7999 if (di_elt.destroying != di_fn.destroying
8093 tree destroying = di_fn.destroying; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 7164 type is of type std::destroying_delete_t is a destroying operator delete. A
7165 destroying operator delete shall be a class member function named operator
7166 delete. [ Note: Array deletion cannot use a destroying operator
7183 tree destroying; member in struct:dealloc_info
7210 if (di) di->destroying = TREE_VALUE (chain);
7385 use a destroying delete; the exception was thrown before the
7387 if (alloc_fn && di_elt.destroying)
7400 /* -- If any of the deallocation functions is a destroying
7402 destroying operator deletes are eliminated from further
7404 if (di_elt.destroying != di_fn.destroying
7498 tree destroying = di_fn.destroying; local
    [all...]

Completed in 28 milliseconds