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()
6704 int accepted_flags; in b_rawaddressof() local6712 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()