Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h121 virtual void handleUnsafeLibcCall(const CallExpr *Call, unsigned PrintfInfo,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2529 void handleUnsafeLibcCall(const CallExpr *Call, unsigned PrintfInfo, in handleUnsafeLibcCall() argument
2535 if (PrintfInfo > 0) { in handleUnsafeLibcCall()
2539 << PrintfInfo << R; in handleUnsafeLibcCall()