Home
last modified time | relevance | path

Searched refs:__sub (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h49 if (_Tp __sub; !__builtin_sub_overflow(__x, __y, &__sub)) in sub_sat() local
50 return __sub; in sub_sat()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua292 __sub = function(a,b) coroutine.yield(nil, "sub"); return a.x - b.x end, function
H A Dtst.lib_base.lua130 t.__sub = f("sub")
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex4102 void basic_regex<_CharT, _Traits>::__push_end_marked_subexpression(unsigned __sub) {
4104 __end_->first() = new __end_marked_subexpression<_CharT>(__sub, __end_->first());
4589 _LIBCPP_HIDE_FROM_ABI difference_type length(size_type __sub = 0) const {
4592 return (*this)[__sub].length();
4594 _LIBCPP_HIDE_FROM_ABI difference_type position(size_type __sub = 0) const {
4598 return std::distance(__position_start_, (*this)[__sub].first);
4600 _LIBCPP_HIDE_FROM_ABI string_type str(size_type __sub = 0) const {
4603 return (*this)[__sub].str();