Searched refs:CT_STRUCT (Results 1 – 3 of 3) sorted by relevance
329 CT_STRUCT | CT_IS_FILE); in _realize_c_struct_or_union()344 int flags = (s->flags & _CFFI_F_UNION) ? CT_UNION : CT_STRUCT; in _realize_c_struct_or_union()684 assert(ct->ct_flags & (CT_STRUCT | CT_UNION)); in do_realize_lazy_struct()
160 #define CT_STRUCT 0x040 /* struct */ macro459 else if (ct->ct_flags & CT_STRUCT) { in ctypeget_kind()515 if (ct->ct_flags & (CT_STRUCT | CT_UNION)) { in ctypeget_fields()1044 else if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in convert_to_object()1697 if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in convert_from_object()1787 if ((ct->ct_flags & (CT_PRIMITIVE_ANY|CT_STRUCT|CT_UNION)) && in get_alignment()1837 if (cd->c_type->ct_flags & (CT_PRIMITIVE_ANY | CT_STRUCT | CT_UNION)) { in cdataowning_dealloc()1856 CT_STRUCT | CT_UNION))); in cdataowninggc_dealloc()2060 if (cd->c_type->ct_flags & (CT_STRUCT|CT_UNION)) in cdata_repr()2737 if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in cdata_getattro()[all …]
553 accepted_flags = CT_STRUCT | CT_UNION | CT_ARRAY; in ffi_addressof()562 accepted_flags = CT_STRUCT | CT_UNION | CT_ARRAY | CT_POINTER; in ffi_addressof()