OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_MaxErrorNum
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
104
void setMaxErrorNum(int16_t pNum) {
m_MaxErrorNum
= pNum; }
106
int16_t maxErrorNum() const { return
m_MaxErrorNum
; }
342
uint16_t
m_MaxErrorNum
; // --error-limit=N
/frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp
21
m_MaxErrorNum
(-1),
Completed in 3325 milliseconds