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

/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_type_hash.h47 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
51 /// \brief A cache of the results of checkDynamicType. \c checkDynamicType would
H A Dubsan_handlers_cxx.cc31 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
H A Dubsan_type_hash.cc208 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan

Completed in 34 milliseconds