HomeSort by relevance Sort by last modified time
    Searched refs:__ex (Results 1 - 25 of 54) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
exception_ptr.h 169 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
174 throw __ex;
188 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
189 { return std::copy_exception<_Ex>(__ex); }
  /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...]
exception_ptr.h 169 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
174 throw __ex;
188 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
189 { return std::copy_exception<_Ex>(__ex); }
  /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...]
exception_ptr.h 169 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
174 throw __ex;
188 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
189 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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...]
exception_ptr.h 169 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
174 throw __ex;
189 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT _GLIBCXX_DEPRECATED;
193 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
194 { return std::make_exception_ptr<_Ex>(__ex); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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...]
exception_ptr.h 169 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
174 throw __ex;
189 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT _GLIBCXX_DEPRECATED;
193 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
194 { return std::make_exception_ptr<_Ex>(__ex); }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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...]
exception_ptr.h 169 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
174 throw __ex;
189 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT _GLIBCXX_DEPRECATED;
193 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
194 { return std::make_exception_ptr<_Ex>(__ex); }
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 81 fexcept_t __ex = __excepts; local
82 fesetexceptflag(&__ex, __excepts);
  /bionic/libm/arm/
fenv.c 76 fexcept_t __ex = __excepts; local
77 fesetexceptflag(&__ex, __excepts);
  /development/ndk/platforms/android-9/arch-arm/include/
fenv.h 127 fexcept_t __ex = __excepts; local
128 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/
fenv.h 141 fexcept_t __ex = __excepts; local
142 fesetexceptflag(&__ex, __excepts);

Completed in 1359 milliseconds

1 2 3