Searched defs:BIT_FIELD_ACCESSORS (Results 1 – 3 of 3) sorted by relevance
53 BIT_FIELD_ACCESSORS(AccessorInfo, flags, all_can_read, in BIT_FIELD_ACCESSORS() function
152 BIT_FIELD_ACCESSORS(SharedFunctionInfo, flags, is_wrapped, in BIT_FIELD_ACCESSORS() function
161 #define BIT_FIELD_ACCESSORS(holder, field, name, BitField) \ macro