Home
last modified time | relevance | path

Searched refs:handleUnsafeLibcCall (Results 1 – 3 of 3) 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/Analysis/
H A DUnsafeBufferUsage.cpp1974 Handler.handleUnsafeLibcCall(Call, WarnedFunKind, Ctx, UnsafeArg); in handleUnsafeOperation()
2556 void handleUnsafeLibcCall(const CallExpr *, unsigned, ASTContext &, in findUnsafePointers() function in clang::findUnsafePointers::MockReporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2529 void handleUnsafeLibcCall(const CallExpr *Call, unsigned PrintfInfo, in handleUnsafeLibcCall() function in __anon9476153b1311::UnsafeBufferUsageReporter