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.cpp1216 virtual void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler,
1287 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0911::IncrementGadget
1290 Handler.handleUnsafeOperation(Op, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
1335 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0911::DecrementGadget
1338 Handler.handleUnsafeOperation(Op, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
1388 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0911::ArraySubscriptGadget
1391 Handler.handleUnsafeOperation(ASE, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
1456 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0911::PointerArithmeticGadget
1459 Handler.handleUnsafeOperation(PA, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
1516 void handleUnsafeOperation(UnsafeBufferUsageHandler &Handler, in handleUnsafeOperation() function in __anon8edba8be0911::SpanTwoParamConstructorGadget
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h108 virtual void handleUnsafeOperation(const Stmt *Operation,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2433 void handleUnsafeOperation(const Stmt *Operation, bool IsRelatedToDecl, in handleUnsafeOperation() function in __anon9476153b1311::UnsafeBufferUsageReporter