Searched refs:__sub (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | saturation_arithmetic.h | 51 if (_Tp __sub; !__builtin_sub_overflow(__x, __y, std::addressof(__sub))) in __sub_sat() local 52 return __sub; in __sub_sat()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_coroutine.lua | 293 __sub = function(a,b) coroutine.yield(nil, "sub"); return a.x - b.x end, function
|
| H A D | tst.lib_base.lua | 131 t.__sub = f("sub")
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | regex | 4060 void basic_regex<_CharT, _Traits>::__push_end_marked_subexpression(unsigned __sub) { 4062 __end_->first() = new __end_marked_subexpression<_CharT>(__sub, __end_->first()); 4501 _LIBCPP_HIDE_FROM_ABI difference_type length(size_type __sub = 0) const { 4504 return (*this)[__sub].length(); 4506 _LIBCPP_HIDE_FROM_ABI difference_type position(size_type __sub = 0) const { 4510 return std::distance(__position_start_, (*this)[__sub].first); 4512 _LIBCPP_HIDE_FROM_ABI string_type str(size_type __sub = 0) const { 4515 return (*this)[__sub].str();
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | regex | 4108 void basic_regex<_CharT, _Traits>::__push_end_marked_subexpression(unsigned __sub) { 4110 __end_->first() = new __end_marked_subexpression<_CharT>(__sub, __end_->first()); 4591 _LIBCPP_HIDE_FROM_ABI difference_type length(size_type __sub = 0) const { 4594 return (*this)[__sub].length(); 4596 _LIBCPP_HIDE_FROM_ABI difference_type position(size_type __sub = 0) const { 4600 return std::distance(__position_start_, (*this)[__sub].first); 4602 _LIBCPP_HIDE_FROM_ABI string_type str(size_type __sub = 0) const { 4605 return (*this)[__sub].str();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 29723 {"_ZNK10__cxxabiv111__libcxxabi5__sub20first_demangled_nameEPc.eh", "__cxxabiv1::__libcxxabi::__sub…
|