Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8185 handleFormatSignedness(analyze_format_string::ArgType::MatchKind Match, in handleFormatSignedness() function
8253 Match = handleFormatSignedness(Match, S.getDiagnostics(), E->getExprLoc()); in checkFormatExpr()
8283 ImplicitMatch = handleFormatSignedness( in checkFormatExpr()
8443 IntendedMatch = handleFormatSignedness(IntendedMatch, S.getDiagnostics(), in checkFormatExpr()
8731 Match = handleFormatSignedness(Match, S.getDiagnostics(), Ex->getExprLoc()); in HandleScanfSpecifier()