Home
last modified time | relevance | path

Searched refs:on_error (Results 1 – 8 of 8) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Dcheck_parse_fail_test_templ.c26 int on_error; in FN() local
28 on_error = isl_options_get_on_error(ctx); in FN()
39 isl_options_set_on_error(ctx, on_error); in FN()
H A Disl_options.c45 static struct isl_arg_choice on_error[] = { variable
124 ISL_ARG_CHOICE(struct isl_options, on_error, 0, "on-error", on_error,
235 on_error)
237 on_error)
H A Disl_options_private.h22 unsigned on_error; member
H A Disl_ctx.c138 switch (ctx->opt->on_error) { in isl_handle_error()
H A Disl_stream.c151 if (s->ctx->opt->on_error == ISL_ON_ERROR_CONTINUE) in isl_stream_error()
184 if (s->ctx->opt->on_error == ISL_ON_ERROR_ABORT) in isl_stream_error()
H A Disl_test.c1846 int on_error; in test_gist_fail() local
1848 on_error = isl_options_get_on_error(ctx); in test_gist_fail()
1863 isl_options_set_on_error(ctx, on_error); in test_gist_fail()
5830 int on_error; in test_bin_upma_fail() local
5832 on_error = isl_options_get_on_error(ctx); in test_bin_upma_fail()
5845 isl_options_set_on_error(ctx, on_error); in test_bin_upma_fail()
/llvm-project/polly/lib/External/isl/cpp/
H A Dcpp.h.top105 static constexpr auto on_error = ISL_ON_ERROR_CONTINUE;
229 static constexpr auto on_error = ISL_ON_ERROR_ABORT;
249 /* Helper class for setting the on_error and resetting the option
256 options_scoped_set_on_error(class ctx ctx, int on_error) {
259 isl_options_set_on_error(this->ctx, on_error);
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp308 auto on_error = llvm::make_scope_exit( in DoExecute() local
430 on_error.release(); in DoExecute()
442 on_error.release(); in DoExecute()