Home
last modified time | relevance | path

Searched refs:True2 (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True2 { ~True2(); }; struct
29 SA( noexcept(True2()));
34 SA( noexcept(A<True2>()));
39 SA( noexcept(B<True2>()));
43 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True2, True3>()));
46 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True2>()));
50 SA(!noexcept(C<False, True2>()));
53 SA(!noexcept(C<True2, False>()));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True2 { ~True2(); }; struct
29 SA( noexcept(True2()));
34 SA( noexcept(A<True2>()));
39 SA( noexcept(B<True2>()));
43 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True2, True3>()));
46 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True2>()));
50 SA(!noexcept(C<False, True2>()));
53 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); };
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C6 struct True2 { ~True2(); }; struct
30 SA( noexcept(True2()));
35 SA( noexcept(A<True2>()));
40 SA( noexcept(B<True2>()));
44 SA( noexcept(C<True1, True2>()));
46 SA( noexcept(C<True2, True3>()));
47 SA( noexcept(C<True2, True1>()));
49 SA( noexcept(C<True3, True2>()));
51 SA(!noexcept(C<False, True2>()));
54 SA(!noexcept(C<True2, False>()));
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True2 { ~True2(); }; struct
29 SA( noexcept(True2()));
34 SA( noexcept(A<True2>()));
39 SA( noexcept(B<True2>()));
43 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True2, True3>()));
46 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True2>()));
50 SA(!noexcept(C<False, True2>()));
53 SA(!noexcept(C<True2, False>()));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/temp/temp.constr/temp.constr.normal/
H A Dp1.cpp9 template<typename T> concept True2 = sizeof(T) >= 0;
10 template<typename T> concept Foo2 = True2<T*>;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.normal/
H A Dp1.cpp9 template<typename T> concept True2 = sizeof(T) >= 0;
10 template<typename T> concept Foo2 = True2<T*>;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.constr/temp.constr.normal/
H A Dp1.cpp9 template<typename T> concept True2 = sizeof(T) >= 0;
10 template<typename T> concept Foo2 = True2<T*>;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.constr/temp.constr.normal/
H A Dp1.cpp9 template<typename T> concept True2 = sizeof(T) >= 0;
10 template<typename T> concept Foo2 = True2<T*>;

123456789