Lines Matching full:assertion
81 the assertion macros are defined to be no-ops.
96 that automatically generates a simple assertion message including file and line
98 .Ss Assertion Guidelines
102 The panic messages resulting from assertion failures should be useful without
104 should contain the relevant information needed to discern how the assertion was
112 Whenever possible, the value of a runtime variable checked by an assertion
123 Combined, this gives greater clarity into the exact cause of an assertion
144 This assertion provides the full flag set for the object, as well as the memory
151 The assertion
159 panic: Assertion td == curthread failed at foo.c:87
165 The assertion
173 The message doesn't indicate which part of the assertion was violated, nor
178 the assertion failed.