Home
last modified time | relevance | path

Searched refs:type_is_ancestor (Results 1 – 1 of 1) sorted by relevance

/qemu/qom/
H A Dobject.c273 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor() function
345 if (type_is_ancestor(ti, type_interface)) { in type_initialize()
383 if (type_is_ancestor(target_type, t)) { in type_initialize()
975 type_is_ancestor(target_type, type_interface)) { in object_class_dynamic_cast()
982 if (type_is_ancestor(target_class->type, target_type)) { in object_class_dynamic_cast()
992 } else if (type_is_ancestor(type, target_type)) { in object_class_dynamic_cast()