Home
last modified time | relevance | path

Searched refs:assertions (Results 1 – 2 of 2) sorted by relevance

/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_Report.c13 #define TAS (&test_report.assertions) /* Total assertions */
325 test_report.assertions.info.passed[TAS->passed].module = fn;
326 test_report.assertions.info.passed[TAS->passed].line = ln;
331 test_report.assertions.info.failed[TAS->failed].module = fn;
332 test_report.assertions.info.failed[TAS->failed].line = ln;
337 test_report.assertions.info.warnings[TAS->warnings].module = fn;
338 test_report.assertions.info.warnings[TAS->warnings].line = ln;
/cmsis_6-latest/CMSIS/CoreValidation/Include/
DCV_Report.h67 AS_STAT assertions; /* Total assertions statistics */ member