/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp.h | 105 static constexpr auto on_error = ISL_ON_ERROR_CONTINUE; variable 229 static constexpr auto on_error = ISL_ON_ERROR_ABORT; 256 options_scoped_set_on_error(class ctx ctx, int on_error) { in options_scoped_set_on_error() argument 259 isl_options_set_on_error(this->ctx, on_error); in options_scoped_set_on_error() 4584 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error); in manage_copy() 4603 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error); in aff() 4612 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error); in aff() 4656 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error); in add() 4717 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error); in add_constant() 4806 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error); in bind() [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | check_parse_fail_test_templ.c | 26 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 D | isl_options.c | 45 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 D | isl_options_private.h | 22 unsigned on_error; member
|
H A D | isl_ctx.c | 138 switch (ctx->opt->on_error) { in isl_handle_error()
|
H A D | isl_stream.c | 151 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 D | isl_test.c | 1847 int on_error; in test_gist_fail() local 1849 on_error = isl_options_get_on_error(ctx); in test_gist_fail() 1864 isl_options_set_on_error(ctx, on_error); in test_gist_fail() 5831 int on_error; in test_bin_upma_fail() local 5833 on_error = isl_options_get_on_error(ctx); in test_bin_upma_fail() 5846 isl_options_set_on_error(ctx, on_error); in test_bin_upma_fail()
|
/netbsd-src/external/mit/isl/dist/cpp/ |
H A D | cpp.h.top | 105 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);
|
/netbsd-src/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 655 goto on_error; in cp() 661 goto on_error; in cp() 663 goto on_error; in cp() 666 on_error: in cp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 786 stmtblock_t on_error; in gfc_allocate_using_malloc() local 806 gfc_start_block (&on_error); in gfc_allocate_using_malloc() 811 gfc_add_expr_to_block (&on_error, tmp); in gfc_allocate_using_malloc() 818 gfc_add_expr_to_block (&on_error, tmp); in gfc_allocate_using_malloc() 826 gfc_finish_block (&on_error), in gfc_allocate_using_malloc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 713 stmtblock_t on_error; in gfc_allocate_using_malloc() local 733 gfc_start_block (&on_error); in gfc_allocate_using_malloc() 738 gfc_add_expr_to_block (&on_error, tmp); in gfc_allocate_using_malloc() 745 gfc_add_expr_to_block (&on_error, tmp); in gfc_allocate_using_malloc() 753 gfc_finish_block (&on_error), in gfc_allocate_using_malloc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2018 | 8442 (selftest::ebcdic_execution_charset::on_error): ...this, renaming 8450 (selftest::lexer_test_options::on_error): ...this, renaming to...
|
H A D | ChangeLog-2017 | 41641 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
|