Home
last modified time | relevance | path

Searched refs:AllSame (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C61 concept AllSame = all_same<Ts...>::value;
63 AllSame{...Ts} struct S5 { };
64 AllSame{T, U} struct S6 { };
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C59 concept AllSame = all_same<Ts...>::value;
61 AllSame{...Ts} struct S5 { };
62 AllSame{T, U} struct S6 { };
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C61 concept AllSame = all_same<Ts...>::value;
63 AllSame{...Ts} struct S5 { };
64 AllSame{T, U} struct S6 { };
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C61 concept AllSame = all_same<Ts...>::value;
63 AllSame{...Ts} struct S5 { };
64 AllSame{T, U} struct S6 { };
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C61 concept AllSame = all_same<Ts...>::value;
63 AllSame{...Ts} struct S5 { };
64 AllSame{T, U} struct S6 { };
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C59 concept AllSame = all_same<Ts...>::value;
61 AllSame{...Ts} struct S5 { };
62 AllSame{T, U} struct S6 { };
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C59 concept AllSame = all_same<Ts...>::value;
61 AllSame{...Ts} struct S5 { };
62 AllSame{T, U} struct S6 { };
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/test/unit/
H A DtestRunStyles.cxx201 REQUIRE(true == rs.AllSame());
203 REQUIRE(true == rs.AllSame());
209 REQUIRE(0 == rs.AllSame());
213 REQUIRE(true == rs.AllSame());
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A DtestRunStyles.cxx210 REQUIRE(true == rs.AllSame());
212 REQUIRE(true == rs.AllSame());
219 REQUIRE(false == rs.AllSame());
224 REQUIRE(true == rs.AllSame());
/dports/editors/textadept/scintilla/test/unit/
H A DtestRunStyles.cxx210 REQUIRE(true == rs.AllSame());
212 REQUIRE(true == rs.AllSame());
219 REQUIRE(false == rs.AllSame());
224 REQUIRE(true == rs.AllSame());
/dports/editors/scite/scintilla/test/unit/
H A DtestRunStyles.cxx210 REQUIRE(true == rs.AllSame());
212 REQUIRE(true == rs.AllSame());
219 REQUIRE(false == rs.AllSame());
224 REQUIRE(true == rs.AllSame());
/dports/cad/alliance/alliance/src/vex/src/
H A Dvexsimp.c507 int AllSame; local
650 AllSame = 1;
656 AllSame = 0; break;
660 if ( AllSame )
744 int AllSame; local
794 AllSame = 1;
800 AllSame = 0; break;
804 if ( AllSame )
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DRunStyles.h41 bool AllSame() const;
H A DRunStyles.cxx225 bool RunStyles::AllSame() const { in AllSame() function in RunStyles
234 return AllSame() && (styles->ValueAt(0) == value); in AllSameAs()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DRunStyles.h41 bool AllSame() const;
H A DRunStyles.cxx225 bool RunStyles::AllSame() const { in AllSame() function in RunStyles
234 return AllSame() && (styles->ValueAt(0) == value); in AllSameAs()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DRunStyles.h41 bool AllSame() const;
H A DRunStyles.cxx225 bool RunStyles::AllSame() const { in AllSame() function in RunStyles
234 return AllSame() && (styles->ValueAt(0) == value); in AllSameAs()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DRunStyles.h43 bool AllSame() const;
H A DRunStyles.cxx235 bool RunStyles::AllSame() const { in AllSame() function in RunStyles
244 return AllSame() && (styles->ValueAt(0) == value); in AllSameAs()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DRunStyles.h43 bool AllSame() const;
H A DRunStyles.cxx235 bool RunStyles::AllSame() const { in AllSame() function in RunStyles
244 return AllSame() && (styles->ValueAt(0) == value); in AllSameAs()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DRunStyles.h43 bool AllSame() const;
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DRunStyles.h43 bool AllSame() const;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DRunStyles.h44 bool AllSame() const;

1234567