Searched refs:type_get_parent (Results 1 – 1 of 1) sorted by relevance
224 static TypeImpl *type_get_parent(TypeImpl *type) in type_get_parent() function250 return type_class_get_size(type_get_parent(ti)); in type_class_get_size()263 return type_object_get_size(type_get_parent(ti)); in type_object_get_size()276 return type_object_get_align(type_get_parent(ti)); in type_object_get_align()292 type = type_get_parent(type); in type_is_ancestor()363 parent = type_get_parent(ti); in type_initialize()413 parent = type_get_parent(parent); in type_initialize()424 object_init_with_type(obj, type_get_parent(ti)); in object_init_with_type()435 object_post_init_with_type(obj, type_get_parent(ti)); in object_post_init_with_type()719 object_deinit(obj, type_get_parent(type)); in object_deinit()[all …]