H A D | cxx.h | 71 cl2, \ 149 name ## _rtti_base_array.bases[2] = (char*)cl2 - base; \ 169 #define DEFINE_RTTI_DATA2(name, off, cl1, cl2, mangled_name) \ argument 171 #define DEFINE_RTTI_DATA3(name, off, cl1, cl2, cl3, mangled_name) \ argument 172 DEFINE_RTTI_DATA(name, off, 3, cl1, cl2, cl3, NULL, NULL, NULL, NULL, NULL, NULL, mangled_name) 173 #define DEFINE_RTTI_DATA4(name, off, cl1, cl2, cl3, cl4, mangled_name) \ argument 174 DEFINE_RTTI_DATA(name, off, 4, cl1, cl2, cl3, cl4, NULL, NULL, NULL, NULL, NULL, mangled_name) 175 #define DEFINE_RTTI_DATA8(name, off, cl1, cl2, cl3, cl4, cl5, cl6, cl7, cl8, mangled_name) \ argument 176 DEFINE_RTTI_DATA(name, off, 8, cl1, cl2, cl3, cl4, cl5, cl6, cl7, cl8, NULL, mangled_name) 177 #define DEFINE_RTTI_DATA9(name, off, cl1, cl2, cl3, cl4, cl5, cl6, cl7, cl8, cl9, mangled_name) \ argument [all …]
|