/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/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); }
|
/external/clang/test/CodeGenCXX/ |
pragma-init_seg.cpp | 13 // CHECK: @__cxx_init_fn_ptr = private constant void ()* @"\01??__Ex@simple_init@@YAXXZ", section ".CRT$XCC" 32 // CHECK: @__cxx_init_fn_ptr2 = private constant void ()* @"\01??__Ex@?A@internal_init@@YAXXZ", section ".asdf" 39 // CHECK: @__cxx_init_fn_ptr3 = private constant void ()* @"\01??__Ex@selectany_init@@YAXXZ", section ".asdf", comdat($"\01?x@selectany_init@@3HA") 47 // CHECK: @__cxx_init_fn_ptr4 = private constant void ()* @"\01??__Ex@?$A@H@explicit_template_instantiation@@2HB@YAXXZ", section ".asdf", comdat($"\01?x@?$A@H@explicit_template_instantiation@@2HB") 55 // CHECK: @__cxx_init_fn_ptr5 = private constant void ()* @"\01??__Ex@?$A@H@implicit_template_instantiation@@2HB@YAXXZ", section ".asdf", comdat($"\01?x@?$A@H@implicit_template_instantiation@@2HB")
|
/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;
|
/external/llvm/test/Object/Inputs/COFF/ |
x86-64.yaml | 40 SymbolName: '??__Ex@@YAXXZ' 105 Name: '??__Ex@@YAXXZ'
|
/bionic/libm/arm/ |
fenv.c | 76 fexcept_t __ex = __excepts; local 77 fesetexceptflag(&__ex, __excepts);
|