Home | History | Annotate | Download | only in handler

Lines Matching refs:assertion

104   // exception record, if any; assertion points to assertion information,
112 MDRawAssertionInfo* assertion);
120 // assertion points to information about an assertion if the handler was
121 // invoked by an assertion.
142 MDRawAssertionInfo* assertion,
322 // the CRT may display an assertion dialog before calling this function,
323 // and the function will not be called unless the assertion dialog is
342 // is NULL. If the dump is requested as a result of an assertion
344 // assertion contains data about the assertion, otherwise, it is NULL.
346 MDRawAssertionInfo* assertion);
356 MDRawAssertionInfo* assertion);
375 MDRawAssertionInfo* assertion,
471 // If the handler is invoked due to an assertion, this will contain a
472 // pointer to the assertion information. It is NULL at other times.