Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h172 ignoreUnsafeBufferInLibcCall(const SourceLocation &Loc) const = 0;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp291 return Handler->ignoreUnsafeBufferInLibcCall(Node.getBeginLoc()); in ignoreUnsafeLibcCall()
2570 bool ignoreUnsafeBufferInLibcCall(const SourceLocation &) const override { in findUnsafePointers() function in clang::findUnsafePointers::MockReporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2606 bool ignoreUnsafeBufferInLibcCall(const SourceLocation &Loc) const override { in ignoreUnsafeBufferInLibcCall() function in __anon9476153b1311::UnsafeBufferUsageReporter