Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h51 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
H A Dubsan_type_hash_win.cpp40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
H A Dubsan_handlers_cxx.cpp36 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash)) in HandleDynamicTypeCacheMiss()
H A Dubsan_type_hash_itanium.cpp223 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5751 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()