Lines Matching full:assertion
31 Specifying an assertion level of 1 causes the compiler to issue warnings that
33 issued since assertion code is not normally present in a final product.
34 Specifying assertion level 2 suppresses these warnings.
39 The policy for what to do when encountering a failed assertion is controlled
42 the thread that failed the assertion was running in user mode, and a kernel
51 to provide context to the assertion. In addition, the kernel will print
53 file and line number where the assertion can be found.
66 ASSERTION FAIL [foo == 0xF0CACC1A] @ ZEPHYR_BASE/tests/kernel/fatal/src/main.c:367
115 The ``__ASSERT_NO_MSG()`` macro can be used to perform an assertion that
123 Zephyr provides two macros for performing build-time assertion checks.
148 include/toolchain/gcc.h:28:37: error: static assertion failed: "Invalid value of FOO"