Searched refs:checkDynamicType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5605 static bool checkDynamicType(EvalInfo &Info, const Expr *E, const LValue &This, in checkDynamicType() function 5650 return checkDynamicType( in checkNonVirtualMemberCallThisPointer() 5679 if (!checkDynamicType(Info, E, This, AK, true)) in ComputeDynamicType()
|