Lines Matching defs:fields
60 // Single bit fields
88 static void test_padding(const std::vector<RegisterFlags::Field> &fields,
90 RegisterFlags rf("", 4, fields);
96 // * There are >= 1 fields.
101 auto fields =
103 test_padding(fields, fields);
105 // Needs padding in between the fields, single bit.
139 // Many small fields.
146 // Anonymous fields are shown with an empty name cell,
173 // Single bit fields don't need to show start and end, just one of them.
314 // is set by the size of the fields name (as opposed to some max of all field
329 // Having fields without enumerators shouldn't produce any extra newlines.
347 // RegisterFlags requires that some fields be given, so no testing of empty
350 // Unnamed fields are padding that are ignored. This applies to fields passed