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

References

tools/polly/lib/External/isl/isl_printer.c
  492 	if (p->yaml_size < p->yaml_depth + 1) {
  495 					enum isl_yaml_state, p->yaml_depth + 1);
  499 		p->yaml_size = p->yaml_depth + 1;
  502 	p->yaml_state[p->yaml_depth] = state;
  503 	p->yaml_depth++;
  515 	p->yaml_depth--;
  527 	if (p->yaml_depth < 1)
  531 	p->yaml_state[p->yaml_depth - 1] = state;
  543 	if (p->yaml_depth < 1)
  545 	return p->yaml_state[p->yaml_depth - 1];
  836 	if (p->yaml_depth < 1)