Searched defs:nothrow_t (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | del_opnt.cc | 33 operator delete (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete()
|
H A D | del_opvnt.cc | 31 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]()
|
H A D | new_opnt.cc | 37 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 D | del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]()
|
H A D | new_opvant.cc | 31 operator new[] (std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new[]()
|
H A D | del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete()
|
H A D | new_opant.cc | 31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new()
|
H A D | del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]()
|
H A D | del_opnt.cc | 44 operator delete (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete()
|
H A D | new_opnt.cc | 35 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 D | darwin-crt-tm.c | 121 typedef const struct nothrow_t { } *c_nothrow_p; struct
|