HomeSort by relevance Sort by last modified time
    Searched refs:current_fail_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
test.cc 44 this->current_fail_ = false;
49 if ((*pfn)(&tr) && !this->current_fail_)
70 this->current_fail_ = true;
79 this->current_fail_ = true;
test.h 37 : testname_(NULL), current_fail_(0), passes_(0), failures_(0)
73 bool current_fail_; member in class:gold_testsuite::Test_framework

Completed in 76 milliseconds