reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
  224   if (Vtable->Offset < -VptrMaxOffsetToTop || Vtable->Offset > VptrMaxOffsetToTop) {
  224   if (Vtable->Offset < -VptrMaxOffsetToTop || Vtable->Offset > VptrMaxOffsetToTop) {
  236   if (!isDerivedFromAtOffset(Derived, Base, -Vtable->Offset))
  250   if (Vtable->Offset < -VptrMaxOffsetToTop || Vtable->Offset > VptrMaxOffsetToTop)
  250   if (Vtable->Offset < -VptrMaxOffsetToTop || Vtable->Offset > VptrMaxOffsetToTop)
  251     return DynamicTypeInfo(nullptr, Vtable->Offset, nullptr);
  254     -Vtable->Offset);
  255   return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable->Offset,