Lines Matching refs:ShouldReportError
209 bool ShouldReportError();
601 if (ShouldReportError()) REPORT("detect nonzero element at TestStruct\n"); in Zerofilling()
705 … if (ShouldReportError()) REPORT("nullptr returned, error: errno (%d) != ENOMEM\n", errno); in NULLReturn()
718 …if (ShouldReportError()) REPORT("error: errno changed to %d though valid pointer was returned\n", … in NULLReturn()
743 … if (ShouldReportError()) REPORT("nullptr returned, error: errno(%d) != ENOMEM\n", errno); in NULLReturn()
756 …if (ShouldReportError()) REPORT("error: errno changed to %d though valid pointer was returned\n", … in NULLReturn()
781 … if (ShouldReportError()) REPORT("valid pointer returned, error: errno not kept\n"); in NULLReturn()
792 … if (ShouldReportError()) REPORT("nullptr returned, error: errno(%d) != ENOMEM\n", errno); in NULLReturn()
797 if (ShouldReportError()) REPORT("nullptr returned, error: data changed\n"); in NULLReturn()
840 if (ShouldReportError()) in UniquePointer()
863 if (ShouldReportError()) in UniquePointer()
898 bool CMemTest::ShouldReportError() in ShouldReportError() function in CMemTest
921 … if (ShouldReportError()) REPORT("error is found by a call free with parameter nullptr\n"); in Free_NULL()