Lines Matching defs:structure
512 * be the first member of the structure, i.e..:
525 error("structure member missing a type?");
551 * The member can also be a structure type, in which case we'll
552 * check the first structure member.
635 * that the structure actually remains ABI compatible.
719 #define DEFINE_PROCESS_STRUCTURE_TYPE(structure) \
720 static void process_##structure##_type( \
724 #structure "_type", \
730 DEFINE_PROCESS_STRUCTURE_TYPE(structure)
879 * within the structure.
925 PROCESS_TYPE(structure)