Home
last modified time | relevance | path

Searched refs:True1 (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C4 struct True1 {}; struct
28 SA( noexcept(True1()));
33 SA( noexcept(A<True1>()));
38 SA( noexcept(B<True1>()));
43 SA( noexcept(C<True1, True2>()));
44 SA( noexcept(C<True1, True3>()));
46 SA( noexcept(C<True2, True1>()));
47 SA( noexcept(C<True3, True1>()));
49 SA(!noexcept(C<False, True1>()));
52 SA(!noexcept(C<True1, False>()));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C4 struct True1 {}; struct
28 SA( noexcept(True1()));
33 SA( noexcept(A<True1>()));
38 SA( noexcept(B<True1>()));
43 SA( noexcept(C<True1, True2>()));
44 SA( noexcept(C<True1, True3>()));
46 SA( noexcept(C<True2, True1>()));
47 SA( noexcept(C<True3, True1>()));
49 SA(!noexcept(C<False, True1>()));
52 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {};
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C5 struct True1 {}; struct
29 SA( noexcept(True1()));
34 SA( noexcept(A<True1>()));
39 SA( noexcept(B<True1>()));
44 SA( noexcept(C<True1, True2>()));
45 SA( noexcept(C<True1, True3>()));
47 SA( noexcept(C<True2, True1>()));
48 SA( noexcept(C<True3, True1>()));
50 SA(!noexcept(C<False, True1>()));
53 SA(!noexcept(C<True1, False>()));
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept17.C4 struct True1 {}; struct
28 SA( noexcept(True1()));
33 SA( noexcept(A<True1>()));
38 SA( noexcept(B<True1>()));
43 SA( noexcept(C<True1, True2>()));
44 SA( noexcept(C<True1, True3>()));
46 SA( noexcept(C<True2, True1>()));
47 SA( noexcept(C<True3, True1>()));
49 SA(!noexcept(C<False, True1>()));
52 SA(!noexcept(C<True1, False>()));
/dports/lang/gcc48/gcc-4.8.5/libgo/go/encoding/xml/
H A Dxml_test.go381 True1 bool member
403 True1: true,
427 <True1>true</True1>
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/vim25/xml/
H A Dxml_test.go380 True1 bool member
402 True1: true,
426 <True1>true</True1>
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/encoding/xml/
H A Dxml_test.go380 True1 bool member
402 True1: true,
426 <True1>true</True1>
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/vmware/govmomi/vim25/xml/
H A Dxml_test.go380 True1 bool member
402 True1: true,
426 <True1>true</True1>

12345678