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

References

tools/polly/lib/External/isl/isl_printer.c
  711 	if (!p)
  713 	p = enter_state(p, p->yaml_style == ISL_YAML_STYLE_BLOCK);
  713 	p = enter_state(p, p->yaml_style == ISL_YAML_STYLE_BLOCK);
  713 	p = enter_state(p, p->yaml_style == ISL_YAML_STYLE_BLOCK);
  714 	if (!p)
  716 	state = current_state(p);
  717 	if (p->yaml_style == ISL_YAML_STYLE_FLOW)
  718 		p = p->ops->print_str(p, "{ ");
  718 		p = p->ops->print_str(p, "{ ");
  718 		p = p->ops->print_str(p, "{ ");
  720 		p = p->ops->end_line(p);
  720 		p = p->ops->end_line(p);
  720 		p = p->ops->end_line(p);
  721 		p = isl_printer_indent(p, 2);
  721 		p = isl_printer_indent(p, 2);
  722 		p = p->ops->start_line(p);
  722 		p = p->ops->start_line(p);
  722 		p = p->ops->start_line(p);
  724 	p = push_state(p, isl_yaml_mapping_first_key_start);
  724 	p = push_state(p, isl_yaml_mapping_first_key_start);
  725 	return p;