Searched refs:IteratorModeling (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 86 class IteratorModeling class 138 {{{"std", "prev"}, 2}, &IteratorModeling::handlePrev}, 144 {{{"std", "next"}, 2}, &IteratorModeling::handleNext}, 148 IteratorModeling() = default; 171 void IteratorModeling::checkPostCall(const CallEvent &Call, in checkPostCall() 250 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, in checkPostStmt() 262 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, in checkPostStmt() 323 void IteratorModeling::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols() 351 IteratorModeling::handleOverloadedOperator(CheckerContext &C, in handleOverloadedOperator() 507 void IteratorModeling::processComparison(CheckerContext &C, in processComparison() [all …]
|
| H A D | CMakeLists.txt | 57 IteratorModeling.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 65 "IteratorModeling.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 762 def IteratorModeling : Checker<"IteratorModeling">, 783 Dependencies<[IteratorModeling]>, 788 Dependencies<[IteratorModeling]>, 794 Dependencies<[IteratorModeling]>, 1611 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|