Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c533 int accepted_flags; in ffi_addressof() local
553 accepted_flags = CT_STRUCT | CT_UNION | CT_ARRAY; in ffi_addressof()
554 if ((ct->ct_flags & accepted_flags) == 0) { in ffi_addressof()
562 accepted_flags = CT_STRUCT | CT_UNION | CT_ARRAY | CT_POINTER; in ffi_addressof()
563 if ((ct->ct_flags & accepted_flags) == 0) { in ffi_addressof()
D_cffi_backend.c6704 int accepted_flags; in b_rawaddressof() local
6712 accepted_flags = CT_STRUCT | CT_UNION | CT_ARRAY | CT_POINTER; in b_rawaddressof()
6713 if ((cd->c_type->ct_flags & accepted_flags) == 0) { in b_rawaddressof()