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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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 162 copy_exception(_Ex __ex) throw()
167 throw __ex;
181 make_exception_ptr(_Ex __ex) throw()
182 { return std::copy_exception<_Ex>(__ex); }
  /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-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/8/sources/cxx-stl/gnu-libstdc++/4.6/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 162 copy_exception(_Ex __ex) throw()
167 throw __ex;
181 make_exception_ptr(_Ex __ex) throw()
182 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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 167 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
172 throw __ex;
186 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
187 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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 162 copy_exception(_Ex __ex) throw()
167 throw __ex;
181 make_exception_ptr(_Ex __ex) throw()
182 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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 167 copy_exception(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
172 throw __ex;
186 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT
187 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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 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/9/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/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw()
156 throw __ex;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw()
156 throw __ex;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw()
156 throw __ex;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw()
156 throw __ex;
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 61 fexcept_t __ex = __excepts; local
62 WRAP(fesetexceptflag)(&__ex, __excepts);
  /bionic/libm/arm/
fenv.c 76 fexcept_t __ex = __excepts; local
77 fesetexceptflag(&__ex, __excepts);
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 105 fexcept_t __ex = __excepts; local
106 fesetexceptflag(&__ex, __excepts);

Completed in 838 milliseconds

1 2 3 4