Searched refs:FD_Unformatted (Results 1 – 2 of 2) sorted by relevance
106 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator275 FormatDecision Decision = FD_Unformatted;
720 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()722 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()