/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | new | 82 struct nothrow_t 85 explicit nothrow_t() = default; 89 extern const nothrow_t nothrow; 130 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 132 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 134 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 136 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 139 void operator delete(void*, std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 141 void operator delete[](void*, std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
|
A D | new_handler.cc | 37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
|
A D | del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]() argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | new | 86 struct nothrow_t 89 explicit nothrow_t() = default; 93 extern const nothrow_t nothrow; 134 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 136 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 138 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 140 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 145 void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&) 149 void operator delete(void*, std::align_val_t, const std::nothrow_t&) 153 void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&) [all …]
|
A D | new_handler.cc | 37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | new | 86 struct nothrow_t 89 explicit nothrow_t() = default; 93 extern const nothrow_t nothrow; 134 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 136 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 138 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 140 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 145 void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&) 149 void operator delete(void*, std::align_val_t, const std::nothrow_t&) 153 void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&) [all …]
|
A D | new_handler.cc | 37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | new | 92 struct nothrow_t 95 explicit nothrow_t() = default; 99 extern const nothrow_t nothrow; 140 _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 142 _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 144 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 146 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 151 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&) 155 void operator delete(void*, std::align_val_t, const std::nothrow_t&) 159 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&) [all …]
|
A D | new_handler.cc | 37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | new | 92 struct nothrow_t 95 explicit nothrow_t() = default; 99 extern const nothrow_t nothrow; 140 _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 142 _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 144 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 146 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 151 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&) 155 void operator delete(void*, std::align_val_t, const std::nothrow_t&) 159 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&) [all …]
|
A D | new_handler.cc | 37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | new | 91 struct nothrow_t 94 explicit nothrow_t() = default; 98 extern const nothrow_t nothrow; 139 _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 141 _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 143 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 145 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 150 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&) 154 void operator delete(void*, std::align_val_t, const std::nothrow_t&) 158 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&) [all …]
|
A D | new_handler.cc | 37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
|
A D | del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept in operator delete[]() argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | new | 82 struct nothrow_t { }; 84 extern const nothrow_t nothrow; 119 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 121 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 123 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 125 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
|
A D | del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]() argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | new | 99 struct nothrow_t { }; 101 extern const nothrow_t nothrow; 136 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 138 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 140 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 142 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/abi/pre/ |
A D | gnu-versioned-namespace.ver | 36 # operator new(size_t, std::nothrow_t const&) 41 # operator delete(void*, std::nothrow_t const&) 46 # operator new[](size_t, std::nothrow_t const&) 51 # operator delete[](void*, std::nothrow_t const&)
|