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

/external/libcxxabi/src/
H A Dprivate_typeinfo.h204 __const_mask = 0x1, enumerator in enum:__cxxabiv1::__pbase_type_info::__masks
221 __no_remove_flags_mask = __const_mask | __volatile_mask | __restrict_mask,
H A Dprivate_typeinfo.cpp409 if (~__flags & __const_mask) return false;
417 if (~__flags & __const_mask) return false;
456 if (~__flags & __const_mask)
/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 1025 milliseconds