Searched defs:noexcept (Results 1 - 25 of 102) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept20.C13 A() noexcept(noexcept(B())) { } function in struct:A
H A Dnoexcept23.C6 A(const A&) noexcept(false) {} function in struct:A
H A Dnoexcept24.C7 A(const A&) noexcept(false) {} function in struct:A
H A Dnoexcept27.C10 void* operator new(__SIZE_TYPE__, void*) noexcept; member in struct:X
H A Dnoexcept19.C13 B () noexcept (A <Y>::a) {} function in struct:B
H A Ddefaulted23.C6 A() noexcept = default; member in struct:A
H A Dnoexcept08.C8 virtual void h() noexcept; member in struct:A
15 void f() noexcept; member in struct:B
16 void g() noexcept; member in struct:B
17 void h() noexcept; member in struct:B
18 void i() noexcept; member in struct:B
19 void j() noexcept; member in struct:B
[all...]
H A Dnoexcept14.C4 void foo () noexcept () { } // { dg-error "expected" } function
H A Ddefaulted43.C6 T() noexcept(false) { } function in struct:T
7 ~T() noexcept(false) { } function in struct:T
14 A() noexcept; member in struct:A
15 ~A() noexcept; member in struct:A
25 U() noexcept(false) { } function in struct:U
26 ~U() noexcept(false) { } function in struct:U
46 V() noexcept(false) { } function in struct:V
47 ~V() noexcept(false) { } function in struct:V
54 C() noexcept = default; // { dg-message "exception-specification" } member in struct:C
55 ~C() noexcept = default; // { dg-message "exception-specification" } member in struct:C
[all...]
H A Ddefaulted31.C11 A::~A() noexcept (true) { } // { dg-error "defaulted" } function
H A Dinh-ctor12.C7 A(T t) noexcept : i(t) {} member in struct:A
H A Dnoexcept26.C8 void* operator new(__SIZE_TYPE__, void*) noexcept; member in struct:X
H A Ddefaulted41.C7 virtual ~B() noexcept(false) { } function in class:B
H A Dconstexpr-noexcept.C9 constexpr T value(T t) noexcept(is_funny<T>::value) { return t; } // Line 7 function
H A Dnoexcept03.C21 void f () noexcept (false) function
27 void f(T) noexcept (noexcept (T())) // { dg-warning "false" } function
33 void f2(T a) noexcept (noexcept (f (a))) function
[all...]
H A Dsfinae11.C18 inline void f2( T& x ) noexcept( Noexcept ) function
37 void foo() noexcept; member in struct:Y
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dnested_exception.cc29 nested_exception::~nested_exception() noexcept = default; member in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr58516.C6 __transaction_atomic noexcept(false) {} function
H A Dnoexcept-2.C7 __transaction_atomic noexcept(t) { x++; } /* { dg-error "not a constant" } */ function
13 __transaction_atomic noexcept(x == 23) { x++; } /* { dg-error "not a constant" } */ function
H A Dnoexcept-5.C10 __transaction_atomic noexcept(true) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-copy1.C7 constexpr Ptr(int* p) noexcept : p{p} {} member in struct:Ptr
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/exception/
H A Dsynopsis.cc29 unexpected_handler get_unexpected() noexcept; member in namespace:std
34 terminate_handler get_terminate() noexcept; member in namespace:std
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc29 new_handler get_new_handler() noexcept; member in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr59947.C11 A () noexcept : a (1), b (1) {} member in struct:A
12 virtual void c () noexcept = 0; member in struct:A
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dpr64984.C42 Q (Q&& x) noexcept (J<X>::v) : r (foo<X>(s (x))) function in struct:Q

Completed in 177 milliseconds

12345