Home
last modified time | relevance | path

Searched refs:__e1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlist1208 iterator __e1 = end();
1211 while (__f1 != __e1 && __f2 != __e2) {
1229 splice(__e1, __c);
1262 iterator __e1 = std::next(__f1, __n2);
1263 iterator __r = __f1 = __sort(__f1, __e1, __n2, __comp);
1264 iterator __f2 = __e1 = __sort(__e1, __e2, __n - __n2, __comp);
1272 __e1 = __f2 = __m2;
1279 while (__f1 != __e1 && __f2 != __e2) {
1286 if (__e1 == __f2)
1287 __e1 = __m2;
H A Dregex4028 unique_ptr<__empty_state<_CharT> > __e1(new __empty_state<_CharT>(__end_->first()));
4031 …new __loop<_CharT>(__loop_count_, __s->first(), __e1.get(), __mexp_begin, __mexp_end, __greedy, __…
4033 __e1.release();
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlist1626 iterator __e1 = end();
1629 while (__f1 != __e1 && __f2 != __e2) {
1647 splice(__e1, __c);
1680 iterator __e1 = std::next(__f1, __n2);
1681 iterator __r = __f1 = __sort(__f1, __e1, __n2, __comp);
1682 iterator __f2 = __e1 = __sort(__e1, __e2, __n - __n2, __comp);
1690 __e1 = __f2 = __m2;
1697 while (__f1 != __e1 && __f2 != __e2) {
1704 if (__e1 == __f2)
1705 __e1 = __m2;
H A Dregex4076 unique_ptr<__empty_state<_CharT> > __e1(new __empty_state<_CharT>(__end_->first()));
4079 …new __loop<_CharT>(__loop_count_, __s->first(), __e1.get(), __mexp_begin, __mexp_end, __greedy, __…
4081 __e1.release();
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h9218 char __e4, char __e3, char __e2, char __e1, char __e0) { in _mm512_set_epi8() argument
9221 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi8()
9238 short __e2, short __e1, short __e0) { in _mm512_set_epi16() argument
9240 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi16()