Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp273 bool __ubsan::checkTypeInfoEquality(const void *TypeInfo1, in checkTypeInfoEquality() argument
275 auto TI1 = static_cast<const std::type_info *>(TypeInfo1); in checkTypeInfoEquality()
H A Dubsan_type_hash.h69 bool checkTypeInfoEquality(const void *TypeInfo1, const void *TypeInfo2);