Home
last modified time | relevance | path

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

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