Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7224 handleFormatSignedness(analyze_format_string::ArgType::MatchKind Match, in handleFormatSignedness() function
7292 Match = handleFormatSignedness(Match, S.getDiagnostics(), E->getExprLoc()); in checkFormatExpr()
7322 ImplicitMatch = handleFormatSignedness( in checkFormatExpr()
7482 IntendedMatch = handleFormatSignedness(IntendedMatch, S.getDiagnostics(), in checkFormatExpr()
7770 Match = handleFormatSignedness(Match, S.getDiagnostics(), Ex->getExprLoc()); in HandleScanfSpecifier()