Lines Matching refs:Min
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()
586 if (PH.Next(D.Min)) { in ParseDirective()
595 if (!PH.Next(D.Max) || D.Max < D.Min) { in ParseDirective()
602 D.Max = D.Min; in ParseDirective()
980 if (i >= D.Min) break; in CheckLists()
1150 unsigned Min, unsigned Max) { in create() argument
1154 MatchAnyLine, Text, Min, Max); in create()
1180 Text, Min, Max, RegexStr); in create()