Lines Matching refs:CountErrors

587     static std::atomic<int> CountErrors{0};  in Zerofilling()  local
600 CountErrors++; in Zerofilling()
606 if (CountErrors) REPORT("%s\n",strError); in Zerofilling()
608 if (CountErrors) error_occurred = true; in Zerofilling()
640 static std::atomic<int> CountErrors{0}; in NULLReturn() local
704 CountErrors++; in NULLReturn()
717 CountErrors++; in NULLReturn()
725 if (CountErrors) REPORT("%s\n",strError); in NULLReturn()
727 if (CountErrors) error_occurred = true; in NULLReturn()
742 CountErrors++; in NULLReturn()
755 CountErrors++; in NULLReturn()
762 if (CountErrors) REPORT("%s\n",strError); in NULLReturn()
764 if (CountErrors) error_occurred = true; in NULLReturn()
780 CountErrors++; in NULLReturn()
791 CountErrors++; in NULLReturn()
796 CountErrors++; in NULLReturn()
802 if (CountErrors) REPORT("%s\n",strError); in NULLReturn()
804 if (CountErrors) error_occurred = true; in NULLReturn()
819 static std::atomic<int> CountErrors{0}; in UniquePointer() local
839 CountErrors++; in UniquePointer()
845 if (CountErrors) REPORT("%s\n",strError); in UniquePointer()
847 if (CountErrors) error_occurred = true; in UniquePointer()
862 CountErrors++; in UniquePointer()
868 if (CountErrors) REPORT("%s\n",strError); in UniquePointer()
870 if (CountErrors) error_occurred = true; in UniquePointer()
886 CountErrors++; in UniquePointer()
889 if (CountErrors) REPORT("%s\n",strError); in UniquePointer()
891 if (CountErrors) error_occurred = true; in UniquePointer()
912 static std::atomic<int> CountErrors{0}; in Free_NULL() local
920 CountErrors++; in Free_NULL()
924 if (CountErrors) REPORT("%s\n",strError); in Free_NULL()
926 if (CountErrors) error_occurred = true; in Free_NULL()