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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash.h52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
60 /// \brief A cache of the results of checkDynamicType. \c checkDynamicType would
H A Dubsan_type_hash_win.cc41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan
H A Dubsan_handlers_cxx.cc37 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
H A Dubsan_type_hash_itanium.cc211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash.h50 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
58 /// \brief A cache of the results of checkDynamicType. \c checkDynamicType would
H A Dubsan_type_hash_win.cc39 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan
H A Dubsan_handlers_cxx.cc35 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
H A Dubsan_type_hash_itanium.cc210 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash.h51 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
59 /// \brief A cache of the results of checkDynamicType. \c checkDynamicType would
H A Dubsan_type_hash_win.cpp40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan
H A Dubsan_handlers_cxx.cpp36 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
H A Dubsan_type_hash_itanium.cpp211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { function in class:__ubsan
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5514 static bool checkDynamicType(EvalInfo &Info, const Expr *E, const LValue &This,
5559 return checkDynamicType(
5586 if (!checkDynamicType(Info, E, This, AK, true))

Completed in 198 milliseconds