/external/libcxx/include/ |
D | locale | 416 // Scans [__b, __e) until a match is found in the basic_strings range 427 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false, 436 __scan_keyword(_InputIterator& __b, _InputIterator __e, 472 for (size_t __indx = 0; __b != __e && __n_might_match > 0; ++__indx) 532 if (__b == __e) 719 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 722 return do_get(__b, __e, __iob, __err, __v); 726 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 729 return do_get(__b, __e, __iob, __err, __v); 733 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, [all …]
|
D | list | 1179 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i) 1190 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i) 1204 __e = __il.end(); __i != __e; ++__i) 1215 __e = __il.end(); __i != __e; ++__i) 1310 iterator __e = end(); 1311 for (; __f != __l && __i != __e; ++__f, ++__i) 1313 if (__i == __e) 1314 insert(__e, __f, __l); 1316 erase(__i, __e); 1324 iterator __e = end(); [all …]
|
D | system_error | 423 error_condition(_Ep __e, 426 {*this = make_error_condition(__e);} 442 operator=(_Ep __e) _NOEXCEPT 443 {*this = make_error_condition(__e); return *this;} 466 make_error_condition(errc __e) _NOEXCEPT 468 return error_condition(static_cast<int>(__e), generic_category()); 495 error_code(_Ep __e, 498 {*this = make_error_code(__e);} 514 operator=(_Ep __e) _NOEXCEPT 515 {*this = make_error_code(__e); return *this;} [all …]
|
D | forward_list | 973 iterator __e = end(); 974 for (; __j != __e && __f != __l; ++__i, (void) ++__j, ++__f) 976 if (__j == __e) 979 erase_after(__i, __e); 988 iterator __e = end(); 989 for (; __j != __e && __n > 0; --__n, ++__i, ++__j) 991 if (__j == __e) 994 erase_after(__i, __e); 1228 __node_pointer __e = __l.__ptr_; 1233 if (__n != __e) [all …]
|
D | atomic | 860 bool compare_exchange_weak(_Tp& __e, _Tp __d, 862 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);} 864 bool compare_exchange_weak(_Tp& __e, _Tp __d, 866 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);} 868 bool compare_exchange_strong(_Tp& __e, _Tp __d, 870 {return __c11_atomic_compare_exchange_strong(&__a_, &__e, __d, __s, __f);} 872 bool compare_exchange_strong(_Tp& __e, _Tp __d, 874 {return __c11_atomic_compare_exchange_strong(&__a_, &__e, __d, __s, __f);} 876 bool compare_exchange_weak(_Tp& __e, _Tp __d, 878 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __m, __m);} [all …]
|
D | exception | 153 make_exception_ptr(_Ep __e) _NOEXCEPT 158 throw __e; 234 rethrow_if_nested(const _Ep& __e, typename enable_if< 238 const nested_exception* __nep = dynamic_cast<const nested_exception*>(&__e);
|
D | valarray | 661 __slice_expr(const slice& __sl, const _RmExpr& __e) 662 : __expr_(__e), 703 __shift_expr(int __n, const _RmExpr& __e) 704 : __expr_(__e), 705 __size_(__e.size()), 744 __cshift_expr(int __n, const _RmExpr& __e) 745 : __expr_(__e), 746 __size_(__e.size()) 1610 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j) 1626 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j) [all …]
|
D | regex | 1186 for (typename string_type::const_iterator __i = __s.begin(), __e = __s.end(); 1187 __i != __e; ++__i) 1239 for (typename string_type::const_iterator __i = __s.begin(), __e = __s.end(); 1240 __i != __e; ++__i) 2253 void __add_range(string_type __b, string_type __e) 2261 for (size_t __i = 0; __i < __e.size(); ++__i) 2262 __e[__i] = __traits_.translate_nocase(__e[__i]); 2268 for (size_t __i = 0; __i < __e.size(); ++__i) 2269 __e[__i] = __traits_.translate(__e[__i]); 2273 __traits_.transform(__e.begin(), __e.end()))); [all …]
|
D | __std_stream | 281 const char_type* __e; 282 __r = __cv_->out(*__st_, pbase, pptr, __e, 286 if (__e == pbase) 300 pbase = (char_type*)__e;
|
D | deque | 1007 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end(); 1008 __i != __e; ++__i) 1078 typename __map::iterator __e = __map_.end(); 1079 for (; __i != __e; ++__i) 1138 for (iterator __i = begin(), __e = end(); __i != __e; ++__i) 1574 iterator __e = __base::end(); 1575 for (; __f != __l && __i != __e; ++__f, (void) ++__i) 1886 iterator __e = __base::end(); 1887 iterator __em1 = _VSTD::prev(__e); 1889 __vt = pointer_traits<const_pointer>::pointer_to(*__e); [all …]
|
D | fstream | 421 ptrdiff_t __e = this->egptr() - this->eback(); 424 (char_type*)__extbuf_min_ + __e); 429 ptrdiff_t __e = this->epptr() - this->pbase(); 431 (char_type*)__extbuf_min_ + __e); 437 ptrdiff_t __e = __rhs.egptr() - __rhs.eback(); 440 (char_type*)__rhs.__extbuf_min_ + __e); 445 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase(); 447 (char_type*)__rhs.__extbuf_min_ + __e); 702 const char_type* __e; 703 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, [all …]
|
D | iomanip | 580 __quoted_output_proxy(_Iter __f, _Iter __l, _CharT __d, _CharT __e) 581 : __first(__f), __last(__l), __delim(__d), __escape(__e) {} 600 __quoted_proxy(basic_string<_CharT, _Traits, _Allocator> &__s, _CharT __d, _CharT __e) 601 : __string(__s), __delim(__d), __escape(__e) {}
|
D | set | 617 for (const_iterator __e = cend(); __f != __l; ++__f) 618 __tree_.__insert_unique(__e, *__f); 735 const_iterator __e = cend(); 737 insert(__e, _VSTD::move(__s.__tree_.remove(__s.begin())->__value_)); 1026 for (const_iterator __e = cend(); __f != __l; ++__f) 1027 __tree_.__insert_multi(__e, *__f); 1145 const_iterator __e = cend(); 1147 insert(__e, _VSTD::move(__s.__tree_.remove(__s.begin())->__value_));
|
D | bitset | 316 const_iterator __e = __make_iter(_Size); 317 const_iterator __i = _VSTD::find(__make_iter(sizeof(unsigned long) * CHAR_BIT), __e, true); 318 if (__i != __e) 339 const_iterator __e = __make_iter(_Size); 340 const_iterator __i = _VSTD::find(__make_iter(sizeof(unsigned long long) * CHAR_BIT), __e, true); 341 if (__i != __e)
|
D | random | 2646 __e(__sd == 0u ? default_seed : __sd); 2648 __x_[__i] = static_cast<result_type>(__e() & _Max); 2659 __e(__sd == 0u ? default_seed : __sd); 2662 result_type __e0 = __e(); 2664 (__e0 + ((uint64_t)__e() << 32)) & _Max); 2845 explicit discard_block_engine(const _Engine& __e) 2846 : __e_(__e), __n_(0) {} 2849 explicit discard_block_engine(_Engine&& __e) 2850 : __e_(_VSTD::move(__e)), __n_(0) {} 2969 _Eng __e; [all …]
|
D | ios | 403 make_error_code(io_errc __e) _NOEXCEPT 405 return error_code(static_cast<int>(__e), iostream_category()); 410 make_error_condition(io_errc __e) _NOEXCEPT 412 return error_condition(static_cast<int>(__e), iostream_category());
|
D | __hash_table | 2199 iterator __e = end(); 2204 } while (__i != __e && key_eq()(*__i, __k)); 2277 const_iterator __e = end(); 2282 } while (__i != __e && key_eq()(*__i, __k)); 2326 iterator __e = end(); 2330 } while (__j != __e && key_eq()(*__j, __k)); 2346 const_iterator __e = end(); 2350 } while (__j != __e && key_eq()(*__j, __k));
|
D | map | 1103 for (const_iterator __e = cend(); __f != __l; ++__f) 1104 insert(__e.__i_, *__f); 1449 const_iterator __e = cend(); 1451 __tree_.__insert_unique(__e.__i_, 1951 for (const_iterator __e = cend(); __f != __l; ++__f) 1952 __tree_.__insert_multi(__e.__i_, *__f); 2084 const_iterator __e = cend(); 2086 __tree_.__insert_multi(__e.__i_,
|
/external/valgrind/drd/tests/ |
D | std_thread.cpp | 60 int __e = __gthread_create(&_M_id._M_thread, execute_native_thread_routine, in _M_start_thread() local 62 if (__e) { in _M_start_thread() 64 __throw_system_error(__e); in _M_start_thread()
|
D | std_thread2.cpp | 65 int __e = __gthread_create(&_M_id._M_thread, execute_native_thread_routine, in _M_start_thread() local 67 if (__e) { in _M_start_thread() 69 __throw_system_error(__e); in _M_start_thread()
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 13 initializer_list(const _E* __b, const _E* __e) in initializer_list() argument 15 __end_(__e) in initializer_list()
|
/external/fio/ |
D | cgroup.c | 162 int __e = errno; in cgroup_setup() local 164 if (__e != EEXIST) { in cgroup_setup() 165 td_verror(td, __e, "cgroup mkdir"); in cgroup_setup()
|
D | filesetup.c | 156 int __e = errno; in extend_file() local 158 if (__e == ENOSPC) { in extend_file() 582 int __e = errno; in generic_open_file() local 584 if (__e == EPERM && (flags & FIO_O_NOATIME)) { in generic_open_file() 588 if (__e == EMFILE && file_close_shadow_fds(td)) in generic_open_file() 593 if (__e == EINVAL && (flags & OS_O_DIRECT)) { in generic_open_file() 598 td_verror(td, __e, buf); in generic_open_file()
|
/external/fio/engines/ |
D | glusterfs.c | 201 int __e = errno; in fio_gf_open_file() local 203 if (__e == ENOSPC) { in fio_gf_open_file()
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 921 float __e, float __f, float __g, float __h) in _mm256_set_ps() argument 923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a }; in _mm256_set_ps() 976 float __e, float __f, float __g, float __h) in _mm256_setr_ps() argument 978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }; in _mm256_setr_ps()
|