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

/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp27 __volatile_mask = 0x2, 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));
/external/libcxxabi/src/
H A Dprivate_typeinfo.h217 __volatile_mask = 0x2, enumerator in enum:__cxxabiv1::__pbase_type_info::__masks

Completed in 82 milliseconds