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

References

tools/polly/lib/External/ppcg/gpu.c
 5731 	gen.types.name = NULL;
 5747 		free(gen.types.name[i]);
 5748 	free(gen.types.name);
tools/polly/lib/External/ppcg/gpu_print.c
  267 		if (!strcmp(types->name[i], type->name))
  290 	name = isl_realloc_array(ctx, types->name, char *, types->n + n);
  293 	types->name = name;
  306 		types->name[types->n++] = strdup(type->name);