Searched refs:CheckFailure (Results 1 – 2 of 2) sorted by relevance
172 ReportErrors(ReportErrors), CheckFailure() { in HexagonShuffler()179 CheckFailure = false; in reset()262 if (!CheckFailure) in applySlotRestrictions()264 if (!CheckFailure) in applySlotRestrictions()266 if (!CheckFailure) in applySlotRestrictions()268 return !CheckFailure; in applySlotRestrictions()624 return !CheckFailure; in check()733 CheckFailure = true; in reportError()
169 bool CheckFailure; variable