HomeSort by relevance Sort by last modified time
    Searched full:exception_ptr (Results 1 - 12 of 12) sorted by null

  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
exception 148 #include <exception_ptr.h>
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
exception 148 #include <exception_ptr.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
exception 148 #include <exception_ptr.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
exception 148 #include <exception_ptr.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
exception 148 #include <exception_ptr.h>
  /external/clang/www/
libstdc++4.4-clang0x.patch 459 diff -ur a/exception_ptr.h b/exception_ptr.h
460 --- a/exception_ptr.h 2011-03-15 14:49:08.000000000 -0700
461 +++ b/exception_ptr.h 2011-03-29 10:33:39.000000000 -0700
464 operator==(const exception_ptr&, const exception_ptr&) throw();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/
libstdc++.a     [all...]

Completed in 670 milliseconds