Home
last modified time | relevance | path

Searched refs:__is_nothrow_constructible (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ext/
H A Dis_nothrow_constructible1.C16 SA(__is_nothrow_constructible(A));
17 SA(__is_nothrow_constructible(A,A));
18 SA(!__is_nothrow_constructible(B));
19 SA(__is_nothrow_constructible(B,B));
21 SA(!__is_nothrow_constructible(A,B));
22 SA(!__is_nothrow_constructible(B,A));
24 SA(__is_nothrow_constructible(C));
25 SA(__is_nothrow_constructible(C,C));
26 SA(!__is_nothrow_constructible(C,C&));
37 SA(!__is_nothrow_constructible(int,B));
[all …]
H A Dis_nothrow_constructible2.C14 SA(__is_nothrow_constructible(X));
15 SA(!__is_nothrow_constructible(Y));
H A Dis_nothrow_constructible5.C6 static_assert(__is_nothrow_constructible(int, int), ""); in foo()
H A Dis_nothrow_constructible6.C11 int x = __is_nothrow_constructible(z<int>);
H A Dis_nothrow_constructible3.C4 static_assert(__is_nothrow_constructible(T, Args...), ""); in bar()
H A Dis_nothrow_constructible4.C10 SA(__is_nothrow_constructible(C,C)); in f()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dis_nothrow_constructible1.C16 SA(__is_nothrow_constructible(A));
17 SA(__is_nothrow_constructible(A,A));
18 SA(!__is_nothrow_constructible(B));
19 SA(__is_nothrow_constructible(B,B));
21 SA(!__is_nothrow_constructible(A,B));
22 SA(!__is_nothrow_constructible(B,A));
24 SA(__is_nothrow_constructible(C));
25 SA(__is_nothrow_constructible(C,C));
26 SA(!__is_nothrow_constructible(C,C&));
37 SA(!__is_nothrow_constructible(int,B));
[all …]
H A Dis_nothrow_constructible2.C14 SA(__is_nothrow_constructible(X));
15 SA(!__is_nothrow_constructible(Y));
H A Dis_nothrow_constructible5.C6 static_assert(__is_nothrow_constructible(int, int), ""); in foo()
H A Dis_nothrow_constructible6.C11 int x = __is_nothrow_constructible(z<int>);
H A Dis_nothrow_constructible3.C4 static_assert(__is_nothrow_constructible(T, Args...), ""); in bar()
H A Dis_nothrow_constructible4.C10 SA(__is_nothrow_constructible(C,C)); in f()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dis_nothrow_constructible1.C16 SA(__is_nothrow_constructible(A));
17 SA(__is_nothrow_constructible(A,A));
18 SA(!__is_nothrow_constructible(B));
19 SA(__is_nothrow_constructible(B,B));
21 SA(!__is_nothrow_constructible(A,B));
22 SA(!__is_nothrow_constructible(B,A));
24 SA(__is_nothrow_constructible(C));
25 SA(__is_nothrow_constructible(C,C));
26 SA(!__is_nothrow_constructible(C,C&));
37 SA(!__is_nothrow_constructible(int,B));
[all …]
H A Dis_nothrow_constructible2.C14 SA(__is_nothrow_constructible(X));
15 SA(!__is_nothrow_constructible(Y));
H A Dis_nothrow_constructible5.C6 static_assert(__is_nothrow_constructible(int, int), ""); in foo()
H A Dis_nothrow_constructible6.C11 int x = __is_nothrow_constructible(z<int>);
H A Dis_nothrow_constructible3.C4 static_assert(__is_nothrow_constructible(T, Args...), ""); in bar()
H A Dis_nothrow_constructible4.C10 SA(__is_nothrow_constructible(C,C)); in f()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/ext/
H A Dis_nothrow_constructible1.C16 SA(__is_nothrow_constructible(A));
17 SA(__is_nothrow_constructible(A,A));
18 SA(!__is_nothrow_constructible(B));
19 SA(__is_nothrow_constructible(B,B));
21 SA(!__is_nothrow_constructible(A,B));
22 SA(!__is_nothrow_constructible(B,A));
24 SA(__is_nothrow_constructible(C));
25 SA(__is_nothrow_constructible(C,C));
26 SA(!__is_nothrow_constructible(C,C&));
37 SA(!__is_nothrow_constructible(int,B));
[all …]
H A Dis_nothrow_constructible2.C14 SA(__is_nothrow_constructible(X));
15 SA(!__is_nothrow_constructible(Y));
H A Dis_nothrow_constructible5.C6 static_assert(__is_nothrow_constructible(int, int), ""); in foo()
H A Dis_nothrow_constructible6.C11 int x = __is_nothrow_constructible(z<int>);
H A Dis_nothrow_constructible3.C4 static_assert(__is_nothrow_constructible(T, Args...), ""); in bar()
H A Dis_nothrow_constructible4.C10 SA(__is_nothrow_constructible(C,C)); in f()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dcxx-traits.h48 struct __is_nothrow_constructible {}; // expected-warning {{made available}} struct

12345678