Searched defs:checkDynamicType (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cc | 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
|
D | ubsan_type_hash_itanium.cc | 209 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cpp | 40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
|
D | ubsan_type_hash_itanium.cpp | 211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() function in __ubsan
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 5506 static bool checkDynamicType(EvalInfo &Info, const Expr *E, const LValue &This, in checkDynamicType() function
|