| /external/clang/test/CodeGen/ |
| D | address-sanitizer-and-array-cookie.cpp | 7 std::nothrow_t nothrow; variable
|
| /external/clang/test/Analysis/ |
| D | NewDelete-custom.cpp | 14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
|
| /external/jemalloc_new/src/ |
| D | jemalloc_cpp.cpp | 44 handleOOM(std::size_t size, bool nothrow) { in handleOOM()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/concepts/concepts.lang/concept.swappable/ |
| D | swappable.pass.cpp | 237 enum class nothrow { no, yes }; enum
|
| /external/libcxx/src/ |
| D | new.cpp | 38 const nothrow_t nothrow = {}; variable
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ |
| D | new.cpp | 34 const nothrow_t nothrow{}; variable
|
| /external/clang/test/CodeGenCXX/ |
| D | new.cpp | 25 std::nothrow_t nothrow; variable
|
| /external/OpenCSD/decoder/source/c_api/ |
| D | ocsd_c_api.cpp | 48 namespace std { const nothrow_t nothrow = nothrow_t(); } variable
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 173 enum class Movable { no, yes, nothrow, trivial }; enumerator 177 enum class Destructible { nothrow, trivial }; enumerator
|
| /external/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 173 enum class Movable { no, yes, nothrow, trivial }; enumerator 177 enum class Destructible { nothrow, trivial }; enumerator
|
| /external/cronet/third_party/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 174 enum class Movable { no, yes, nothrow, trivial }; enumerator 178 enum class Destructible { nothrow, trivial }; enumerator
|
| /external/angle/third_party/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 174 enum class Movable { no, yes, nothrow, trivial }; enumerator 178 enum class Destructible { nothrow, trivial }; enumerator
|
| /external/webrtc/third_party/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 174 enum class Movable { no, yes, nothrow, trivial }; enumerator 178 enum class Destructible { nothrow, trivial }; enumerator
|