Searched defs:wrn (Results 1 – 6 of 6) sorted by relevance
102 def wrn(self, msg: str | list[str], silent: bool = False) -> None: member in StatusReporter139 def wrn(self, msg: str | list[str], silent: bool = False) -> None: member in LoggingStatusReporter
276 onWarning: function(wrn) { this.warnings.push(wrn) } argument
60 #define wrn if (global_debug >= 1) \ macro
461 for (const auto& wrn : fWarnings) show(wrn, " ?? "); in report() local
505 for (const auto& wrn : fWarnings) show(wrn, " ?? "); in init() local