HomeSort by: relevance | last modified time | path
    Searched refs:_GLIBCXX_CDTOR_CALLABI (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
cxxabi_init_exception.h 41 #ifndef _GLIBCXX_CDTOR_CALLABI
42 #define _GLIBCXX_CDTOR_CALLABI
71 void (_GLIBCXX_CDTOR_CALLABI *__dest) (void *))
atexit_thread.cc 36 __cxa_thread_atexit (void (_GLIBCXX_CDTOR_CALLABI *dtor)(void *),
52 #ifndef _GLIBCXX_CDTOR_CALLABI
53 # define _GLIBCXX_CDTOR_CALLABI
62 extern "C" int __cxa_thread_atexit_impl (void (_GLIBCXX_CDTOR_CALLABI *func) (void *),
65 __cxxabiv1::__cxa_thread_atexit (void (_GLIBCXX_CDTOR_CALLABI *dtor)(void *),
78 void (_GLIBCXX_CDTOR_CALLABI *destructor)(void *);
144 __cxa_thread_atexit_impl (void (_GLIBCXX_CDTOR_CALLABI *func) (void *),
150 __cxxabiv1::__cxa_thread_atexit (void (_GLIBCXX_CDTOR_CALLABI *dtor)(void *),
eh_throw.cc 58 void (_GLIBCXX_CDTOR_CALLABI *dest) (void *))
79 void (_GLIBCXX_CDTOR_CALLABI *dest) (void *))
unwind-cxx.h 66 void (_GLIBCXX_CDTOR_CALLABI *exceptionDestructor)(void *);
120 void (_GLIBCXX_CDTOR_CALLABI *__padding)(void *);
cxxabi.h 128 #ifdef _GLIBCXX_CDTOR_CALLABI
129 __cxa_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void*) _GLIBCXX_NOTHROW;
139 #ifdef _GLIBCXX_CDTOR_CALLABI
140 __cxa_thread_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void *) _GLIBCXX_NOTHROW;
624 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
exception_ptr.h 234 _GLIBCXX_CDTOR_CALLABI
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
cxxabi_init_exception.h 41 #ifndef _GLIBCXX_CDTOR_CALLABI
42 #define _GLIBCXX_CDTOR_CALLABI
71 void (_GLIBCXX_CDTOR_CALLABI *__dest) (void *))
atexit_thread.cc 34 #ifndef _GLIBCXX_CDTOR_CALLABI
35 # define _GLIBCXX_CDTOR_CALLABI
44 extern "C" int __cxa_thread_atexit_impl (void (_GLIBCXX_CDTOR_CALLABI *func) (void *),
47 __cxxabiv1::__cxa_thread_atexit (void (_GLIBCXX_CDTOR_CALLABI *dtor)(void *),
60 void (_GLIBCXX_CDTOR_CALLABI *destructor)(void *);
124 __cxxabiv1::__cxa_thread_atexit (void (_GLIBCXX_CDTOR_CALLABI *dtor)(void *),
eh_throw.cc 58 void (_GLIBCXX_CDTOR_CALLABI *dest) (void *))
79 void (_GLIBCXX_CDTOR_CALLABI *dest) (void *))
unwind-cxx.h 66 void (_GLIBCXX_CDTOR_CALLABI *exceptionDestructor)(void *);
120 void (_GLIBCXX_CDTOR_CALLABI *__padding)(void *);
cxxabi.h 128 #ifdef _GLIBCXX_CDTOR_CALLABI
129 __cxa_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void*) _GLIBCXX_NOTHROW;
139 #ifdef _GLIBCXX_CDTOR_CALLABI
140 __cxa_thread_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void *) _GLIBCXX_NOTHROW;
624 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
exception_ptr.h 228 _GLIBCXX_CDTOR_CALLABI
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
os_defines.h 71 #define _GLIBCXX_CDTOR_CALLABI __thiscall
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
os_defines.h 71 #define _GLIBCXX_CDTOR_CALLABI __thiscall
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
os_defines.h 74 #define _GLIBCXX_CDTOR_CALLABI __thiscall
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
os_defines.h 74 #define _GLIBCXX_CDTOR_CALLABI __thiscall

Completed in 74 milliseconds