Lines Matching full:for
81 # For explicitly defined entities, info points to the (explicit)
82 # definition. For builtins (and their arrays), info is None.
83 # For implicitly defined entities, info points to a place that
127 for f in features or []:
145 for f in self.features:
152 for f in self.features:
301 The built-in module is a single System module for the built-in types.
312 for entity in self._entity_list:
328 # Return the C type for common use.
329 # For the types we commonly box, this is a pointer type.
365 # Except for arrays; see QAPISchemaArrayType.need_has_if_optional().
370 for feat in self.features:
374 f"feature '{feat.name}' is not supported for types")
426 for m in members:
434 for m in self.members:
440 for m in self.members:
451 return [m.name for m in self.members]
533 for m in local_members:
571 for m in self.local_members:
596 for m in self.members:
606 for m in self.local_members:
618 return any(m.ifcond.is_present() for m in self.members)
669 # so we have to check for potential name collisions ourselves.
672 for v in self.alternatives.variants:
683 for m in v.type.members:
692 for qt in conflicting:
703 for v in self.alternatives.variants:
730 for v in self.variants:
737 for v in self.variants:
789 cases = {v.name for v in self.variants}
790 for m in tag_member.type.members:
798 for v in self.variants:
820 for v in self.variants:
821 # Reset seen map for each variant, since qapi names from one
893 # Implicit type created for a command's dict 'data'
899 # Implicit type created for a union's dict 'base'
922 for f in features or []:
929 for f in self.features:
954 for f in features or []:
969 for f in self.features:
975 for f in self.features:
1151 for f in QAPISchemaFeature.SPECIAL_NAMES:
1242 for t in [('str', 'string', 'char' + POINTER_SUFFIX),
1265 [{'name': n} for n in qtypes], None)
1278 for f in features:
1285 for f in features]
1303 for v in values]
1374 for (key, value) in data.items()]
1417 for (key, value) in data.items()]
1436 for (key, value) in data.items()]
1483 for expr in exprs:
1502 for ent in self._entity_list:
1505 for ent in self._entity_list:
1507 for doc in self.docs:
1518 for mod in self._module_dict.values():