Home
last modified time | relevance | path

Searched refs:assert_handler (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/string_theory/string_theory-3.4/include/
H A Dst_assert.h59 inline void assert_handler(const char *filename, int line, const char *message) in assert_handler() function
69 _ST_PRIVATE::assert_handler(__FILE__, __LINE__, message); \
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/common/
H A Dduneassert.hh79 AssertHandler assert_handler = default_assert_handler; variable
95 #define dune_assert_(x,p) ((void)(!(x) && assert_handler(#x, __FILE__, __LINE__) && (ASSERT_HALT(p)…
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dallegro.c214 static int (*assert_handler)(AL_CONST char *msg) = NULL; variable
587 if (assert_handler) { in al_assert()
588 if (assert_handler(buf)) in al_assert()
677 assert_handler = handler; in register_assert_handler()
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/detail/
H A Dassert.hpp16 struct assert_handler : debug_assert::set_level<TYPE_SAFE_ENABLE_ASSERTIONS>, struct
H A Dvariant_impl.hpp139 DEBUG_ASSERT(a.type() == id, detail::assert_handler{}); in operator ()()
/dports/devel/boost-docs/boost_1_72_0/libs/stacktrace/doc/
H A Dstacktrace.qbk23 [import ../example/assert_handler.cpp]
127 …d_msg(char const*, char const*, char const*, char const*, long) at ../example/assert_handler.cpp:39
129 2# bar(int) at ../example/assert_handler.cpp:17
130 3# foo(int) at ../example/assert_handler.cpp:25
131 4# bar(int) at ../example/assert_handler.cpp:17
132 5# foo(int) at ../example/assert_handler.cpp:25
133 6# main at ../example/assert_handler.cpp:54
/dports/devel/boost-python-libs/boost_1_72_0/libs/stacktrace/doc/
H A Dstacktrace.qbk23 [import ../example/assert_handler.cpp]
127 …d_msg(char const*, char const*, char const*, char const*, long) at ../example/assert_handler.cpp:39
129 2# bar(int) at ../example/assert_handler.cpp:17
130 3# foo(int) at ../example/assert_handler.cpp:25
131 4# bar(int) at ../example/assert_handler.cpp:17
132 5# foo(int) at ../example/assert_handler.cpp:25
133 6# main at ../example/assert_handler.cpp:54
/dports/devel/boost-libs/boost_1_72_0/libs/stacktrace/doc/
H A Dstacktrace.qbk23 [import ../example/assert_handler.cpp]
127 …d_msg(char const*, char const*, char const*, char const*, long) at ../example/assert_handler.cpp:39
129 2# bar(int) at ../example/assert_handler.cpp:17
130 3# foo(int) at ../example/assert_handler.cpp:25
131 4# bar(int) at ../example/assert_handler.cpp:17
132 5# foo(int) at ../example/assert_handler.cpp:25
133 6# main at ../example/assert_handler.cpp:54
/dports/devel/hyperscan/boost_1_75_0/libs/stacktrace/doc/
H A Dstacktrace.qbk23 [import ../example/assert_handler.cpp]
127 …d_msg(char const*, char const*, char const*, char const*, long) at ../example/assert_handler.cpp:39
129 2# bar(int) at ../example/assert_handler.cpp:17
130 3# foo(int) at ../example/assert_handler.cpp:25
131 4# bar(int) at ../example/assert_handler.cpp:17
132 5# foo(int) at ../example/assert_handler.cpp:25
133 6# main at ../example/assert_handler.cpp:54
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvcore/
H A DDebug.cpp479 void debug::setAssertHandler(AssertHandler * assert_handler) in setAssertHandler() argument
481 s_assert_handler = assert_handler; in setAssertHandler()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvcore/
H A DDebug.cpp504 void debug::setAssertHandler(AssertHandler * assert_handler) in setAssertHandler() argument
506 s_assert_handler = assert_handler; in setAssertHandler()
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvcore/
H A DDebug.cpp487 void debug::setAssertHandler(AssertHandler * assert_handler) in setAssertHandler() argument
489 s_assert_handler = assert_handler; in setAssertHandler()
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Doutput_parameter.hpp127 DEBUG_ASSERT(is_normal_ptr_, detail::assert_handler{}); in assign()
H A Dvisitor.hpp223 DEBUG_ASSERT(!variant.has_value(), assert_handler{}, in call_type()
240 DEBUG_ASSERT(!variant.has_value(), assert_handler{}, in call_type()
317 DEBUG_ASSERT(!variant.has_value(), assert_handler{}, in call_type()
H A Dvariant.hpp489 DEBUG_ASSERT(result.has_value(), detail::assert_handler{}); in map()
510 DEBUG_ASSERT(result.has_value(), detail::assert_handler{}); in map()
/dports/www/mythplugin-mythweb/mythweb-31.0/includes/
H A Derrors.php58 function assert_handler($file, $line, $code) { function
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c337 static assert_handler_tp *assert_handler = default_assert_handler; variable
343 assert_handler(#x, __FILE__, __LINE__); \
349 static assert_handler_tp *assert_handler = NULL; variable
359 assert_handler_tp *old = assert_handler; in dnmalloc_set_handler()
360 assert_handler = new; in dnmalloc_set_handler()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c337 static assert_handler_tp *assert_handler = default_assert_handler; variable
343 assert_handler(#x, __FILE__, __LINE__); \
349 static assert_handler_tp *assert_handler = NULL; variable
359 assert_handler_tp *old = assert_handler; in dnmalloc_set_handler()
360 assert_handler = new; in dnmalloc_set_handler()
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c337 static assert_handler_tp *assert_handler = default_assert_handler; variable
343 assert_handler(#x, __FILE__, __LINE__); \
349 static assert_handler_tp *assert_handler = NULL; variable
359 assert_handler_tp *old = assert_handler; in dnmalloc_set_handler()
360 assert_handler = new; in dnmalloc_set_handler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dlogging_unittest.cc1090 ScopedLogAssertHandler assert_handler(base::BindRepeating( in TEST_F() local
/dports/math/highs/HiGHS-cfe064e/external/
H A Ddoctest.h1573 typedef void (*assert_handler)(const AssertData&);
1599 void setAssertHandler(detail::assert_handler ah);
2943 assert_handler ah = nullptr;
3395 void Context::setAssertHandler(detail::assert_handler) {}
5913 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }
/dports/misc/box2d/box2d-2.4.1/unit-test/
H A Ddoctest.h1574 typedef void (*assert_handler)(const AssertData&);
1600 void setAssertHandler(detail::assert_handler ah);
2934 assert_handler ah = nullptr;
3386 void Context::setAssertHandler(detail::assert_handler) {}
5664 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }
/dports/cad/opentimer/OpenTimer-18d28ff/unittest/
H A Ddoctest.h1574 typedef void (*assert_handler)(const AssertData&);
1600 void setAssertHandler(detail::assert_handler ah);
2923 assert_handler ah = nullptr;
3370 void Context::setAssertHandler(detail::assert_handler) {}
5650 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }
/dports/audio/giada/giada-0.17.1/src/deps/json/test/thirdparty/doctest/
H A Ddoctest.h1574 typedef void (*assert_handler)(const AssertData&);
1600 void setAssertHandler(detail::assert_handler ah);
2934 assert_handler ah = nullptr;
3386 void Context::setAssertHandler(detail::assert_handler) {}
5664 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/external/robin-hood-hashing/src/test/thirdparty/doctest/
H A Ddoctest.h1573 typedef void (*assert_handler)(const AssertData&);
1599 void setAssertHandler(detail::assert_handler ah);
2943 assert_handler ah = nullptr;
3395 void Context::setAssertHandler(detail::assert_handler) {}
5913 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }

12