Searched refs:WasSweptConservatively (Results 1 – 1 of 1) sorted by relevance
714 bool WasSweptConservatively() { return IsFlagSet(WAS_SWEPT_CONSERVATIVELY); } in WasSweptConservatively() function715 bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); } in WasSwept()