Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp519 virtual void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler,
581 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0511::IncrementGadget
584 Handler.handleUnsafeOperation(Op, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
621 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0511::DecrementGadget
624 Handler.handleUnsafeOperation(Op, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
667 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0511::ArraySubscriptGadget
670 Handler.handleUnsafeOperation(ASE, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
720 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0511::PointerArithmeticGadget
723 Handler.handleUnsafeOperation(PA, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
763 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0511::SpanTwoParamConstructorGadget
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h106 virtual void handleUnsafeOperation(const Stmt *Operation,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2229 void handleUnsafeOperation(const Stmt *Operation, bool IsRelatedToDecl, in handleUnsafeOperation() function in __anon9476153b1311::UnsafeBufferUsageReporter