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

References

tools/polly/lib/External/isl/isl_input.c
   36 	struct variable		*next;
   42 	struct variable	*v;
   57 static void variable_free(struct variable *var)
   60 		struct variable *next = var->next;
   77 	struct variable *var;
   86 		struct variable *next = var->next;
   94 static struct variable *variable_new(struct vars *v, const char *name, int len,
   97 	struct variable *var;
  114 	struct variable *q;