Home | History | Annotate | Download | only in dist

Lines Matching defs:single

23  * Each UNION has its own groups, so there can only ever be a single
108 * Each entry in such a group is a single expression.
174 /* Return a group equal to "group", but with a single reference.
175 * Since all groups have only a single reference, simply return "group".
473 /* Set "single" to true if this group of expressions
479 isl_bool *single = user;
483 *single = isl_bool_ok(group->part_table.n == 1);
487 /* Can this union expression be converted to a single base expression?
490 * is only a single expression associated to that domain?
494 isl_bool single;
501 &FN(UNION,group_single_space), &single) < 0)
503 return single;
507 * on a union expression with a single base expression.
526 /* Convert the union expression to its single base expression.