Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h30 GoodBit = 0, // no error enumerator
86 void cleanState(IOState pState = GoodBit);
/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp32 m_State(GoodBit), in FileHandle()
117 m_State = (GoodBit | DeputedBit); in delegate()