OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 618 milliseconds