OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkDynamicType
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_type_hash.h
52
bool
checkDynamicType
(void *Object, void *Type, HashValue Hash);
60
/// \brief A cache of the results of
checkDynamicType
. \c
checkDynamicType
would
ubsan_type_hash_win.cc
41
bool __ubsan::
checkDynamicType
(void *Object, void *Type, HashValue Hash) {
ubsan_handlers_cxx.cc
37
if (
checkDynamicType
((void*)Pointer, Data->TypeInfo, Hash))
ubsan_type_hash_itanium.cc
209
bool __ubsan::
checkDynamicType
(void *Object, void *Type, HashValue Hash) {
Completed in 7012 milliseconds