Home
last modified time | relevance | path

Searched refs:errors_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dparameters.cc67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL), in Parameters()
77 gold_assert(this->errors_ == NULL); in set_errors()
78 this->errors_ = errors; in set_errors()
Dparameters.h75 { return this->errors_; } in errors()
191 Errors* errors_; variable