Searched refs:TYPEFLAG_HASBITFIELD (Results 1 – 2 of 2) sorted by relevance
445 (TYPEFLAG_HASUNION | TYPEFLAG_HASBITFIELD)); in PyCStructUnionType_update_stgdict()525 stgdict->flags |= dict->flags & (TYPEFLAG_HASUNION | TYPEFLAG_HASBITFIELD); in PyCStructUnionType_update_stgdict()528 stgdict->flags |= TYPEFLAG_HASBITFIELD; in PyCStructUnionType_update_stgdict()
292 #define TYPEFLAG_HASBITFIELD 0x800 macro