Searched refs:CheckFailure (Results 1 – 2 of 2) sorted by relevance
171 ReportErrors(ReportErrors), CheckFailure() { in HexagonShuffler() 178 CheckFailure = false; in reset() 261 if (!CheckFailure) in applySlotRestrictions() 263 if (!CheckFailure) in applySlotRestrictions() 265 if (!CheckFailure) in applySlotRestrictions() 267 return !CheckFailure; in applySlotRestrictions() 623 return !CheckFailure; in check() 732 CheckFailure = true; in reportError()
168 bool CheckFailure; variable