Searched refs:accepted_flags (Results 1 – 2 of 2) sorted by relevance
533 int accepted_flags; in ffi_addressof() local553 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()
6326 int accepted_flags; local6334 accepted_flags = CT_STRUCT | CT_UNION | CT_ARRAY | CT_POINTER;6335 if ((cd->c_type->ct_flags & accepted_flags) == 0) {