Home
last modified time | relevance | path

Searched refs:__e (Results 1 – 25 of 68) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
Dthread.cc94 int __e = EINVAL; in join() local
97 __e = __gthread_join(_M_id._M_thread, 0); in join()
99 if (__e) in join()
100 __throw_system_error(__e); in join()
108 int __e = EINVAL; in detach() local
111 __e = __gthread_detach(_M_id._M_thread); in detach()
113 if (__e) in detach()
114 __throw_system_error(__e); in detach()
126 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
128 if (__e) in _M_start_thread()
[all …]
Dcondition_variable.cc52 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local
54 if (__e) in wait()
55 __throw_system_error(__e); in wait()
61 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local
65 if (__e) in notify_one()
66 __throw_system_error(__e); in notify_one()
72 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local
76 if (__e) in notify_all()
77 __throw_system_error(__e); in notify_all()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
Dcondition_variable.cc53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local
55 if (__e) in wait()
62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local
66 if (__e) in notify_one()
67 __throw_system_error(__e); in notify_one()
73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local
77 if (__e) in notify_all()
78 __throw_system_error(__e); in notify_all()
Dsnprintf_lite.cc58 char *const __e in __throw_insufficient_space() local
61 __builtin_memcpy(__e, __err, __errlen); in __throw_insufficient_space()
62 __builtin_memcpy(__e + __errlen, __buf, __len - 1); in __throw_insufficient_space()
63 __e[__errlen + __len - 1] = '\0'; in __throw_insufficient_space()
64 std::__throw_logic_error(__e); in __throw_insufficient_space()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dvalarray_array.tcc142 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy() argument
146 *__p = __e[__i]; in __valarray_copy()
153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
158 *__p = __e[__i]; in __valarray_copy()
165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
170 __a._M_data[*__j] = __e[__k]; in __valarray_copy()
177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument
184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy()
195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
207 *__p = __e[__i]; in __valarray_copy()
[all …]
Dvalarray_array.h76 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
78 while (__b != __e) in _GLIBCXX_VISIBILITY()
88 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY()
94 __valarray_default_construct(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e); in _GLIBCXX_VISIBILITY()
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
110 while (__b != __e) in _GLIBCXX_VISIBILITY()
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
121 while (__b != __e) in _GLIBCXX_VISIBILITY()
[all …]
Dregex_compiler.tcc66 _Compiler(_IterT __b, _IterT __e, in _Compiler() argument
77 _M_scanner(__b, __e, _M_flags, __loc), in _Compiler()
197 auto __e = _M_pop(); in _M_quantifier() local
200 __e._M_start, __neg)); in _M_quantifier()
201 __e._M_append(__r); in _M_quantifier()
207 auto __e = _M_pop(); in _M_quantifier() local
208 __e._M_append(_M_nfa->_M_insert_repeat(_S_invalid_state_id, in _M_quantifier()
209 __e._M_start, __neg)); in _M_quantifier()
210 _M_stack.push(__e); in _M_quantifier()
215 auto __e = _M_pop(); in _M_quantifier() local
[all …]
Dvalarray_after.h50 _GBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
51 : _M_expr (__e), _M_index(__i) {} in _GLIBCXX_VISIBILITY()
95 _GClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
96 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
119 _IBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
120 : _M_expr (__e), _M_index (__i) {} in _GLIBCXX_VISIBILITY()
142 _IClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
143 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
380 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \ in _GLIBCXX_VISIBILITY()
386 return _Expr<_Closure, _Value>(_Closure(__e(), __v)); \ in _GLIBCXX_VISIBILITY()
[all …]
Dvalarray_before.h419 _FunBase(const _Dom& __e, value_type __f(_Arg)) in _GLIBCXX_VISIBILITY()
420 : _M_expr(__e), _M_func(__f) {} in _GLIBCXX_VISIBILITY()
439 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
459 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&)) in _GLIBCXX_VISIBILITY()
460 : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
485 _UnBase(const _Arg& __e) : _M_expr(__e) {} in _GLIBCXX_VISIBILITY()
504 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
515 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
551 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
552 : _M_expr1(__e), _M_expr2(__t) {} in _GLIBCXX_VISIBILITY()
[all …]
Dmask_array.h169 mask_array<_Tp>::operator=(const _Expr<_Ex, _Tp>& __e) const in _GLIBCXX_VISIBILITY()
170 { std::__valarray_copy(__e, __e.size(), _M_array, _M_mask); } in _GLIBCXX_VISIBILITY()
185 mask_array<_Tp>::operator _Op##=(const _Expr<_Dom, _Tp>& __e) const\ in _GLIBCXX_VISIBILITY()
187 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \ in _GLIBCXX_VISIBILITY()
Dregex.tcc49 _BiIter __e, in __regex_algo_impl() argument
69 __executor(__s, __e, __m, __re, __flags); in __regex_algo_impl()
78 __executor(__s, __e, __m, __re, __flags); in __regex_algo_impl()
88 __it.first = __it.second = __e; in __regex_algo_impl()
97 __suf.first = __e; in __regex_algo_impl()
98 __suf.second = __e; in __regex_algo_impl()
106 __suf.second = __e; in __regex_algo_impl()
116 __it.first = __it.second = __e; in __regex_algo_impl()
466 const basic_regex<_Ch_type, _Rx_traits>& __e, in regex_replace() argument
471 _IterT __i(__first, __last, __e, __flags); in regex_replace()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dvalarray_array.tcc143 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy() argument
147 *__p = __e[__i]; in __valarray_copy()
154 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
159 *__p = __e[__i]; in __valarray_copy()
166 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
171 __a._M_data[*__j] = __e[__k]; in __valarray_copy()
178 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument
185 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy()
196 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
208 *__p = __e[__i]; in __valarray_copy()
[all …]
Dregex_grep_matcher.tcc91 std::__regex::_StateSet& __e) in __add_visited_state() argument
93 if (__e.count(__u) == 0) in __add_visited_state()
95 __e.insert(__u); in __add_visited_state()
144 _StateSet __e = __s; in _M_e_closure() local
155 __add_visited_state(__state._M_next, __stack, __e); in _M_e_closure()
156 __add_visited_state(__state._M_alt, __stack, __e); in _M_e_closure()
159 __add_visited_state(__state._M_next, __stack, __e); in _M_e_closure()
163 __add_visited_state(__state._M_next, __stack, __e); in _M_e_closure()
168 __add_visited_state(__state._M_next, __stack, __e); in _M_e_closure()
174 return __e; in _M_e_closure()
Dvalarray_array.h78 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
80 while (__b != __e) in _GLIBCXX_VISIBILITY()
90 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY()
96 __valarray_default_construct(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e); in _GLIBCXX_VISIBILITY()
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
112 while (__b != __e) in _GLIBCXX_VISIBILITY()
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
123 while (__b != __e) in _GLIBCXX_VISIBILITY()
[all …]
Dvalarray_after.h51 _GBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
52 : _M_expr (__e), _M_index(__i) {} in _GLIBCXX_VISIBILITY()
96 _GClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
97 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
120 _IBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
121 : _M_expr (__e), _M_index (__i) {} in _GLIBCXX_VISIBILITY()
143 _IClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
144 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
381 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \ in _GLIBCXX_VISIBILITY()
387 return _Expr<_Closure, _Value>(_Closure(__e(), __v)); \ in _GLIBCXX_VISIBILITY()
[all …]
Dvalarray_before.h410 _FunBase(const _Dom& __e, value_type __f(_Arg)) in _GLIBCXX_VISIBILITY()
411 : _M_expr(__e), _M_func(__f) {} in _GLIBCXX_VISIBILITY()
430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
450 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&)) in _GLIBCXX_VISIBILITY()
451 : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
476 _UnBase(const _Arg& __e) : _M_expr(__e) {} in _GLIBCXX_VISIBILITY()
495 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
506 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
542 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
543 : _M_expr1(__e), _M_expr2(__t) {} in _GLIBCXX_VISIBILITY()
[all …]
Dregex_cursor.h51 _SpecializedCursor(const _FwdIterT& __b, const _FwdIterT __e) in _GLIBCXX_VISIBILITY()
52 : _M_b(__b), _M_c(__b), _M_e(__e) in _GLIBCXX_VISIBILITY()
88 __cursor(const _FwdIterT& __b, const _FwdIterT __e) in _GLIBCXX_VISIBILITY()
89 { return _SpecializedCursor<_FwdIterT>(__b, __e); } in _GLIBCXX_VISIBILITY()
Dmask_array.h170 mask_array<_Tp>::operator=(const _Expr<_Ex, _Tp>& __e) const in _GLIBCXX_VISIBILITY()
171 { std::__valarray_copy(__e, __e.size(), _M_array, _M_mask); } in _GLIBCXX_VISIBILITY()
186 mask_array<_Tp>::operator _Op##=(const _Expr<_Dom, _Tp>& __e) const\ in _GLIBCXX_VISIBILITY()
188 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \ in _GLIBCXX_VISIBILITY()
Dforward_list.tcc444 _Node* __e; in sort() local
448 __e = __q; in sort()
455 __e = __p; in sort()
462 __e = __p; in sort()
469 __e = __q; in sort()
476 __tail->_M_next = __e; in sort()
478 __list = __e; in sort()
479 __tail = __e; in sort()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dsystem_error156 error_code(_ErrorCodeEnum __e) noexcept
157 { *this = make_error_code(__e); }
174 operator=(_ErrorCodeEnum __e) noexcept
175 { return *this = make_error_code(__e); }
204 make_error_code(errc __e) noexcept
205 { return error_code(static_cast<int>(__e), generic_category()); }
217 operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
218 { return (__os << __e.category().name() << ':' << __e.value()); }
234 error_condition(_ErrorConditionEnum __e) noexcept
235 { *this = make_error_condition(__e); }
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dsystem_error126 error_code(_ErrorCodeEnum __e) noexcept
127 { *this = make_error_code(__e); }
144 operator=(_ErrorCodeEnum __e) noexcept
145 { return *this = make_error_code(__e); }
173 make_error_code(errc __e) noexcept
174 { return error_code(static_cast<int>(__e), generic_category()); }
186 operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
187 { return (__os << __e.category().name() << ':' << __e.value()); }
203 error_condition(_ErrorConditionEnum __e) noexcept
204 { *this = make_error_condition(__e); }
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
Dexception_ptr.h83 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
182 void* __e = __cxxabiv1::__cxa_allocate_exception(sizeof(_Ex)); in make_exception_ptr() local
184 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
188 ::new (__e) _Ex(__ex); in make_exception_ptr()
189 return exception_ptr(__e); in make_exception_ptr()
193 __cxxabiv1::__cxa_free_exception(__e); in make_exception_ptr()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dmodified_bessel_func.tcc159 _Tp __e = __mu * __d; in __bessel_ik() local
160 const _Tp __fact2 = (std::abs(__e) < __eps in __bessel_ik()
161 ? _Tp(1) : std::sinh(__e) / __e); in __bessel_ik()
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d); in __bessel_ik()
167 __e = std::exp(__e); in __bessel_ik()
168 _Tp __p = __e / (_Tp(2) * __gampl); in __bessel_ik()
169 _Tp __q = _Tp(1) / (_Tp(2) * __e * __gammi); in __bessel_ik()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dmodified_bessel_func.tcc163 _Tp __e = __mu * __d; in __bessel_ik() local
164 const _Tp __fact2 = (std::abs(__e) < __eps in __bessel_ik()
165 ? _Tp(1) : std::sinh(__e) / __e); in __bessel_ik()
169 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d); in __bessel_ik()
171 __e = std::exp(__e); in __bessel_ik()
172 _Tp __p = __e / (_Tp(2) * __gampl); in __bessel_ik()
173 _Tp __q = _Tp(1) / (_Tp(2) * __e * __gammi); in __bessel_ik()

123