Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h235 void setWarnMismatch(bool pEnable = true) { m_bWarnMismatch = pEnable; }
237 bool warnMismatch() const { return m_bWarnMismatch; } in warnMismatch()
379 bool m_bWarnMismatch : 1; // --no-warn-mismatch variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp57 m_bWarnMismatch(true), in GeneralOptions()