Searched refs:__x_ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Draw_storage_iterator.h39 _OutputIterator __x_; member in class:raw_storage_iterator
41 _LIBCPP_INLINE_VISIBILITY explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {}
44 {::new ((void*)_VSTD::addressof(*__x_)) _Tp(__element); return *this;}
47 {::new ((void*)_VSTD::addressof(*__x_)) _Tp(_VSTD::move(__element)); return *this;}
49 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator++() {++__x_; return *this;}
51 {raw_storage_iterator __t(*this); ++__x_; return __t;}
53 _LIBCPP_INLINE_VISIBILITY _OutputIterator base() const { return __x_; }
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp5296 __x_ = __analyze('x', ct);
5372 __x_ = __analyze('x', ct);
5423 for (i = 0; i < __x_.size(); ++i)
5424 if (__x_[i] == '%')
5427 switch (__x_[i])
5431 for (++i; i < __x_.size(); ++i)
5432 if (__x_[i] == '%')
5434 if (i == __x_.size())
5437 switch (__x_[i])
5440 for (++i; i < __x_
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_builtin.h2199 _S_nearbyint(_Tp __x_) noexcept
2203 const _V __x = __x_;

Completed in 240 milliseconds