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

References

tools/polly/lib/External/ppcg/gpu_print.c
  290 	name = isl_realloc_array(ctx, types->name, char *, types->n + n);
  290 	name = isl_realloc_array(ctx, types->name, char *, types->n + n);
  293 	types->name = name;
  298 		if (already_printed(types, type))
  306 		types->name[types->n++] = strdup(type->name);
  306 		types->name[types->n++] = strdup(type->name);