Lines Matching full:warn
20 WARN = logger.warning variable
264 self.warn("type check macro not parsed completely: %s", self.name)
268 self.warn("typedef used by %s not found", self.name)
294 self.warn("macro %s identifiers (%s) don't match macro %s (%s)",
343 self.warn("couldn't extract type information from macro %s", self.name)
353 … self.warn("macro %s is using macro %s instead of %s", self.name, self.checker, checker)
371 self.warn("macro %s doesn't follow the expected name pattern", self.name)
374 self.warn("macro %s: couldn't extract type name", self.name)
380 # self.warn("inconsistent identifiers: %s", i)
385 self.warn("duplicate names used by macro: %r", ids)
426 self.warn(issue)
599 c.warn("%s mismatch (%s)", field, ' '.join(values))
626 c.warn("skipping due to conflicting %s macro", uppercase)
630 o.warn("conflicting %s macro is here", uppercase)
678 self.warn("typename unavailable")
823 u.warn("definition of %s %s not found in file", i.type, i.name)
828 ul.definitions[1].warn("%s defined twice", i.name)
829 ul.definitions[0].warn("previously defined here")
853 … definition.warn("definition of %s %s needs to be moved earlier in the file", i.type, i.name)
854 earliest.warn("definition of %s %s is used here", i.type, i.name)