Lines Matching refs:tail

581                 args = args.tail;
631 for (List<Type> l = types; l.nonEmpty(); l = l.tail) {
633 tl = tl.tail;
786 args = args.tail;
787 forms = forms.tail;
797 args = args.tail;
798 tvars_cap = tvars_cap.tail;
811 args = args.tail;
812 bounds = bounds.tail;
825 bounds = bounds.tail;
826 args = args.tail;
1044 for (List<? extends JCTree> l = trees; l.nonEmpty(); l = l.tail)
1076 forms = forms.tail;
1090 args = args.tail;
1091 forms = forms.tail;
1160 for (List<? extends JCTree> l = trees; l.nonEmpty(); l = l.tail)
1187 for (List<Type> l = ts; l.nonEmpty(); l = l.tail)
1196 for (List<Type> l = ts; l.nonEmpty(); l = l.tail)
1214 List<Type> ts1 = excl(t, ts.tail);
1216 else if (ts1 == ts.tail) return ts;
1225 for (List<Type> l = ts2; l.nonEmpty(); l = l.tail)
1234 for (List<Type> l = ts2; l.nonEmpty(); l = l.tail)
1243 for (List<Type> l = ts1; l.nonEmpty(); l = l.tail)
1245 for (List<Type> l = ts2; l.nonEmpty(); l = l.tail)
1291 for (List<Type> l = thrown; l.nonEmpty(); l = l.tail)
1823 l = l.tail) {
1931 seenClasses = seenClasses.tail;
1989 for (List<Type> l=clazz.interfaces_field; l.nonEmpty(); l=l.tail)
2012 for (List<Type> l=types.interfaces(c.type); l.nonEmpty(); l=l.tail)
2034 for (List<Type> l = types.closure(ic.type); l.nonEmpty(); l = l.tail) {
2070 for (List<Type> l = supertypes; l.nonEmpty(); l = l.tail) {
2074 for (List<Type> m = supertypes; m != l; m = m.tail)
2212 for (List<Type> l = types.interfaces(type); l.nonEmpty(); l = l.tail) {
2436 a.args.tail == null)
2559 for (List<JCTree> l = tree.defs; l.nonEmpty(); l = l.tail) {