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

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

Completed in 99 milliseconds