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

/openbsd-current/gnu/llvm/compiler-rt/lib/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_type_hash_itanium.cpp223 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))
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp5605 static bool checkDynamicType(EvalInfo &Info, const Expr *E, const LValue &This,
5650 return checkDynamicType(
5679 if (!checkDynamicType(Info, E, This, AK, true))

Completed in 213 milliseconds