reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_printer.c
  770 	if (!p)
  772 	p = enter_state(p, p->yaml_style == ISL_YAML_STYLE_BLOCK);
  772 	p = enter_state(p, p->yaml_style == ISL_YAML_STYLE_BLOCK);
  772 	p = enter_state(p, p->yaml_style == ISL_YAML_STYLE_BLOCK);
  773 	p = push_state(p, isl_yaml_sequence_first_start);
  773 	p = push_state(p, isl_yaml_sequence_first_start);
  774 	if (!p)
  776 	if (p->yaml_style == ISL_YAML_STYLE_FLOW)
  777 		p = p->ops->print_str(p, "[ ");
  777 		p = p->ops->print_str(p, "[ ");
  777 		p = p->ops->print_str(p, "[ ");
  778 	return p;