Home
last modified time | relevance | path

Searched refs:__c2 (Results 151 – 175 of 687) sorted by relevance

12345678910>>...28

/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/experimental/string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/experimental/string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/experimental/string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A Dchar_traits.h147 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } in assign() argument
148 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) in eq() argument
149 { return __c1 == __c2; } in eq()
150 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) in lt() argument
151 { return __c1 < __c2; } in lt()
197 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type() argument
198 { return __c1 == __c2; } in eq_int_type()
239 static void _STLP_CALL assign(char& __c1, const char& __c2) in assign() argument
240 { __c1 = __c2; } in assign()
276 static void _STLP_CALL assign(wchar_t& __c1, const wchar_t& __c2) in assign() argument
[all …]
/dports/devel/gdb/gdb-11.1/gdb/unittests/basic_string_view/capacity/
H A D1.cc57 assign(char_type& __c1, const char_type& __c2)
58 { __c1 = __c2; }
61 eq(const char_type& __c1, const char_type& __c2)
62 { return __c1 == __c2; }
65 lt(const char_type& __c1, const char_type& __c2)
66 { return __c1 < __c2; }
118 eq_int_type(const int_type& __c1, const int_type& __c2)
119 { return __c1 == __c2; }
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dconstexpr_char_traits.h27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
28 {__c1 = __c2;} in assign()
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
31 {return __c1 == __c2;} in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
34 {return __c1 < __c2;} in lt()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
53 {return __c1 == __c2;} in eq_int_type()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
28 {__c1 = __c2;} in assign()
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
31 {return __c1 == __c2;} in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
34 {return __c1 < __c2;} in lt()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
53 {return __c1 == __c2;} in eq_int_type()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
174 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
175 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
28 {__c1 = __c2;} in assign()
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
31 {return __c1 == __c2;} in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
34 {return __c1 < __c2;} in lt()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
53 {return __c1 == __c2;} in eq_int_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dconstexpr_char_traits.h27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
28 {__c1 = __c2;} in assign()
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
31 {return __c1 == __c2;} in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
34 {return __c1 < __c2;} in lt()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
53 {return __c1 == __c2;} in eq_int_type()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dconstexpr_char_traits.h27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
28 {__c1 = __c2;} in assign()
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
31 {return __c1 == __c2;} in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
34 {return __c1 < __c2;} in lt()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
53 {return __c1 == __c2;} in eq_int_type()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
28 {__c1 = __c2;} in assign()
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
31 {return __c1 == __c2;} in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
34 {return __c1 < __c2;} in lt()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
53 {return __c1 == __c2;} in eq_int_type()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()

12345678910>>...28