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

  /toolchain/binutils/binutils-2.25/gold/
errors.h 96 { return this->error_count_; }
128 int error_count_; member in class:gold::Errors
errors.cc 43 error_count_(0), warning_count_(0), undefined_symbols_()
107 this->increment_counter(&this->error_count_);
144 this->increment_counter(&this->error_count_);
183 ++this->error_count_;

Completed in 75 milliseconds