Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 – 25 of 32) sorted by relevance

12

/external/angle/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h271 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/
Dubsan-function-noexcept.cpp10 void g(void (*p)() noexcept) { in g()
Drtti-qualfn.cpp20 void g(__attribute__((noreturn)) void (A::*p)() noexcept) { in g()
Dmangle-ms-exception-spec.cpp12 void a(int() noexcept) {} in a()
Dmangle-exception-spec.cpp8 void b(int() noexcept) {} in b()
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h271 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/
Dexception_safety_testing.h271 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/
Dexception_safety_testing.h271 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/
Dexception_safety_testing.h271 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/
Dexception_safety_testing.h271 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/
Dp4.cpp27 template<typename R> void bar(R() noexcept) {} in bar()
/external/webrtc/third_party/abseil-cpp/absl/container/
Dfixed_array.h127 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/
Dfixed_array.h128 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/
Dfixed_array.h123 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/
Dfixed_array.h128 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/
Dfixed_array.h127 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/
Dfixed_array.h128 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/
Dmain.c38 int noexcept = 1; in main() local
/external/abseil-cpp/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
/external/webrtc/third_party/abseil-cpp/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
/external/angle/third_party/abseil-cpp/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
/external/openscreen/third_party/abseil/src/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function
/external/llvm-project/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp65 #define noexcept macro

12