Lines Matching defs:warning
84 def warning(self,msg,*args,**kwargs):
85 self.f.write("WARNING: "+ (msg % args) + "\n")
601 self.log.warning("Token '%s' multiply defined", n)
694 self.log.warning("%s contains a literal backslash '\\'",f)
982 errorlog.warning("No t_error rule is defined")
988 errorlog.warning("No error rule is defined for exclusive state '%s'", s)
990 errorlog.warning("No ignore rule is defined for exclusive state '%s'", s)