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

  /toolchain/binutils/binutils-2.25/gold/
errors.h 101 { return this->warning_count_; }
130 int warning_count_; member in class:gold::Errors
errors.cc 43 error_count_(0), warning_count_(0), undefined_symbols_()
119 this->increment_counter(&this->warning_count_);
160 this->increment_counter(&this->warning_count_);
178 ++this->warning_count_;

Completed in 59 milliseconds