Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h28 GoodBit = 0, // no error enumerator
80 void cleanState(IOState pState = GoodBit);
/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp33 m_State(GoodBit), in FileHandle()
114 m_State = (GoodBit | DeputedBit); in delegate()