Searched refs:__ex (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 99 void* __ex = __cxxabiv1::__cxa_allocate_exception(sizeof(_Ep)); in make_exception_ptr() local 103 __ex, const_cast<std::type_info*>(&typeid(_Ep)), [](void* __p) -> void* { in make_exception_ptr() 105 …(void)__cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), []… in make_exception_ptr() 114 ::new (__ex) _Ep2(__e); in make_exception_ptr() 115 return exception_ptr::__from_native_exception_pointer(__ex); in make_exception_ptr() 117 __cxxabiv1::__cxa_free_exception(__ex); in make_exception_ptr()
|
/freebsd/lib/msun/arm/ |
H A D | fenv.h | 149 fexcept_t __ex = __excepts; in feraiseexcept() local 151 fesetexceptflag(&__ex, __excepts); /* XXX */ in feraiseexcept()
|
/freebsd/contrib/llvm-project/libcxx/include/ext/ |
H A D | hash_set | 380 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end(); __i != __ex; ++__i) { 559 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;) {
|
H A D | hash_map | 651 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end(); __i != __ex; ++__i) { 847 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;) {
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | forward_list | 1475 _Ip __ex = __x.end(); 1478 for (; __ix != __ex && __iy != __ey; ++__ix, ++__iy) 1481 return (__ix == __ex) == (__iy == __ey);
|
H A D | unordered_set | 1157 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end(); __i != __ex; ++__i) { 1764 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;) {
|
H A D | unordered_map | 1806 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end(); __i != __ex; ++__i) { 2493 for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;) {
|