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

References

tools/polly/lib/External/isl/isl_ctx.c
   45 	if (!ctx)
   47 	if (ctx->abort) {
   48 		isl_ctx_set_error(ctx, isl_error_abort);
   51 	if (ctx->max_operations && ctx->operations >= ctx->max_operations)
   51 	if (ctx->max_operations && ctx->operations >= ctx->max_operations)
   51 	if (ctx->max_operations && ctx->operations >= ctx->max_operations)
   52 		isl_die(ctx, isl_error_quota,
   54 	ctx->operations++;