Home
last modified time | relevance | path

Searched refs:NoMatchPedantic (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enumerator
/external/clang/lib/Analysis/
DFormatString.cpp419 return NoMatchPedantic; in matchesType()
/external/clang/lib/Sema/
DSemaChecking.cpp5228 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()