Go to the source code of this file.
| Defines | |
| #define | _CXXABI_TWEAKS_H 1 | 
| #define | _GLIBCXX_GUARD_TEST(x) (*(char *) (x) != 0) | 
| #define | _GLIBCXX_GUARD_SET(x) *(char *) (x) = 1 | 
| #define | _GLIBCXX_CXA_VEC_CTOR_RETURN(x) return | 
| Typedefs | |
| typedef void | __cxa_vec_ctor_return_type | 
| typedef void | __cxa_cdtor_return_type | 
| Functions | |
| __extension__ typedef int __guard | __attribute__ ((mode(__DI__))) | 
| #define _CXXABI_TWEAKS_H 1 | 
Definition at line 31 of file cxxabi_tweaks.h.
| #define _GLIBCXX_CXA_VEC_CTOR_RETURN | ( | x | ) | return | 
Definition at line 47 of file cxxabi_tweaks.h.
| #define _GLIBCXX_GUARD_SET | ( | x | ) | *(char *) (x) = 1 | 
Definition at line 42 of file cxxabi_tweaks.h.
| #define _GLIBCXX_GUARD_TEST | ( | x | ) | (*(char *) (x) != 0) | 
Definition at line 41 of file cxxabi_tweaks.h.
| typedef void __cxa_cdtor_return_type | 
Definition at line 49 of file cxxabi_tweaks.h.
| typedef void __cxa_vec_ctor_return_type | 
Definition at line 46 of file cxxabi_tweaks.h.
| __extension__ typedef int __guard __attribute__ | ( | (mode(__DI__)) | ) | 
 1.4.7
 1.4.7