HomeSort by: relevance | last modified time | path
    Searched defs:variable_new (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_input.c 97 static struct variable *variable_new(struct vars *v, const char *name, int len, function
129 v->v = variable_new(v, s, len, v->n);
139 v->v = variable_new(v, "", 0, v->n);
isl_input.c 97 static struct variable *variable_new(struct vars *v, const char *name, int len, function
129 v->v = variable_new(v, s, len, v->n);
139 v->v = variable_new(v, "", 0, v->n);
isl_input.c 97 static struct variable *variable_new(struct vars *v, const char *name, int len, function
129 v->v = variable_new(v, s, len, v->n);
139 v->v = variable_new(v, "", 0, v->n);

Completed in 90 milliseconds