Home | History | Annotate | Download | only in tools

Lines Matching refs:i2

1070                 e, i2 = c
1072 return (op, -val), i2
1188 i2 = i+1
1189 while i2 < self.n:
1190 t = self.tok[i2]
1197 i2 += 1
1203 print "CppExpr: trying to parse sub-expression %s" % repr(self.tok[i+1:i2])
1205 self.n = i2
1212 return e, i2+1
1238 e1, i2 = c
1239 i2 = self.skip_spaces(i2)
1240 if i2 >= self.n:
1243 t = self.tok[i2]
1245 c = self.is_binary(i2+1)