Home
last modified time | relevance | path

Searched defs:nothrow_t (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Ddel_opnt.cc33 operator delete (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete()
H A Ddel_opvnt.cc31 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]()
H A Dnew_opnt.cc37 operator new (std::size_t sz, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator new()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Ddel_opvnt.cc30 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]()
H A Dnew_opvant.cc31 operator new[] (std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new[]()
H A Ddel_opant.cc30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete()
H A Dnew_opant.cc31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new()
H A Ddel_opvant.cc30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]()
H A Ddel_opnt.cc44 operator delete (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete()
H A Dnew_opnt.cc35 operator new (std::size_t sz, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator new()
/dflybsd-src/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-crt-tm.c121 typedef const struct nothrow_t { } *c_nothrow_p; struct