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

  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 108 void setMaxWarnNum(int16_t pNum) { m_MaxWarnNum = pNum; }
110 int16_t maxWarnNum() const { return m_MaxWarnNum; }
343 uint16_t m_MaxWarnNum; // --warning-limit=N
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 22 m_MaxWarnNum(-1),

Completed in 76 milliseconds