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

References

tools/polly/lib/External/isl/isl_stream.c
  807 	if (s->yaml_size < s->yaml_depth + 1) {
  807 	if (s->yaml_size < s->yaml_depth + 1) {
  811 		state = isl_realloc_array(s->ctx, s->yaml_state,
  811 		state = isl_realloc_array(s->ctx, s->yaml_state,
  812 					enum isl_yaml_state, s->yaml_depth + 1);
  815 		s->yaml_state = state;
  817 		indent = isl_realloc_array(s->ctx, s->yaml_indent,
  817 		indent = isl_realloc_array(s->ctx, s->yaml_indent,
  818 					int, s->yaml_depth + 1);
  821 		s->yaml_indent = indent;
  823 		s->yaml_size = s->yaml_depth + 1;
  823 		s->yaml_size = s->yaml_depth + 1;
  826 	s->yaml_state[s->yaml_depth] = state;
  826 	s->yaml_state[s->yaml_depth] = state;
  827 	s->yaml_depth++;