Searched refs:IteratorModeling (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 85 class IteratorModeling class 137 {{{"std", "prev"}, 2}, &IteratorModeling::handlePrev}, 143 {{{"std", "next"}, 2}, &IteratorModeling::handleNext}, 147 IteratorModeling() = default; 172 void IteratorModeling::checkPostCall(const CallEvent &Call, in checkPostCall() 251 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, in checkPostStmt() 263 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, in checkPostStmt() 324 void IteratorModeling::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols() 352 IteratorModeling::handleOverloadedOperator(CheckerContext &C, in handleOverloadedOperator() 508 void IteratorModeling::processComparison(CheckerContext &C, in processComparison() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 714 def IteratorModeling : Checker<"IteratorModeling">, 735 Dependencies<[IteratorModeling]>, 740 Dependencies<[IteratorModeling]>, 746 Dependencies<[IteratorModeling]>, 1550 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 578 SRCS_FUL+= StaticAnalyzer/Checkers/IteratorModeling.cpp
|