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

References

tools/polly/lib/External/isl/isl_map.c
12324 	if (!space)
12327 	if (pos1 >= isl_space_dim(space, type1))
12328 		isl_die(isl_space_get_ctx(space), isl_error_invalid,
12330 	if (pos2 >= isl_space_dim(space, type2))
12331 		isl_die(isl_space_get_ctx(space), isl_error_invalid,
12335 		return isl_basic_map_universe(space);
12337 	bmap = isl_basic_map_alloc_space(isl_space_copy(space), 0, 1, 0);
12347 	isl_space_free(space);
12350 	isl_space_free(space);