Searched refs:__vmi_class_type_info (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp53 class __vmi_class_type_info : public __class_type_info { class in inherits:__class_type_info
93 #define CHECK_BASE_INFO_TYPE(type, index, base) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__base_type == &typeid(base))
94 #define CHECK_BASE_INFO_OFFSET_FLAGS(type, index, offset, flags) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__offset_flags == (((offset) << 8) | (flags)))
140 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repeat_mask);
141 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__base_count == 2);
149 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_mask);
150 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__base_count == 2);
158 CHECK(to<__vmi_class_type_info>(typei
[all...]

Completed in 36 milliseconds