| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | arm_cmse.h | 126 uintptr_t __begin = (uintptr_t)__pb; in cmse_check_address_range() local 127 uintptr_t __end = __begin + __s - 1; in cmse_check_address_range() 129 if (__end < __begin) in cmse_check_address_range() 133 const int __single_check = (__begin ^ __end) < 0x20u; in cmse_check_address_range()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/debug/ |
| D | safe_iterator.tcc | 53 const_iterator __begin = in _M_can_advance() local 56 this->_M_get_distance(__begin, *this); in _M_can_advance()
|
| D | formatter.h | 136 __begin, // dereferenceable, and at the beginning 235 _M_variant._M_iterator._M_state = __begin;
|
| D | string | 113 basic_string(_InputIterator __begin, _InputIterator __end, 115 : _Base(__gnu_debug::__check_valid_range(__begin, __end), __end, __a)
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 841 size_t __begin, size_t __end) in _S_apply_to_pieces() argument 850 if (__begin < __left_len) { in _S_apply_to_pieces() 852 if (!_S_apply_to_pieces(__c, __left, __begin, __left_end)) in _S_apply_to_pieces() 857 size_t __right_start = std::max(__left_len, __begin); in _S_apply_to_pieces() 869 return __c(__l->_M_data + __begin, __end - __begin); in _S_apply_to_pieces() 875 size_t __len = __end - __begin; in _S_apply_to_pieces() 880 (*(__f->_M_fn))(__begin, __len, __buffer); in _S_apply_to_pieces()
|
| D | stl_rope.h | 1303 size_t __begin, size_t __end); 1353 void apply_to_pieces( size_t __begin, size_t __end, 1355 _S_apply_to_pieces(__c, _M_tree_ptr, __begin, __end);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | ropeimpl.h | 927 const _RopeRep* __r, size_t __begin, size_t __end) in _S_apply_to_pieces() argument 938 if (__begin < __left_len) in _S_apply_to_pieces() 941 if (!_S_apply_to_pieces(__c, __left, __begin, __left_end)) in _S_apply_to_pieces() 947 size_t __right_start = std::max(__left_len, __begin); in _S_apply_to_pieces() 958 return __c(__l->_M_data + __begin, __end - __begin); in _S_apply_to_pieces() 964 size_t __len = __end - __begin; in _S_apply_to_pieces() 970 (*(__f->_M_fn))(__begin, __len, __buffer); in _S_apply_to_pieces()
|
| D | rope | 1543 size_t __begin, size_t __end); 1594 apply_to_pieces(size_t __begin, size_t __end, 1596 { _S_apply_to_pieces(__c, this->_M_tree_ptr, __begin, __end); }
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | stl_algo.h | 1778 _ForwardIter __begin = __inplace_stable_partition(__first, __middle, in __inplace_stable_partition() local 1784 rotate(__begin, __middle, __end); in __inplace_stable_partition() 1785 advance(__begin, distance(__middle, __end)); in __inplace_stable_partition() 1786 return __begin; in __inplace_stable_partition() 1820 _ForwardIter __begin = __stable_partition_adaptive(__first, __middle, in __stable_partition_adaptive() local 1828 rotate(__begin, __middle, __end); in __stable_partition_adaptive() 1829 advance(__begin, distance(__middle, __end)); in __stable_partition_adaptive() 1830 return __begin; in __stable_partition_adaptive()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | stl_algo.h | 2127 _ForwardIterator __begin = std::__inplace_stable_partition(__first, in __inplace_stable_partition() local 2135 std::rotate(__begin, __middle, __end); in __inplace_stable_partition() 2136 std::advance(__begin, std::distance(__middle, __end)); in __inplace_stable_partition() 2137 return __begin; in __inplace_stable_partition() 2176 _ForwardIterator __begin = in __stable_partition_adaptive() local 2184 std::rotate(__begin, __middle, __end); in __stable_partition_adaptive() 2185 std::advance(__begin, std::distance(__middle, __end)); in __stable_partition_adaptive() 2186 return __begin; in __stable_partition_adaptive()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | string_view | 304 constexpr _LIBCPP_HIDE_FROM_ABI basic_string_view(_It __begin, _End __end) 305 : __data_(_VSTD::to_address(__begin)), __size_(__end - __begin) 307 …_LIBCPP_ASSERT((__end - __begin) >= 0, "std::string_view::string_view(iterator, sentinel) received…
|
| D | string | 1685 …HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __begin_lifetime(pointer __begin, size_type __n) { 1689 std::construct_at(std::addressof(__begin[__i])); 1692 (void)__begin;
|
| D | deque | 407 …static _LIBCPP_HIDE_FROM_ABI __local_iterator __begin(__segment_iterator __iter) { return *__iter;…
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | variable.rst | 1051 an actual in-memory property ``__begin`` marking the beginning of its data. 1053 won't show ``__begin`` as child anymore, even through the SB API. It will have
|