Searched defs:found_any_static_type (Results 1 - 2 of 2) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp598 info->found_any_static_type = true;
753 info->found_any_static_type = false;
757 if (info->found_any_static_type)
912 info->found_any_static_type = false;
914 if (info->found_any_static_type)
1039 bool found_any_static_type = info->found_any_static_type; local
1053 info->found_any_static_type = false;
1072 else if (info->found_any_static_type)
1082 info->found_any_static_type
[all...]
H A Dprivate_typeinfo.h117 bool found_any_static_type; member in struct:__cxxabiv1::__dynamic_cast_info

Completed in 48 milliseconds