Home
last modified time | relevance | path

Searched refs:__non_unique_rtti_bit (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp36 uintptr_t __non_unique_rtti_bit = in name() local
38 return (__type_name_t)((uintptr_t)__type_name & ~__non_unique_rtti_bit); in name()
/src/contrib/llvm-project/libcxx/include/
H A Dtypeinfo228 return reinterpret_cast<const char*>(__v & ~__non_unique_rtti_bit::value);
258 __non_unique_rtti_bit;
261 return !(__lhs & __non_unique_rtti_bit::value);