Searched refs:NoMatchPedantic (Results 1 – 3 of 3) sorted by relevance
241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enumerator
419 return NoMatchPedantic; in matchesType()
5228 if (match == analyze_format_string::ArgType::NoMatchPedantic) { in checkFormatExpr()5313 if (match == analyze_printf::ArgType::NoMatchPedantic) { in checkFormatExpr()5512 if (match == analyze_format_string::ArgType::NoMatchPedantic) { in HandleScanfSpecifier()