HomeSort by: relevance | last modified time | path
    Searched refs:checkDynamicType (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash.h 52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
60 /// \brief A cache of the results of checkDynamicType. \c checkDynamicType would
ubsan_type_hash_win.cc 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
ubsan_handlers_cxx.cc 37 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
ubsan_type_hash_itanium.cc 211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {

Completed in 11 milliseconds