HomeSort by: relevance | last modified time | path
    Searched refs:on_error (Results 1 - 13 of 13) sorted by relevancy

  /src/external/mit/isl/dist/
check_parse_fail_test_templ.c 26 int on_error; local
28 on_error = isl_options_get_on_error(ctx);
39 isl_options_set_on_error(ctx, on_error);
isl_options_private.h 22 unsigned on_error; member in struct:isl_options
isl_options.c 45 static struct isl_arg_choice on_error[] = { variable in typeref:struct:isl_arg_choice
124 ISL_ARG_CHOICE(struct isl_options, on_error, 0, "on-error", on_error,
235 on_error)
237 on_error)
isl_ctx.c 138 switch (ctx->opt->on_error) {
isl_stream.c 151 if (s->ctx->opt->on_error == ISL_ON_ERROR_CONTINUE)
184 if (s->ctx->opt->on_error == ISL_ON_ERROR_ABORT)
isl_test.c 1847 int on_error; local
1849 on_error = isl_options_get_on_error(ctx);
1864 isl_options_set_on_error(ctx, on_error);
5831 int on_error; local
5833 on_error = isl_options_get_on_error(ctx);
5846 isl_options_set_on_error(ctx, on_error);
  /src/external/mit/isl/dist/include/isl/
cpp.h 105 static constexpr auto on_error = ISL_ON_ERROR_CONTINUE; member in class:isl::exception
229 static constexpr auto on_error = ISL_ON_ERROR_ABORT; member in class:isl::exception
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);
4584 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error);
4603 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error);
4612 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error);
4656 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error);
4717 options_scoped_set_on_error saved_on_error(saved_ctx, exception::on_error);
    [all...]
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 654 goto on_error;
660 goto on_error;
662 goto on_error;
665 on_error:
  /src/external/bsd/byacc/dist/
main.c 579 on_error();
653 on_error();
error.c 19 on_error(void) function
reader.c 324 on_error();
347 on_error();
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 823 stmtblock_t on_error; local
848 gfc_start_block (&on_error);
853 gfc_add_expr_to_block (&on_error, tmp);
860 gfc_add_expr_to_block (&on_error, tmp);
868 gfc_finish_block (&on_error),
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 786 stmtblock_t on_error; local
806 gfc_start_block (&on_error);
811 gfc_add_expr_to_block (&on_error, tmp);
818 gfc_add_expr_to_block (&on_error, tmp);
826 gfc_finish_block (&on_error),

Completed in 43 milliseconds