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

References

tools/polly/lib/External/isl/isl_convex_hull.c
  134 		if (res == isl_lp_unbounded)
  389 	isl_assert(ctx, res == isl_lp_ok || res == isl_lp_unbounded, 
 2097 			res = isl_lp_unbounded;
 2103 	       res == isl_lp_unbounded ? 0 : -1;
tools/polly/lib/External/isl/isl_ilp.c
  235 	if (res == isl_lp_unbounded) {
  237 		return isl_lp_unbounded;
  452 	if (res == isl_lp_error || res == isl_lp_unbounded)
  462 		if (res == isl_lp_error || res == isl_lp_unbounded) {
tools/polly/lib/External/isl/isl_lp.c
  132 	if (res == isl_lp_error || res == isl_lp_unbounded)
  147 		if (res_i == isl_lp_error || res_i == isl_lp_unbounded) {
tools/polly/lib/External/isl/isl_map.c
 9249 		  res == isl_lp_unbounded)
tools/polly/lib/External/isl/isl_polynomial.c
 4448 		if (lp_res == isl_lp_unbounded || lp_res == isl_lp_empty)
 4456 		if (lp_res == isl_lp_unbounded || lp_res == isl_lp_empty)
tools/polly/lib/External/isl/isl_scan.c
  154 			if (res == isl_lp_error || res == isl_lp_unbounded)
  165 			if (res == isl_lp_error || res == isl_lp_unbounded)
tools/polly/lib/External/isl/isl_tab.c
 3261 			res = isl_lp_unbounded;