Home
last modified time | relevance | path

Searched refs:PW_CRASH (Results 1 – 11 of 11) sorted by relevance

/external/pigweed/pw_assert/
Dassert_backend_compile_test_c.c70 PW_CRASH(FAIL_IF_HIDDEN); in AssertBackendCompileTestsInC()
71 PW_CRASH(FAIL_IF_HIDDEN_ARGS, z); in AssertBackendCompileTestsInC()
Dassert_backend_compile_test.cc71 PW_CRASH(FAIL_IF_HIDDEN); in TEST()
72 PW_CRASH(FAIL_IF_HIDDEN_ARGS, z); in TEST()
Dassert_facade_test.cc51 PW_CRASH("Goodbye"); in TEST_F()
55 PW_CRASH("Goodbye cruel %s", "world"); in TEST_F()
Ddocs.rst23 - **PW_CRASH(format, ...)** - Trigger a crash with a message.
108 .. cpp:function:: PW_CRASH(format, ...)
115 PW_CRASH("Unexpected: frobnitz in state: %s", frobnitz_state);
117 Note: ``PW_CRASH`` is the equivalent of ``LOG_FATAL`` in other systems, where
121 use this macro (``PW_CRASH``).
489 The facade macros (``PW_CRASH`` and related) are expected to behave like they
/external/pigweed/pw_assert/public/pw_assert/
Dshort.h22 #define CRASH PW_CRASH
/external/pigweed/pw_hdlc/
Ddecoder.cc99 PW_CRASH("Bad decoder state"); in Process()
/external/pigweed/pw_thread_freertos/
Dthread.cc147 PW_CRASH( in Thread()
/external/pigweed/pw_assert/public/pw_assert/internal/
Dcheck_impl.h27 #define PW_CRASH PW_HANDLE_CRASH macro
/external/pigweed/pw_rpc/raw/public/pw_rpc/
Draw_test_method_context.h300 PW_CRASH("Unhandled PacketType"); in SendAndReleaseBuffer()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_test_method_context.h301 PW_CRASH("Unhandled PacketType"); in SendAndReleaseBuffer()
/external/pigweed/pw_rpc/
Dserver_test.cc54 PW_CRASH("Invalid method ID %u", static_cast<unsigned>(id)); in method()