/external/clang/test/CXX/special/class.copy/ |
p15-0x.cpp | 27 template<typename T> T &&declval() noexcept; member in namespace:PR11418 31 NonPOD(const NonPOD &) noexcept; member in struct:PR11418::NonPOD 32 NonPOD(NonPOD &&) noexcept; member in struct:PR11418::NonPOD 39 static_assert(noexcept(declval<X>()), "noexcept isn't working at all"); 40 static_assert(noexcept(X(declval<X&>())), "copy constructor can't throw"); 41 static_assert(noexcept(X(declval<X>())), "move constructor can't throw");
|
/external/clang/test/CodeGenCXX/ |
cxx0x-delegating-ctors.cpp | 5 ~non_trivial() noexcept(false); 8 non_trivial::~non_trivial() noexcept(false) {} function
|
cxx1y-sized-deallocation.cpp | 23 void operator delete(void *) noexcept; member in struct:E 24 void operator delete[](void *) noexcept; member in struct:E 29 void operator delete(void *, size_t) noexcept; member in struct:F 30 void operator delete[](void *, size_t) noexcept; member in struct:F
|
/external/clang/test/SemaCXX/ |
cxx11-inheriting-ctors.cpp | 13 noexcept(noexcept(T(X(), static_cast<A &&>(a)))) function in struct:PR15757::T
|
new-null.cpp | 9 return nullptr; // expected-warning {{'operator new' should not return a null pointer unless it is declared 'throw()' or 'noexcept'}} 11 void *operator new[](size_t n) noexcept { 25 // expected-warning@-2 {{'operator new[]' should not return a null pointer unless it is declared 'throw()' or 'noexcept'}} 49 void *operator new(size_t n) noexcept(B) { function in struct:S4
|
cxx0x-cursory-default-delete.cpp | 86 ~except_spec_d_bad() noexcept; member in struct:except_spec_d_bad 90 except_spec_d_bad::~except_spec_d_bad() noexcept = default; 108 void operator delete(void *) noexcept = delete; // expected-error {{deleted definition must be first declaration}} expected-note {{implicit}}
|
/external/libcxxabi/test/ |
test_vector3.pass.cpp | 31 noexcept(false) function in struct:test1::A
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector3.cpp | 31 noexcept(false) function in struct:test1::A
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_vector3.pass.cpp | 31 noexcept(false) function in struct:test1::A
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
functional_hash.h | 65 operator()(_Tp* __p) const noexcept 75 operator()(_Tp __val) const noexcept \ 167 operator()(float __val) const noexcept 179 operator()(double __val) const noexcept 192 operator()(long double __val) const noexcept; member in struct:hash
|
nested_exception.h | 60 nested_exception() noexcept : _M_ptr(current_exception()) { } 66 virtual ~nested_exception() noexcept; member in class:std::nested_exception
|
shared_ptr.h | 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept 100 constexpr shared_ptr() noexcept 103 shared_ptr(const shared_ptr&) noexcept = default; member in class:shared_ptr 206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) noexcept 218 shared_ptr(const shared_ptr<_Tp1>& __r) noexcept 226 shared_ptr(shared_ptr&& __r) noexcept 236 shared_ptr(shared_ptr<_Tp1>&& __r) noexcept 265 constexpr shared_ptr(nullptr_t __p) noexcept 268 shared_ptr& operator=(const shared_ptr&) noexcept = default; member in class:shared_ptr 272 operator=(const shared_ptr<_Tp1>& __r) noexcept [all...] |
stl_pair.h | 167 noexcept(__and_<is_nothrow_move_assignable<_T1>, function in struct:pair 195 noexcept(noexcept(swap(first, __p.first)) 196 && noexcept(swap(second, __p.second))) 255 noexcept(noexcept(__x.swap(__y))) function
|
stl_stack.h | 221 noexcept(noexcept(swap(c, __s.c))) function in class:stack 292 noexcept(noexcept(__x.swap(__y))) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
functional_hash.h | 65 operator()(_Tp* __p) const noexcept 75 operator()(_Tp __val) const noexcept \ 167 operator()(float __val) const noexcept 179 operator()(double __val) const noexcept 192 operator()(long double __val) const noexcept; member in struct:hash
|
nested_exception.h | 60 nested_exception() noexcept : _M_ptr(current_exception()) { } 66 virtual ~nested_exception() noexcept; member in class:std::nested_exception
|
shared_ptr.h | 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept 100 constexpr shared_ptr() noexcept 103 shared_ptr(const shared_ptr&) noexcept = default; member in class:shared_ptr 206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) noexcept 218 shared_ptr(const shared_ptr<_Tp1>& __r) noexcept 226 shared_ptr(shared_ptr&& __r) noexcept 236 shared_ptr(shared_ptr<_Tp1>&& __r) noexcept 265 constexpr shared_ptr(nullptr_t __p) noexcept 268 shared_ptr& operator=(const shared_ptr&) noexcept = default; member in class:shared_ptr 272 operator=(const shared_ptr<_Tp1>& __r) noexcept [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
functional_hash.h | 65 operator()(_Tp* __p) const noexcept 75 operator()(_Tp __val) const noexcept \ 167 operator()(float __val) const noexcept 179 operator()(double __val) const noexcept 192 operator()(long double __val) const noexcept; member in struct:hash
|
nested_exception.h | 60 nested_exception() noexcept : _M_ptr(current_exception()) { } 66 virtual ~nested_exception() noexcept; member in class:std::nested_exception
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
functional_hash.h | 65 operator()(_Tp* __p) const noexcept 75 operator()(_Tp __val) const noexcept \ 167 operator()(float __val) const noexcept 179 operator()(double __val) const noexcept 192 operator()(long double __val) const noexcept; member in struct:hash
|
nested_exception.h | 60 nested_exception() noexcept : _M_ptr(current_exception()) { } 66 virtual ~nested_exception() noexcept; member in class:std::nested_exception
|
/external/clang/test/CXX/except/except.spec/ |
p1.cpp | 25 // Simple parser tests, noexcept specification. 29 void f1() noexcept { } 30 void f2() noexcept (true) { } function in namespace:noex 31 void f3() noexcept (false) { } function in namespace:noex 32 void f4() noexcept (1 < 2) { } 35 void foo() noexcept { } 36 void bar() noexcept (true) { } function in class:noex::CA1 39 void (*fptr1)() noexcept; member in namespace:noex 40 void (*fptr2)() noexcept (true); 46 void f() throw(int) noexcept { } // expected-error {{cannot have both} 68 void g(T x) noexcept((sizeof(T) == sizeof(int)) || noexcept(f(x))) { } function in namespace:noexcept_unevaluated [all...] |
/external/clang/test/Index/ |
get-cursor.cpp | 74 A& operator=(A&&) noexcept; member in class:A
|
/external/clang/test/Lexer/ |
cxx0x_keyword_as_cxx98.cpp | 33 int noexcept; // expected-warning {{'noexcept' is a keyword in C++11}} variable
|
keywords_test.cpp | 52 CXX11_KEYWORD(noexcept); variable
|