Searched refs:checkDynamicType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash.h | 51 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
|
H A D | ubsan_type_hash_win.cpp | 40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
|
H A D | ubsan_handlers_cxx.cpp | 36 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash)) in HandleDynamicTypeCacheMiss()
|
H A D | ubsan_type_hash_itanium.cpp | 223 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 5751 static bool checkDynamicType(EvalInfo &Info, const Expr *E, const LValue &This, in checkDynamicType() function 5796 return checkDynamicType( in checkNonVirtualMemberCallThisPointer() 5825 if (!checkDynamicType(Info, E, This, AK, true)) in ComputeDynamicType()
|