Lines Matching refs:Max
93 unsigned Min, unsigned Max) in StandardDirective() argument
95 MatchAnyLine, Text, Min, Max) {} in StandardDirective()
110 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective() argument
112 MatchAnyLine, Text, Min, Max), in RegexDirective()
291 unsigned Min = 1, Max = 1; member
303 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective()
591 D.Max = Directive::MaxCount; in ParseDirective()
595 if (!PH.Next(D.Max) || D.Max < D.Min) { in ParseDirective()
602 D.Max = D.Min; in ParseDirective()
606 D.Max = Directive::MaxCount; in ParseDirective()
961 for (unsigned i = 0; i < D.Max; ++i) { in CheckLists()
1150 unsigned Min, unsigned Max) { in create() argument
1154 MatchAnyLine, Text, Min, Max); in create()
1180 Text, Min, Max, RegexStr); in create()