Searched refs:maxArgs (Results 1 – 3 of 3) sorted by relevance
59 int maxArgs; field in RegexManager.Function66 Function(int maxArgs) { in Function() argument67 this.maxArgs = maxArgs; in Function()78 if (maxArgs > -1 && args.length > maxArgs) { in process()80 + maxArgs + " but got (" + arg + ")"); in process()
147 const maxArgs = 9 // executor does not support more161 if len(n.Args) > maxArgs {163 name, len(n.Args), maxArgs)
1924 const size_t maxArgs = imageType.getSampler().isMultiSample() ? 5 : 4; in builtInOpCheck() local1925 if (argp->size() > maxArgs) { in builtInOpCheck()