Lines Matching full:repr
372 print "nextRealToken: \\ found, next token is '%s'" % repr(self.peekChar())
459 print "getTokens: %s" % repr(tok)
738 result += "%s%s" % (comma, repr(param))
761 return "(?: %s %s %s)" % (repr(self.cond),repr(self.iftrue),repr(self.iffalse))
772 return "(%s %s)" % (self.op, repr(self.arg))
805 return "(%s %s %s)" % (self.op, repr(self.arg1), repr(self.arg2))
981 print "CppExpr: trying to parse %s" % repr(tokens)
984 print "CppExpr: got " + repr(expr)
1203 print "CppExpr: trying to parse sub-expression %s" % repr(self.tok[i+1:i2])
1283 line += " ?%s)" % repr(e[1])
1441 #print repr(e.expr)
1442 s1 = repr(e)
1453 s1 = repr(e)
1591 #print "iii " + repr(self.tokens)
1617 result += repr(self.expr)
1620 result += repr(tok)
1624 result += repr(tok)
1668 return repr(self.blocks)
1738 #print "$$$ parsing %s" % repr(src)
1833 #print "### intermediate from '%s': '%s'" % (tok.value, repr(b.tokens[first:i]))
1854 #print "### final '%s'" % repr(b.tokens[first:i])
1983 % (str(blocks), repr(expected))
2151 #print repr(list)