Lines Matching +full:pre +full:- +full:its
11 <br> $Id: assert.html,v 1.6 2001-08-27 21:47:03 ca Exp $
21 <pre>
49 cc -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1 ...
50 </pre>
121 that it is required to satisfy by its contract with the caller.
134 <blockquote><pre>
136 </pre></blockquote>
162 -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1
174 with its own local variables.
213 <blockquote><pre>
235 </pre></blockquote>
242 <blockquote><pre>
249 </pre></blockquote>
265 First of all, to facilitate post-mortem analysis, we want to dump core
281 both the function containing the assertion and its callers to see
311 and perform their thread-specific cleanup actions before terminating?
314 and releases its locks. So, we raise an exception and unwind the stack,
348 "ensure" assertion types. In short, we are conforming to a de-facto