Home
last modified time | relevance | path

Searched refs:same (Results 76 – 100 of 45743) sorted by relevance

12345678910>>...1830

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; argument
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; };
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
33 static_assert(same<applyv<map, int>::type, volatile int>::value, "");
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/signed-exchange/
H A Dsxg-referrer-same-physical-same-logical.tentative.https.html.ini1 [sxg-referrer-same-physical-same-logical.tentative.https.html]
3 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
6 …er-same-origin.sxg","referrerPolicy":"same-origin","expectedReferrer":"https://web-platform.test:8…
9 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
12same-origin.sxg","referrerPolicy":"strict-origin-when-cross-origin","expectedReferrer":"https://we…
15 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
18 …sxg":"sxg-referrer-same-origin.sxg","expectedReferrer":"https://web-platform.test:8443/signed-exch…
21same-origin.sxg","referrerPolicy":"no-referrer-when-downgrade","expectedReferrer":"https://web-pla…
24 …rer-same-origin.sxg","referrerPolicy":"unsafe-url","expectedReferrer":"https://web-platform.test:8…
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/signed-exchange/
H A Dsxg-referrer-same-physical-same-logical.tentative.https.html.ini1 [sxg-referrer-same-physical-same-logical.tentative.https.html]
3 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
6 …er-same-origin.sxg","referrerPolicy":"same-origin","expectedReferrer":"https://web-platform.test:8…
9 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
12same-origin.sxg","referrerPolicy":"strict-origin-when-cross-origin","expectedReferrer":"https://we…
15 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
18 …sxg":"sxg-referrer-same-origin.sxg","expectedReferrer":"https://web-platform.test:8443/signed-exch…
21same-origin.sxg","referrerPolicy":"no-referrer-when-downgrade","expectedReferrer":"https://web-pla…
24 …rer-same-origin.sxg","referrerPolicy":"unsafe-url","expectedReferrer":"https://web-platform.test:8…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/signed-exchange/
H A Dsxg-referrer-same-physical-same-logical.tentative.https.html.ini1 [sxg-referrer-same-physical-same-logical.tentative.https.html]
3 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
6 …er-same-origin.sxg","referrerPolicy":"same-origin","expectedReferrer":"https://web-platform.test:8…
9 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
12same-origin.sxg","referrerPolicy":"strict-origin-when-cross-origin","expectedReferrer":"https://we…
15 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
18 …sxg":"sxg-referrer-same-origin.sxg","expectedReferrer":"https://web-platform.test:8443/signed-exch…
21same-origin.sxg","referrerPolicy":"no-referrer-when-downgrade","expectedReferrer":"https://web-pla…
24 …rer-same-origin.sxg","referrerPolicy":"unsafe-url","expectedReferrer":"https://web-platform.test:8…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/signed-exchange/
H A Dsxg-referrer-same-physical-same-logical.tentative.https.html.ini1 [sxg-referrer-same-physical-same-logical.tentative.https.html]
3 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
6 …er-same-origin.sxg","referrerPolicy":"same-origin","expectedReferrer":"https://web-platform.test:8…
9 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
12same-origin.sxg","referrerPolicy":"strict-origin-when-cross-origin","expectedReferrer":"https://we…
15 …nge test : {"origin":"https://web-platform.test:8443","sxg":"sxg-referrer-same-origin.sxg","referr…
18 …sxg":"sxg-referrer-same-origin.sxg","expectedReferrer":"https://web-platform.test:8443/signed-exch…
21same-origin.sxg","referrerPolicy":"no-referrer-when-downgrade","expectedReferrer":"https://web-pla…
24 …rer-same-origin.sxg","referrerPolicy":"unsafe-url","expectedReferrer":"https://web-platform.test:8…
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/addPiece/
H A Dtest_addpawnsb.phpt12 '1 pawn not the same');
17 '1 pawn not the same');
19 '2 pawn not the same');
24 '1 pawn not the same');
26 '2 pawn not the same');
28 '3 pawn not the same');
33 '1 pawn not the same');
35 '2 pawn not the same');
37 '3 pawn not the same');
39 '4 pawn not the same');
[all …]
H A Dtest_addpawnsw.phpt12 '1 pawn not the same');
17 '1 pawn not the same');
19 '2 pawn not the same');
24 '1 pawn not the same');
26 '2 pawn not the same');
28 '3 pawn not the same');
33 '1 pawn not the same');
35 '2 pawn not the same');
37 '3 pawn not the same');
39 '4 pawn not the same');
[all …]

12345678910>>...1830