Searched refs:__c2 (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D3.cc42 assign(char_type& __c1, const char_type& __c2) argument
43 { __c1 = __c2; }
46 eq(const char_type& __c1, const char_type& __c2) argument
47 { return __c1 == __c2; }
50 lt(const char_type& __c1, const char_type& __c2) argument
51 { return __c1 < __c2; }
103 eq_int_type(const int_type& __c1, const int_type& __c2) argument
104 { return __c1 == __c2; }
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dchar_traits.h92 assign(char_type& __c1, const char_type& __c2) argument
93 { __c1 = __c2; }
96 eq(const char_type& __c1, const char_type& __c2) argument
97 { return __c1 == __c2; }
100 lt(const char_type& __c1, const char_type& __c2) argument
101 { return __c1 < __c2; }
130 eq_int_type(const int_type& __c1, const int_type& __c2) argument
131 { return __c1 == __c2; }
242 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
243 { __c1 = __c2; }
[all...]
H A Dboost_concept_check.h601 __c.swap(__c2);
604 _Container __c, __c2;
728 __c2 _IsUnused(__first, __last);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) argument
107 { __c1 = __c2; }
110 eq(const char_type& __c1, const char_type& __c2) argument
111 { return __c1 == __c2; }
114 lt(const char_type& __c1, const char_type& __c2) argument
115 { return __c1 < __c2; }
178 eq_int_type(const int_type& __c1, const int_type& __c2) argument
179 { return __c1 == __c2; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) argument
54 { __c1 = __c2; }
57 eq(const char_type& __c1, const char_type& __c2) argument
58 { return __c1 == __c2; }
61 lt(const char_type& __c1, const char_type& __c2) argument
62 { return __c1 < __c2; }
114 eq_int_type(const int_type& __c1, const int_type& __c2) argument
115 { return __c1 == __c2; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/capacity/
H A D1.cc53 assign(char_type& __c1, const char_type& __c2) argument
54 { __c1 = __c2; }
57 eq(const char_type& __c1, const char_type& __c2) argument
58 { return __c1 == __c2; }
61 lt(const char_type& __c1, const char_type& __c2) argument
62 { return __c1 < __c2; }
114 eq_int_type(const int_type& __c1, const int_type& __c2) argument
115 { return __c1 == __c2; }
/haiku-buildtools/gcc/gcc/
H A Dtree.h2866 enum tree_code __c1, enum tree_code __c2)
2869 && TREE_CODE (__t) != __c2)
2870 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0);
2876 enum tree_code __c1, enum tree_code __c2)
2879 || TREE_CODE (__t) == __c2)
2880 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0);
2886 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3)
2889 && TREE_CODE (__t) != __c2
2891 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0);
2897 enum tree_code __c1, enum tree_code __c2, enu
2865 tree_check2(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2) argument
2875 tree_not_check2(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2) argument
2885 tree_check3(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) argument
2896 tree_not_check3(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) argument
2907 tree_check4(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4) argument
2920 tree_not_check4(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4) argument
2933 tree_check5(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4, enum tree_code __c5) argument
2947 tree_not_check5(tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4, enum tree_code __c5) argument
3121 tree_check2(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2) argument
3131 tree_not_check2(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2) argument
3141 tree_check3(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) argument
3152 tree_not_check3(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) argument
3163 tree_check4(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4) argument
3176 tree_not_check4(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4) argument
3189 tree_check5(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4, enum tree_code __c5) argument
3203 tree_not_check5(const_tree __t, const char *__f, int __l, const char *__g, enum tree_code __c1, enum tree_code __c2, enum tree_code __c3, enum tree_code __c4, enum tree_code __c5) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h413 __c0, __c1, __c2) \
424 if (__seq ## __a __c2 __seq ## __d) \

Completed in 124 milliseconds