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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw()
156 throw __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++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw()
156 throw __ex;
  /bionic/libm/arm/
fenv.h 108 fexcept_t __ex = __excepts; local
110 fesetexceptflag(&__ex, __excepts); /* XXX */
  /bionic/libm/include/arm/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /bionic/libm/include/mips/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /bionic/libm/mips/
fenv.h 109 fexcept_t __ex = __excepts; local
111 fesetexceptflag(&__ex, __excepts); /* XXX */
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 108 fexcept_t __ex = __excepts; local
110 fesetexceptflag(&__ex, __excepts); /* XXX */
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 109 fexcept_t __ex = __excepts; local
111 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
fenv.h 107 fexcept_t __ex = __excepts; local
109 fesetexceptflag(&__ex, __excepts); /* XXX */

Completed in 1121 milliseconds

1 2 3