Lines Matching defs:user

529  * - the infos structure gives the user all options on code printing and more.
556 * - the infos structure gives the user all options on code printing and more.
580 * - the infos structure gives the user all options on code printing and more.
621 * - names structure gives the user some options about code printing,
799 static int count_bounds(CloogConstraint *c, void *user)
801 struct clast_minmax_data *d = (struct clast_minmax_data *) user;
860 static int collect_bounds(CloogConstraint *c, void *user)
862 struct clast_minmax_data *d = (struct clast_minmax_data *) user;
906 * - the infos structure gives the user some options about code printing,
1008 static int guard_count_bounds(CloogConstraint *c, void *user)
1010 struct clast_guard_data *d = (struct clast_guard_data *) user;
1028 static int insert_guard_constraint(CloogConstraint *j, void *user)
1031 struct clast_guard_data *d = (struct clast_guard_data *) user;
1110 * - the infos structure gives the user some options about code printing,
1303 static int insert_modulo_guard_constraint(CloogConstraint *c, void *user)
1305 struct clast_modulo_guard_data *d = (struct clast_modulo_guard_data *) user;
1413 * - the infos structure gives the user some options about code printing,
1468 * a loop with a single iteration, but the user wants us to generate
1507 * - the infos structure gives the user some options about code printing,
1663 * - the infos structure gives the user some options about code printing,
1711 * - the infos structure gives the user some options about code printing,
1759 * - the infos structure gives the user some options about code printing,
2045 // printf("user stmt: S%d\n", user_stmt->statement->number);