Searched defs:__e (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); local
62 int __e = __gthread_cond_signal(&_M_cond); local
73 int __e = __gthread_cond_broadcast(&_M_cond); local
[all...]
H A Dsnprintf_lite.cc58 char *const __e local
H A Dthread.cc104 int __e = EINVAL; local
118 int __e = EINVAL; local
148 int __e = __gthread_create(&_M_id._M_thread, local
[all...]
H A Dios.cc164 ios_base::_M_call_callbacks(event __e) throw() argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dptr_traits.h123 static _Ptr pointer_to(__element_type& __e) argument
H A Dvalarray_after.h50 _GBase (const _Dom& __e, const valarray<size_t>& __i) argument
95 _GClos (const _Dom& __e, const valarray<size_t>& __i) argument
119 _IBase (const _Dom& __e, const valarray<size_t>& __i) argument
142 _IClos (const _Dom& __e, const valarray<size_t>& __i) argument
[all...]
H A Dvalarray_array.h76 _S_do_it(_Tp* __b, _Tp* __e) argument
88 _S_do_it(_Tp* __b, _Tp* __e) argument
94 __valarray_default_construct(_Tp* __b, _Tp* __e) argument
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
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 Dvalarray_before.h419 _FunBase(const _Dom& __e, value_type __f(_Arg)) argument
439 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} argument
459 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&)) argument
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 Dregex.h2140 regex_search(_Bi_iter __s, _Bi_iter __e, argument
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...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h138 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 Dstd_valarray.h331 inline valarray<_Tp>::valarray (const _Expr<_Dom, _Tp>& __e) argument
392 valarray<_Tp>::operator= (const _Expr<_Dom, _Tp>& __e) argument
[all...]
H A Dvalarray_meta.h56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) argument
74 _UnFunClos (const _Dom& __e, value_type __f(value_type)) argument
118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
136 _BinFunBase2 (const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt)) argument
178 _BinFunClos (const _Dom& __e, const valarray<_Tp>& __v, argument
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...]
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dset_operations.h46 __copy_tail(std::pair<_IIter, _IIter> __b, std::pair<_IIter, _IIter> __e, _OutputIterator __r) argument
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_dir.h170 __directory_iterator_proxy(const directory_entry& __e) : _M_entry(__e) { } argument
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_rope.h1627 rope(const _CharT *__s, const _CharT *__e, argument
1632 rope(const const_iterator& __s, const const_iterator& __e, argument
1638 rope(const iterator& __s, const iterator& __e, argument
1893 rope& append(const _CharT* __s, const _CharT* __e) { argument
1901 rope& append(const_iterator __s, const_iterator __e) { argument
[all...]

Completed in 201 milliseconds