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

Declarations

tools/polly/lib/External/isl/include/isl/options.h
   32 isl_stat isl_options_set_on_error(isl_ctx *ctx, int val);

References

tools/polly/include/polly/Support/GICHelper.h
  310     isl_options_set_on_error(IslCtx, ISL_ON_ERROR_CONTINUE);
  323     isl_options_set_on_error(IslCtx, OldOnError);
tools/polly/lib/Analysis/ScopInfo.cpp
 1706     isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT);
tools/polly/lib/External/isl/isl_test.c
 1622 	isl_options_set_on_error(ctx, ISL_ON_ERROR_CONTINUE);
 1636 	isl_options_set_on_error(ctx, on_error);
 5258 	isl_options_set_on_error(ctx, ISL_ON_ERROR_CONTINUE);
 5270 	isl_options_set_on_error(ctx, on_error);
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1590   isl_options_set_on_error(Ctx, ISL_ON_ERROR_CONTINUE);
 1597   isl_options_set_on_error(Ctx, OnErrorStatus);