| /external/angle/third_party/abseil-cpp/absl/base/internal/ |
| D | exception_safety_testing.h | 271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function 280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function 300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function 310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function 547 static void* operator new[](size_t s) noexcept( in noexcept() function 565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | ubsan-function-noexcept.cpp | 10 void g(void (*p)() noexcept) { in g()
|
| D | rtti-qualfn.cpp | 20 void g(__attribute__((noreturn)) void (A::*p)() noexcept) { in g()
|
| D | mangle-ms-exception-spec.cpp | 12 void a(int() noexcept) {} in a()
|
| D | mangle-exception-spec.cpp | 8 void b(int() noexcept) {} in b()
|
| /external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
| D | exception_safety_testing.h | 271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function 280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function 300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function 310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function 550 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
|
| /external/abseil-cpp/absl/base/internal/ |
| D | exception_safety_testing.h | 271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function 280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function 300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function 310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function 550 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
|
| /external/libtextclassifier/abseil-cpp/absl/base/internal/ |
| D | exception_safety_testing.h | 271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function 280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function 300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function 310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function 550 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
|
| /external/openscreen/third_party/abseil/src/absl/base/internal/ |
| D | exception_safety_testing.h | 271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function 280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function 300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function 310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function 550 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
| D | exception_safety_testing.h | 271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function 280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function 300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function 310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function 550 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
|
| /external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
| D | p4.cpp | 27 template<typename R> void bar(R() noexcept) {} in bar()
|
| /external/webrtc/third_party/abseil-cpp/absl/container/ |
| D | fixed_array.h | 127 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function 132 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
|
| /external/libtextclassifier/abseil-cpp/absl/container/ |
| D | fixed_array.h | 128 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function 133 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
|
| /external/angle/third_party/abseil-cpp/absl/container/ |
| D | fixed_array.h | 123 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function 128 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
|
| /external/openscreen/third_party/abseil/src/absl/container/ |
| D | fixed_array.h | 128 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function 133 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
|
| /external/abseil-cpp/absl/container/ |
| D | fixed_array.h | 127 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function 132 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
| D | fixed_array.h | 128 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function 133 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
|
| /external/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/ |
| D | main.c | 38 int noexcept = 1; in main() local
|
| /external/abseil-cpp/absl/types/internal/ |
| D | optional.h | 231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
|
| /external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
| D | optional.h | 231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
|
| /external/angle/third_party/abseil-cpp/absl/types/internal/ |
| D | optional.h | 231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
| D | optional.h | 231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
|
| /external/libtextclassifier/abseil-cpp/absl/types/internal/ |
| D | optional.h | 231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
|
| /external/openscreen/third_party/abseil/src/absl/types/internal/ |
| D | optional.h | 231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
|
| /external/llvm-project/clang/test/Preprocessor/ |
| D | cxx_oper_keyword_ms_compat.cpp | 65 #define noexcept macro
|