HomeSort by relevance Sort by last modified time
    Searched defs:__ex (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h 80 explicit _Nested_exception(_Except&& __ex)
81 : _Except(static_cast<_Except&&>(__ex))
89 _S_get(const _Ex& __ex)
90 { return dynamic_cast<const nested_exception*>(&__ex); }
97 _S_get(const _Ex* __ex)
98 { return dynamic_cast<const nested_exception*>(__ex); }
103 __get_nested_exception(const _Ex& __ex)
104 { return __get_nested_helper<_Ex>::_S_get(__ex); }
120 __throw_with_nested(_Ex&& __ex, const nested_exception*)
121 { throw __ex; }
140 __throw_with_nested(static_cast<_Ex&&>(__ex), &__ex); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
nested_exception.h 80 explicit _Nested_exception(_Except&& __ex)
81 : _Except(static_cast<_Except&&>(__ex))
89 _S_get(const _Ex& __ex)
90 { return dynamic_cast<const nested_exception*>(&__ex); }
97 _S_get(const _Ex* __ex)
98 { return dynamic_cast<const nested_exception*>(__ex); }
103 __get_nested_exception(const _Ex& __ex)
104 { return __get_nested_helper<_Ex>::_S_get(__ex); }
120 __throw_with_nested(_Ex&& __ex, const nested_exception*)
121 { throw __ex; }
140 __throw_with_nested(static_cast<_Ex&&>(__ex), &__ex); local
    [all...]
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 80 fexcept_t __ex = __excepts; local
81 fesetexceptflag(&__ex, __excepts);
  /bionic/libm/arm/
fenv.c 73 fexcept_t __ex = __excepts; local
74 fesetexceptflag(&__ex, __excepts);

Completed in 95 milliseconds