Searched defs:__const_mask (Results 1 - 2 of 2) sorted by last modified time

/external/libcxxabi/src/
H A Dprivate_typeinfo.h216 __const_mask = 0x1, enumerator in enum:__cxxabiv1::__pbase_type_info::__masks
/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp26 __const_mask = 0x1, enumerator in enum:__pbase_type_info::__masks
180 CHECK(to<__pbase_type_info>(typeid(B::a)).__flags == (__pbase_type_info::__const_mask | __pbase_type_info::__volatile_mask));
182 CHECK(to<__pbase_type_info>(typeid(B::c)).__flags == (__pbase_type_info::__const_mask | __pbase_type_info::__volatile_mask));

Completed in 115 milliseconds