Home
last modified time | relevance | path

Searched refs:error_runtime (Results 1 – 14 of 14) sorted by relevance

/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/
H A Dplatform.h121 error_runtime = -3
153 #define POTASSCO_EXPECT(exp, ...) POTASSCO_CHECK(exp, Potassco::error_runtime, ## __VA_ARGS__)
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/
H A Dplatform.h121 error_runtime = -3
153 #define POTASSCO_EXPECT(exp, ...) POTASSCO_CHECK(exp, Potassco::error_runtime, ## __VA_ARGS__)
/dports/mail/libsieve/libsieve-2.3.1/src/sv_test/
H A Dexample.c63 int error_runtime; member
259 m->error_runtime = 1; in my_errexec()
604 exitcode |= my_context->error_runtime; in main()
/dports/security/modsecurity3/modsecurity-v3.0.5/src/operators/
H A Dvalidate_dtd.cc86 cvp->error = (xmlSchemaValidityErrorFunc)error_runtime; in evaluate()
H A Dvalidate_dtd.h53 static void error_runtime(void *ctx, const char *msg, ...) { in error_runtime() function
H A Dvalidate_schema.cc95 (xmlSchemaValidityErrorFunc)error_runtime, in evaluate()
H A Dvalidate_schema.h95 static void error_runtime(void *ctx, const char *msg, ...) {
/dports/math/clasp/clasp-3.3.5/libpotassco/tests/
H A Dtest_string_convert.cpp376 REQUIRE_THROWS_AS(fail(Potassco::error_runtime, 0, 0, "false", 0), std::runtime_error);
386 REQUIRE_THROWS_AS(POTASSCO_CHECK(false, Potassco::error_runtime), std::runtime_error);
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/tests/
H A Dtest_string_convert.cpp376 REQUIRE_THROWS_AS(fail(Potassco::error_runtime, 0, 0, "false", 0), std::runtime_error);
386 REQUIRE_THROWS_AS(POTASSCO_CHECK(false, Potassco::error_runtime), std::runtime_error);
/dports/mail/dbmail/dbmail-3.2.5/src/modules/
H A Dsortsieve.c48 int error_runtime; member
484 m->result->error_runtime = 1; in sort_errexec()
/dports/math/gap/gap-4.11.0/pkg/SCSCP-2.3.1/lib/
H A Dopenmath.gd233 ## example, <C>error_memory</C>, <C>error_runtime</C> or
H A Dopenmath.g730 ## "error_memory", "error_runtime", "error_system_specific" as defined
/dports/math/clasp/clasp-3.3.5/libpotassco/src/
H A Dstring_convert.cpp467 case error_runtime: throw std::runtime_error(msg); in fail()
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/src/
H A Dstring_convert.cpp467 case error_runtime: throw std::runtime_error(msg); in fail()