Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dlocale233 // Scans [__b, __e) until a match is found in the basic_strings range
244 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false,
253 __scan_keyword(_InputIterator& __b, _InputIterator __e,
289 for (size_t __indx = 0; __b != __e && __n_might_match > 0; ++__indx)
349 if (__b == __e)
582 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
585 return do_get(__b, __e, __iob, __err, __v);
589 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
592 return do_get(__b, __e, __iob, __err, __v);
596 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
[all …]
Dlist1279 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1290 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1304 __e = __il.end(); __i != __e; ++__i)
1315 __e = __il.end(); __i != __e; ++__i)
1404 iterator __e = end();
1405 for (; __f != __l && __i != __e; ++__f, ++__i)
1407 if (__i == __e)
1408 insert(__e, __f, __l);
1410 erase(__i, __e);
1421 iterator __e = end();
[all …]
Dsystem_error256 error_condition(_Ep __e,
259 {*this = make_error_condition(__e);}
275 operator=(_Ep __e) _NOEXCEPT
276 {*this = make_error_condition(__e); return *this;}
299 make_error_condition(errc __e) _NOEXCEPT
301 return error_condition(static_cast<int>(__e), generic_category());
328 error_code(_Ep __e,
331 {*this = make_error_code(__e);}
347 operator=(_Ep __e) _NOEXCEPT
348 {*this = make_error_code(__e); return *this;}
[all …]
Dexception168 make_exception_ptr(_Ep __e) _NOEXCEPT
173 throw __e;
180 ((void)__e);
227 make_exception_ptr(_Ep __e) _NOEXCEPT
229 return __copy_exception_ptr(_VSTD::addressof(__e), __GetExceptionInfo(__e));
320 rethrow_if_nested(const _Ep& __e,
323 const nested_exception* __nep = dynamic_cast<const nested_exception*>(_VSTD::addressof(__e));
Dforward_list1080 iterator __e = end();
1081 for (; __j != __e && __f != __l; ++__i, (void) ++__j, ++__f)
1083 if (__j == __e)
1086 erase_after(__i, __e);
1095 iterator __e = end();
1096 for (; __j != __e && __n > 0; --__n, ++__i, ++__j)
1098 if (__j == __e)
1101 erase_after(__i, __e);
1332 __node_pointer __e = __l.__get_unsafe_node_pointer();
1338 if (__n != __e)
[all …]
Datomic938 bool compare_exchange_weak(_Tp& __e, _Tp __d,
941 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);}
943 bool compare_exchange_weak(_Tp& __e, _Tp __d,
946 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);}
948 bool compare_exchange_strong(_Tp& __e, _Tp __d,
951 {return __c11_atomic_compare_exchange_strong(&__a_, &__e, __d, __s, __f);}
953 bool compare_exchange_strong(_Tp& __e, _Tp __d,
956 {return __c11_atomic_compare_exchange_strong(&__a_, &__e, __d, __s, __f);}
958 bool compare_exchange_weak(_Tp& __e, _Tp __d,
960 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __m, __m);}
[all …]
Dvalarray662 __slice_expr(const slice& __sl, const _RmExpr& __e)
663 : __expr_(__e),
704 __shift_expr(int __n, const _RmExpr& __e)
705 : __expr_(__e),
706 __size_(__e.size()),
745 __cshift_expr(int __n, const _RmExpr& __e)
746 : __expr_(__e),
747 __size_(__e.size())
1683 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1699 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
[all …]
Dregex1208 for (typename string_type::const_iterator __i = __s.begin(), __e = __s.end();
1209 __i != __e; ++__i)
1261 for (typename string_type::const_iterator __i = __s.begin(), __e = __s.end();
1262 __i != __e; ++__i)
2277 void __add_range(string_type __b, string_type __e)
2285 for (size_t __i = 0; __i < __e.size(); ++__i)
2286 __e[__i] = __traits_.translate_nocase(__e[__i]);
2292 for (size_t __i = 0; __i < __e.size(); ++__i)
2293 __e[__i] = __traits_.translate(__e[__i]);
2297 __traits_.transform(__e.begin(), __e.end())));
[all …]
Ddeque1048 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end();
1049 __i != __e; ++__i)
1119 typename __map::iterator __e = __map_.end();
1120 for (; __i != __e; ++__i)
1179 for (iterator __i = begin(), __e = end(); __i != __e; ++__i)
1648 iterator __e = __base::end();
1649 for (; __f != __l && __i != __e; ++__f, (void) ++__i)
1959 iterator __e = __base::end();
1960 iterator __em1 = _VSTD::prev(__e);
1961 __alloc_traits::construct(__a, _VSTD::addressof(*__e), _VSTD::move(*__em1));
[all …]
D__std_stream283 const char_type* __e;
284 __r = __cv_->out(*__st_, pbase, pptr, __e,
288 if (__e == pbase)
302 pbase = const_cast<char_type*>(__e);
Dfstream459 ptrdiff_t __e = this->egptr() - this->eback();
462 (char_type*)__extbuf_min_ + __e);
467 ptrdiff_t __e = this->epptr() - this->pbase();
469 (char_type*)__extbuf_min_ + __e);
475 ptrdiff_t __e = __rhs.egptr() - __rhs.eback();
478 (char_type*)__rhs.__extbuf_min_ + __e);
483 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
485 (char_type*)__rhs.__extbuf_min_ + __e);
836 const char_type* __e;
837 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
[all …]
Dfilesystem558 __is_separator(_ECharT __e) {
559 return __e == _ECharT('/');
618 _Iter __e = __b;
619 for (; *__e != __sentinal; ++__e)
621 return __e;
671 _ECharT const* __e) {
672 _Narrower()(back_inserter(__dest), __b, __e);
676 static void __append_range(string& __dest, _Iter __b, _Iter __e) {
678 if (__b == __e)
680 basic_string<_ECharT> __tmp(__b, __e);
[all …]
Dset661 for (const_iterator __e = cend(); __f != __l; ++__f)
662 __tree_.__insert_unique(__e, *__f);
848 const_iterator __e = cend();
850 insert(__e, _VSTD::move(__s.__tree_.remove(__s.begin())->__value_));
1148 for (const_iterator __e = cend(); __f != __l; ++__f)
1149 __tree_.__insert_multi(__e, *__f);
1336 const_iterator __e = cend();
1338 insert(__e, _VSTD::move(__s.__tree_.remove(__s.begin())->__value_));
Drandom2649 __e(__sd == 0u ? default_seed : __sd);
2651 __x_[__i] = static_cast<result_type>(__e() & _Max);
2662 __e(__sd == 0u ? default_seed : __sd);
2665 result_type __e0 = __e();
2667 (__e0 + ((uint64_t)__e() << 32)) & _Max);
2849 explicit discard_block_engine(const _Engine& __e)
2850 : __e_(__e), __n_(0) {}
2853 explicit discard_block_engine(_Engine&& __e)
2854 : __e_(_VSTD::move(__e)), __n_(0) {}
2973 _Eng __e;
[all …]
Dbitset335 const_iterator __e = __make_iter(_Size);
336 const_iterator __i = _VSTD::find(__make_iter(sizeof(unsigned long) * CHAR_BIT), __e, true);
337 if (__i != __e)
355 const_iterator __e = __make_iter(_Size);
356 const_iterator __i = _VSTD::find(__make_iter(sizeof(unsigned long long) * CHAR_BIT), __e, true);
357 if (__i != __e)
Dios408 make_error_code(io_errc __e) _NOEXCEPT
410 return error_code(static_cast<int>(__e), iostream_category());
415 make_error_condition(io_errc __e) _NOEXCEPT
417 return error_condition(static_cast<int>(__e), iostream_category());
D__string951 size_t __do_string_hash(_Ptr __p, _Ptr __e)
954 return __murmur2_or_cityhash<size_t>()(__p, (__e-__p)*sizeof(value_type));
965 __quoted_output_proxy(_Iter __f, _Iter __l, _CharT __d, _CharT __e)
966 : __first(__f), __last(__l), __delim(__d), __escape(__e) {}
Dmap1195 for (const_iterator __e = cend(); __f != __l; ++__f)
1196 insert(__e.__i_, *__f);
1473 const_iterator __e = cend();
1475 __tree_.__insert_unique(__e.__i_,
1921 for (const_iterator __e = cend(); __f != __l; ++__f)
1922 __tree_.__insert_multi(__e.__i_, *__f);
2097 const_iterator __e = cend();
2099 __tree_.__insert_multi(__e.__i_,
Diomanip587 __quoted_proxy(basic_string<_CharT, _Traits, _Allocator> &__s, _CharT __d, _CharT __e)
588 : __string(__s), __delim(__d), __escape(__e) {}
D__hash_table2650 iterator __e = end();
2655 } while (__i != __e && key_eq()(*__i, __k));
2729 const_iterator __e = end();
2734 } while (__i != __e && key_eq()(*__i, __k));
2778 iterator __e = end();
2782 } while (__j != __e && key_eq()(*__j, __k));
2798 const_iterator __e = end();
2802 } while (__j != __e && key_eq()(*__j, __k));
/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-stdinitializerlist-startend.cpp13 initializer_list(const _E* __b, const _E* __e) in initializer_list() argument
15 __end_(__e) in initializer_list()
/external/python/cpython3/Lib/test/support/
Dtestresult.py26 self.__e = None
45 self.__e = e = ET.SubElement(self.__suite, 'testcase')
52 e = self.__e
53 self.__e = None
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx-std-suppression.h101 __independent_bits_engine(_Engine& __e, size_t __w);
106 ::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine() argument
/external/mesa3d/src/amd/addrlib/core/
Daddrcommon.h76 #define ADDR_ASSERT(__e) assert(__e) argument
157 #define ADDR_C_ASSERT(__e) typedef char __ADDR_C_ASSERT__[(__e) ? 1 : -1] argument
/external/clang/lib/Headers/
Davxintrin.h2544 float __e, float __f, float __g, float __h) in _mm256_set_ps() argument
2546 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a }; in _mm256_set_ps()
2599 float __e, float __f, float __g, float __h) in _mm256_setr_ps() argument
2601 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }; in _mm256_setr_ps()

12