Searched refs:NeedTailWarning (Results 1 – 1 of 1) sorted by relevance
187 || NeedTailWarning() in IsThereErrorOrWarning()194 bool AreThereWarnings() const { return WarningFlags != 0 || NeedTailWarning(); } in AreThereWarnings()196 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning() function201 if (NeedTailWarning() && (ErrorFlags & kpv_ErrorFlags_DataAfterEnd) == 0) in GetWarningFlags()