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

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h49 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
53 /// \brief A cache of the results of checkDynamicType. \c checkDynamicType would
H A Dubsan_handlers_cxx.cc32 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
H A Dubsan_type_hash.cc210 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan

Completed in 641 milliseconds