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

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw() function in namespace:std
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw() function in namespace:std
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 75 copy_exception(_Ex __ex) throw();
152 copy_exception(_Ex __ex) throw() function in namespace:std
  /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() function in namespace:std
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
exception_ptr.h 162 copy_exception(_Ex __ex) throw() function in namespace:std
177 // 1130. copy_exception name misleading
182 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 162 copy_exception(_Ex __ex) throw() function in namespace:std
177 // 1130. copy_exception name misleading
182 { return std::copy_exception<_Ex>(__ex); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 162 copy_exception(_Ex __ex) throw() function in namespace:std
177 // 1130. copy_exception name misleading
182 { return std::copy_exception<_Ex>(__ex); }

Completed in 559 milliseconds