Searched refs:NoMatchPedantic (Results 1 – 6 of 6) sorted by relevance
241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enumerator
264 NoMatchPedantic, enumerator
419 return NoMatchPedantic; in matchesType()
468 return NoMatchPedantic; in matchesType()
8620 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()8684 Match = ArgType::NoMatchPedantic; in checkFormatExpr()8707 case ArgType::NoMatchPedantic: in checkFormatExpr()8773 unsigned Diag = Match == ArgType::NoMatchPedantic in checkFormatExpr()8803 case ArgType::NoMatchPedantic: in checkFormatExpr()8994 bool Pedantic = Match == analyze_format_string::ArgType::NoMatchPedantic; in HandleScanfSpecifier()
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()