Home
last modified time | relevance | path

Searched refs:__left (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h119 return __left.__locale_ == __right.__locale_;
123 return __left.__locale_ == nullptr && __right == 0;
127 return __left.__locale_ == nullptr && __right == 0;
131 return __left.__locale_ == nullptr;
135 return __left == 0 && nullptr == __right.__locale_;
143 return !(__left == __right);
147 return !(__left == __right);
151 return !(__left == __right);
155 return !(__left == __right);
159 return !(__left == __right);
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h164 __curr_rope = __left; in _S_setcache()
521 __left->_M_ref_nonnil(); in _S_concat_char_iter()
527 _S_unref(__left); in _S_concat_char_iter()
611 if (0 == __left) { in _S_concat()
616 __left->_M_ref_nonnil(); in _S_concat()
617 return __left; in _S_concat()
649 __left->_M_ref_nonnil(); in _S_concat()
656 _S_unref(__left); in _S_concat()
1211 __r = __left; in _S_fetch()
1257 __r = __left; in _S_fetch_ptr()
[all …]
H A Dstl_rope.h1632 _RopeRep* __left =
1637 _S_unref(__left);
1641 _S_unref(__left);
1860 _Self_destruct_ptr __left(
2357 __left.append(__right);
2358 return __left;
2377 __left.append(__right);
2378 return __left;
2394 __left.append(__right);
2395 return __left;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h170 __curr_rope = __left; in _S_setcache()
500 __left-> in _S_tree_concat()
565 _S_unref(__left); in _S_concat_char_iter()
658 if (0 == __left) in _S_concat()
665 __left->_M_ref_nonnil(); in _S_concat()
666 return __left; in _S_concat()
710 _S_unref(__left); in _S_concat()
1345 __r = __left; in _S_fetch()
1397 __r = __left; in _S_fetch_ptr()
1435 return 0 != __left; in _S_compare()
[all …]
H A Drope1881 _RopeRep* __left =
1887 _S_unref(__left);
1891 _S_unref(__left);
2152 __result = _S_concat(__left, __right);
2771 __left.append(__right);
2772 return __left;
2791 __left.append(__right);
2792 return __left;
2808 __left.append(__right);
2809 return __left;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h92 const bool __left = ((__out.flags() in __ostream_insert() local
95 if (!__left) in __ostream_insert()
99 if (__left && __out.good()) in __ostream_insert()
H A Dbasic_string.tcc403 bool __left; in replace() local
406 else if ((__left = __s + __n2 <= _M_data() + __pos) in replace()
411 __left ? __off : (__off += __n2 - __n1); in replace()
H A Dstl_algo.h4125 _ForwardIterator __middle, __left, __right; in equal_range() local
4142 __left = std::lower_bound(__first, __middle, __val); in equal_range()
4145 return pair<_ForwardIterator, _ForwardIterator>(__left, __right); in equal_range()
4189 _ForwardIterator __middle, __left, __right; in equal_range() local
4206 __left = std::lower_bound(__first, __middle, __val, __comp); in equal_range()
4209 return pair<_ForwardIterator, _ForwardIterator>(__left, __right); in equal_range()
/openbsd/sys/sys/
H A Dtree.h207 struct type __node, *__left, *__right, *__tmp; \
211 __left = __right = &__node; \
233 SPLAY_LINKRIGHT(head, __left, field); \
236 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
244 struct type __node, *__left, *__right, *__tmp; \
247 __left = __right = &__node; \
269 SPLAY_LINKRIGHT(head, __left, field); \
272 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/openbsd/gnu/llvm/libcxx/include/__format/
H A Dparser_std_format_spec.h148 __left, enumerator
379 __alignment_ = __alignment::__left; in __parse_alignment()
630 __parser.__alignment_ = __alignment::__left; in __process_display_type_bool_string()
H A Dformatter_tuple.h157 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
H A Dformatter_string.h55 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
H A Drange_formatter.h211 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
H A Dformatter_output.h78 case __format_spec::__alignment::__left: in __padding_size()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h2965 _ForwardIter __middle, __left, __right; in equal_range() local
2979 __left = lower_bound(__first, __middle, __val); in equal_range()
2982 return pair<_ForwardIter, _ForwardIter>(__left, __right); in equal_range()
3020 _ForwardIter __middle, __left, __right; in equal_range() local
3034 __left = lower_bound(__first, __middle, __val, __comp); in equal_range()
3037 return pair<_ForwardIter, _ForwardIter>(__left, __right); in equal_range()