Searched refs:__e (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc46 /* int __e = */ __gthread_cond_destroy(&_M_cond);
47 // if __e == EBUSY then blocked
53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); local
55 if (__e)
56 __throw_system_error(__e);
62 int __e = __gthread_cond_signal(&_M_cond); local
66 if (__e)
67 __throw_system_error(__e);
73 int __e = __gthread_cond_broadcast(&_M_cond); local
77 if (__e)
[all...]
H A Dthread.cc104 int __e = EINVAL; local
107 __e = __gthread_join(_M_id._M_thread, 0);
109 if (__e)
110 __throw_system_error(__e);
118 int __e = EINVAL; local
121 __e = __gthread_detach(_M_id._M_thread);
123 if (__e)
124 __throw_system_error(__e);
148 int __e = __gthread_create(&_M_id._M_thread, local
150 if (__e)
[all...]
H A Dsnprintf_lite.cc58 char *const __e local
61 __builtin_memcpy(__e, __err, __errlen);
62 __builtin_memcpy(__e + __errlen, __buf, __len - 1);
63 __e[__errlen + __len - 1] = '\0';
64 std::__throw_logic_error(__e);
H A Dcompatibility-c++0x.cc116 hash<error_code>::operator()(error_code __e) const
118 const size_t __tmp = std::_Hash_impl::hash(__e._M_value);
119 return std::_Hash_impl::__hash_combine(__e._M_cat, __tmp);
H A Dios.cc164 ios_base::_M_call_callbacks(event __e) throw() argument
170 { (*__p->_M_fn) (__e, *this, __p->_M_index); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h139 _Bi_iter __e,
148 (__s, __e, __m, __re, __flags);
152 (__s, __e, __mm, __re, __flags);
226 _Bi_iter __e,
235 (__s, __e, __m, __re, __flags);
239 (__s, __e, __mm, __re, __flags);
263 const basic_regex<_Ch_type, _Rx_traits>& __e,
267 __m, __e, __f); }
273 const basic_regex<_Ch_type, _Rx_traits>& __e,
277 __e, __
138 regex_match_debug(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, match_flag_type __flags = std::regex_constants::match_default) argument
225 regex_search_debug(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, match_flag_type __flags = std::regex_constants::match_default) argument
261 regex_search_debug(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, match_flag_type __f = std::regex_constants::match_default) argument
272 regex_search_debug(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, match_flag_type __f = std::regex_constants::match_default) argument
284 regex_search_debug(const std::basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename std::basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, match_flag_type __f = std::regex_constants::match_default) argument
298 regex_search_debug(const std::basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, match_flag_type __f = std::regex_constants::match_default) argument
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dvalarray_meta.h56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) argument
57 : _M_expr(__e), _M_func(__f) {}
74 _UnFunClos (const _Dom& __e, value_type __f(value_type)) argument
75 : _Base (__e, __f) {}
118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
119 : _M_expr1 (__c), _M_expr2 (__e), _M_func (__f) {}
136 _BinFunBase2 (const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt)) argument
137 : _M_expr1 (__e), _M_expr2 (__c), _M_func (__f) {}
178 _BinFunClos (const _Dom& __e, const valarray<_Tp>& __v, argument
180 : _Base (__e, __
190 _BinFunClos(const valarray<_Tp>& __v, const _Dom& __e, _Tp __f(_Tp, _Tp)) argument
202 _BinFunClos(const _Dom& __e, const _Tp& __t, _Tp __f (_Tp, _Tp)) argument
213 _BinFunClos(const _Tp& __t, const _Dom& __e, _Tp __f (_Tp, _Tp)) argument
247 _FunBase(const _Dom& __e, value_type __f(_Arg)) argument
266 _ValFunClos(const _Dom& __e, _Tp __f (_Tp)) argument
286 _RefFunClos(const _Dom& __e, _Tp __f (const _Tp&)) argument
310 _UnBase(const _Arg& __e) argument
329 _UnClos(const _Arg& __e) argument
338 _UnClos(const _Arg& __e) argument
375 _BinBase2(const _Clos& __e, const _Vt& __t) argument
398 _BinBase1(const _Vt& __t, const _Clos& __e) argument
504 _SBase(const _Dom& __e, const slice& __s) argument
536 _SClos(const _Dom& __e, const slice& __s) argument
554 _GBase(const _Dom& __e, const valarray<size_t>& __i) argument
584 _GClos(const _Dom& __e, const valarray<size_t>& __i) argument
605 _IBase(const _Dom& __e, const valarray<size_t>& __i) argument
620 _IClos(const _Dom& __e, const valarray<size_t>& __i) argument
727 min(const _Expr<_Dom,_Tp>& __e) argument
738 max(const _Expr<_Dom,_Tp>& __e) argument
[all...]
H A Dmask_array.h115 mask_array<_T>::operator= (const _Expr<E, _T>& __e) const
116 { __valarray_copy (__e, __e.size (), _M_array, _M_mask); }
130 mask_array<_T>::operator##op##= (const _Expr<E, _T>& __e) const \
132 _Array_augmented_##name (_M_array, _M_mask, __e, __e.size ()); \
H A Dgslice_array.h126 gslice_array<_Tp>::operator= (const _Expr<E, _Tp>& __e) const
128 __valarray_copy (__e, _M_index.size(), _M_array,
144 gslice_array<_Tp>::operator##op##= (const _Expr<E, _Tp>& __e) const \
146 _Array_augmented_##name (_M_array, _Array<size_t>(_M_index), __e, \
H A Dindirect_array.h119 indirect_array<_Tp>::operator= (const _Expr<_Dom,_Tp>& __e) const
120 { __valarray_copy (__e, _M_sz, _M_array, _M_index); }
133 indirect_array<_Tp>::operator##op##= (const _Expr<_Dom,_Tp>& __e) const \
135 _Array_augmented_##name (_M_array, _M_index, __e, _M_sz); \
H A Dslice_array.h117 slice_array<_T>::operator= (const _Expr<_Dom,_T>& __e) const
118 { __valarray_copy (__e, _M_sz, _M_array, _M_stride); }
131 slice_array<_T>::operator##op##= (const _Expr<_Dom,_T>& __e) const \
133 _Array_augmented_##name (_M_array, _M_stride, __e, _M_sz); \
H A Dvalarray_array.h209 const _Expr<_Dom,_Tp>& __e, size_t __n) \
212 for (size_t __i=0; __i<__n; ++__i, ++__p) *__p _Op##= __e[__i]; \
238 const _Expr<_Dom,_Tp>& __e, size_t __n) \
241 for (size_t __i=0; __i<__n; ++__i, __p+=__s) *__p _Op##= __e[__i]; \
267 const _Expr<_Dom, _Tp>& __e, size_t __n) \
271 __a._M_data[*__j] _Op##= __e[__k]; \
309 const _Expr<_Dom, _Tp>& __e, size_t __n) \
318 *__p _Op##= __e[__i]; \
H A Dstd_valarray.h133 valarray(const _Expr<_Dom,_Tp>& __e);
331 inline valarray<_Tp>::valarray (const _Expr<_Dom, _Tp>& __e) argument
332 : _M_size (__e.size ()), _M_data (new _Tp[_M_size])
333 { __valarray_copy (__e, _M_size, _Array<_Tp>(_M_data)); }
392 valarray<_Tp>::operator= (const _Expr<_Dom, _Tp>& __e) argument
394 __valarray_copy (__e, _M_size, _Array<_Tp>(_M_data));
435 size_t __e (__m.size ());
436 for (size_t __i=0; __i<__e; ++__i)
447 size_t __e (__m.size ());
448 for (size_t __i=0; __i<__e;
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dvalarray_array.h76 _S_do_it(_Tp* __b, _Tp* __e) argument
78 while (__b != __e)
88 _S_do_it(_Tp* __b, _Tp* __e) argument
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __b, _Tp* __e) argument
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
110 while (__b != __e)
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
121 while (__b != __e)
128 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t) argument
143 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) argument
154 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) argument
160 __valarray_copy_construct(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) argument
204 __valarray_destroy_elements(_Tp* __b, _Tp* __e) argument
[all...]
H A Dmask_array.h169 mask_array<_Tp>::operator=(const _Expr<_Ex, _Tp>& __e) const
170 { std::__valarray_copy(__e, __e.size(), _M_array, _M_mask); }
185 mask_array<_Tp>::operator _Op##=(const _Expr<_Dom, _Tp>& __e) const\
187 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \
H A Dvalarray_after.h50 _GBase (const _Dom& __e, const valarray<size_t>& __i) argument
51 : _M_expr (__e), _M_index(__i) {}
95 _GClos (const _Dom& __e, const valarray<size_t>& __i) argument
96 : _Base (__e, __i) {}
119 _IBase (const _Dom& __e, const valarray<size_t>& __i) argument
120 : _M_expr (__e), _M_index (__i) {}
142 _IClos (const _Dom& __e, const valarray<size_t>& __i) argument
143 : _Base (__e, __i) {}
380 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \
386 return _Expr<_Closure, _Value>(_Closure(__e(), __
[all...]
H A Dvalarray_before.h419 _FunBase(const _Dom& __e, value_type __f(_Arg)) argument
420 : _M_expr(__e), _M_func(__f) {}
439 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} argument
459 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&)) argument
460 : _Base(__e, __f) {}
485 _UnBase(const _Arg& __e) : _M_expr(__e) {} argument
504 _UnClos(const _Arg& __e) : _Base(__e) {} argument
515 _UnClos(const _Arg& __e) argument
551 _BinBase2(const _Clos& __e, const _Vt& __t) argument
571 _BinBase1(const _Vt& __t, const _Clos& __e) argument
680 _SBase(const _Dom& __e, const slice& __s) argument
727 _SClos(const _Dom& __e, const slice& __s) argument
[all...]
H A Dindirect_array.h174 indirect_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
175 { std::__valarray_copy(__e, _M_sz, _M_array, _M_index); }
189 indirect_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\
191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \
H A Dgslice_array.h175 gslice_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
177 std::__valarray_copy (__e, _M_index.size(), _M_array,
194 gslice_array<_Tp>::operator _Op##= (const _Expr<_Dom, _Tp>& __e) const\
196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
H A Dslice_array.h235 slice_array<_Tp>::operator=(const _Expr<_Dom,_Tp>& __e) const
236 { std::__valarray_copy(__e, _M_sz, _M_array, _M_stride); }
250 slice_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\
252 _Array_augmented_##_Name(_M_array, _M_stride, __e, _M_sz); \
H A Dregex.h57 _BiIter __e,
1969 * @param __e One-past-the-end of the character sequence to match.
1983 _Bi_iter __e,
1991 (__s, __e, __m, __re, __flags);
2127 * @param __e [IN] One-past-the-end of the string to search.
2140 regex_search(_Bi_iter __s, _Bi_iter __e, argument
2148 (__s, __e, __m, __re, __flags);
2177 * @param __e [IN] The regex to search for in @p s.
2189 const basic_regex<_Ch_type, _Rx_traits>& __e,
2192 { return regex_search(__s, __s + _Rx_traits::length(__s), __m, __e, __
1982 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2187 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2206 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2225 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2248 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2288 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2333 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _Fst, _Fsa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2341 __s.begin(), __s.end(), __e, __fmt, __flags); local
2359 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2367 __s.begin(), __s.end(), __e, __fmt, __flags); local
2385 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2394 __e, __fmt, __flags); local
2411 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2420 __e, __fmt, __flags); local
[all...]
H A Dptr_traits.h123 static _Ptr pointer_to(__element_type& __e) argument
124 { return _Ptr::pointer_to(__e); }
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dset_operations.h47 std::pair<_IIter, _IIter> __e, _OutputIterator __r)
49 if (__b.first != __e.first)
55 while (__b.first != __e.first);
59 while (__b.second != __e.second)
46 __copy_tail(std::pair<_IIter, _IIter> __b, std::pair<_IIter, _IIter> __e, _OutputIterator __r) argument
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dexception_ptr.h79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_dir.h170 __directory_iterator_proxy(const directory_entry& __e) : _M_entry(__e) { } argument

Completed in 225 milliseconds

12