Searched refs:ISL_ON_ERROR_ABORT (Results 1 – 10 of 10) sorted by relevance
31 #define ISL_ON_ERROR_ABORT 2 macro
233 static constexpr auto on_error = ISL_ON_ERROR_ABORT;
92 isl_options_set_on_error(ctx, ISL_ON_ERROR_ABORT); in main()
305 isl_options_set_on_error(ctx, ISL_ON_ERROR_ABORT); in main()
296 isl_options_set_on_error(ctx, ISL_ON_ERROR_ABORT); in main()
48 {"abort", ISL_ON_ERROR_ABORT},
144 case ISL_ON_ERROR_ABORT: in isl_handle_error()
209 static constexpr auto on_error = ISL_ON_ERROR_ABORT;
1724 isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT); in Scop()
945 C<ISL_ON_ERROR_WARN>, C<ISL_ON_ERROR_CONTINUE> and C<ISL_ON_ERROR_ABORT>. The