Home
last modified time | relevance | path

Searched refs:__right (Results 1 – 13 of 13) 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;
135 return __left == 0 && nullptr == __right.__locale_;
139 return 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.h515 _RopeLeaf* __right = in _S_concat_char_iter() local
577 if (__right == __new_right) in _S_destr_concat_char_iter()
591 _RopeRep* __right = in _S_destr_concat_char_iter() local
600 _S_unref(__right); in _S_destr_concat_char_iter()
612 _S_ref(__right); in _S_concat()
613 return __right; in _S_concat()
615 if (0 == __right) { in _S_concat()
624 __right->_M_size); in _S_concat()
635 __right->_M_size); in _S_concat()
650 __right->_M_ref_nonnil(); in _S_concat()
[all …]
H A Dstl_rope.h1783 const _CharT2* __right);
1862 _Self_destruct_ptr __right(
2355 const rope<_CharT,_Alloc>& __right)
2357 __left.append(__right);
2365 const _CharT* __right) {
2376 const _CharT* __right) {
2377 __left.append(__right);
2387 __left._M_tree_ptr, &__right, 1));
2394 __left.append(__right);
2402 return __left.compare(__right) < 0;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h553 _RopeLeaf* __right = in _S_concat_char_iter() local
626 __right->_M_unref_nonnil(); in _S_destr_concat_char_iter()
638 _RopeRep* __right = in _S_destr_concat_char_iter() local
646 _S_unref(__right); in _S_destr_concat_char_iter()
660 _S_ref(__right); in _S_concat()
661 return __right; in _S_concat()
663 if (0 == __right) in _S_concat()
675 __right->_M_size); in _S_concat()
689 __right)-> in _S_concat()
711 _S_unref(__right); in _S_concat()
[all …]
H A Drope406 const rope<_CharT, _Alloc>& __right);
2152 __result = _S_concat(__left, __right);
2760 // __right in registers.
2763 __right._M_tree_ptr));
2771 __left.append(__right);
2778 const _CharT* __right)
2783 __right, __rlen));
2789 const _CharT* __right)
2791 __left.append(__right);
2801 &__right, 1));
[all …]
/openbsd/sys/sys/
H A Dtree.h207 struct type __node, *__left, *__right, *__tmp; \
211 __left = __right = &__node; \
223 SPLAY_LINKLEFT(head, __right, field); \
236 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
244 struct type __node, *__left, *__right, *__tmp; \
247 __left = __right = &__node; \
259 SPLAY_LINKLEFT(head, __right, field); \
272 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/openbsd/gnu/llvm/libcxx/include/__format/
H A Dformatter_pointer.h35 constexpr __formatter_pointer() { __parser_.__alignment_ = __format_spec::__alignment::__right; } in __formatter_pointer()
H A Dformatter_floating_point.h524 __specs.__alignment_ = __format_spec::__alignment::__right;
600 __specs.__alignment_ = __format_spec::__alignment::__right;
709 __specs.__alignment_ = __format_spec::__alignment::__right;
H A Dparser_std_format_spec.h150 __right, enumerator
387 __alignment_ = __alignment::__right; in __parse_alignment()
H A Dformatter_integral.h248 __specs.__alignment_ = __format_spec::__alignment::__right;
H A Dformatter_output.h90 case __format_spec::__alignment::__right: in __padding_size()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h2965 _ForwardIter __middle, __left, __right; in equal_range() local
2981 __right = upper_bound(++__middle, __first, __val); in equal_range()
2982 return pair<_ForwardIter, _ForwardIter>(__left, __right); in equal_range()
3020 _ForwardIter __middle, __left, __right; in equal_range() local
3036 __right = upper_bound(++__middle, __first, __val, __comp); in equal_range()
3037 return pair<_ForwardIter, _ForwardIter>(__left, __right); in equal_range()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h4125 _ForwardIterator __middle, __left, __right; in equal_range() local
4144 __right = std::upper_bound(++__middle, __first, __val); in equal_range()
4145 return pair<_ForwardIterator, _ForwardIterator>(__left, __right); in equal_range()
4189 _ForwardIterator __middle, __left, __right; in equal_range() local
4208 __right = std::upper_bound(++__middle, __first, __val, __comp); in equal_range()
4209 return pair<_ForwardIterator, _ForwardIterator>(__left, __right); in equal_range()