/openbsd/gnu/llvm/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 119 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 D | ropeimpl.h | 164 __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 D | stl_rope.h | 1632 _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 D | ropeimpl.h | 170 __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 D | rope | 1881 _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 D | ostream_insert.h | 92 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 D | basic_string.tcc | 403 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 D | stl_algo.h | 4125 _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 D | tree.h | 207 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 D | parser_std_format_spec.h | 148 __left, enumerator 379 __alignment_ = __alignment::__left; in __parse_alignment() 630 __parser.__alignment_ = __alignment::__left; in __process_display_type_bool_string()
|
H A D | formatter_tuple.h | 157 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
|
H A D | formatter_string.h | 55 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
|
H A D | range_formatter.h | 211 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
|
H A D | formatter_output.h | 78 case __format_spec::__alignment::__left: in __padding_size()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_algo.h | 2965 _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()
|