Home
last modified time | relevance | path

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

/external/python/cffi/c/
Drealize_c_type.c329 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()
707 assert(ct->ct_flags & (CT_STRUCT | CT_UNION)); in do_realize_lazy_struct()
D_cffi_backend.c196 #define CT_STRUCT 0x040 /* struct */ macro
497 else if (ct->ct_flags & CT_STRUCT) { in ctypeget_kind()
553 if (ct->ct_flags & (CT_STRUCT | CT_UNION)) { in ctypeget_fields()
1082 else if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in convert_to_object()
1757 if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in convert_from_object()
1847 if ((ct->ct_flags & (CT_PRIMITIVE_ANY|CT_STRUCT|CT_UNION)) && in get_alignment()
1898 if (cd->c_type->ct_flags & (CT_PRIMITIVE_ANY | CT_STRUCT | CT_UNION)) { in cdataowning_dealloc()
2132 if (cd->c_type->ct_flags & (CT_STRUCT|CT_UNION)) in cdata_repr()
2841 if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in cdata_getattro()
2894 if (ct->ct_flags & (CT_STRUCT|CT_UNION)) { in cdata_setattro()
[all …]
Dffi_obj.c553 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()