Searched refs:CT_IS_VOID_PTR (Results 1 – 1 of 1) sorted by relevance
176 #define CT_IS_VOID_PTR 0x00200000 macro1590 if (combined_flags & CT_IS_VOID_PTR) in convert_from_object()1831 assert(!(cd->c_type->ct_flags & (CT_IS_VOID_PTR | CT_FUNCTIONPTR))); in cdataowning_dealloc()1859 if (cd->c_type->ct_flags & CT_IS_VOID_PTR) { /* a handle */ in cdataowninggc_dealloc()1883 if (cd->c_type->ct_flags & CT_IS_VOID_PTR) { /* a handle */ in cdataowninggc_traverse()1901 if (cd->c_type->ct_flags & CT_IS_VOID_PTR) { /* a handle */ in cdataowninggc_clear()2116 if (cd->c_type->ct_flags & CT_IS_VOID_PTR) { /* a handle */ in cdataowninggc_repr()2649 if (ctptr->ct_flags & CT_IS_VOID_PTR) { in _cdata_add_or_sub()2686 !(ct->ct_flags & CT_IS_VOID_PTR))) { in cdata_sub()4628 td->ct_flags |= CT_IS_VOID_PTR; in new_pointer_type()[all …]