Searched refs:IteratorModeling (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 85 class IteratorModeling class 91 using AdvanceFn = void (IteratorModeling::*)(CheckerContext &, const Expr *, 131 {{{"std", "advance"}, 2}, &IteratorModeling::handleAdvance}, 137 {{{"std", "prev"}, 2}, &IteratorModeling::handlePrev}, 143 {{{"std", "next"}, 2}, &IteratorModeling::handleNext}, 147 IteratorModeling() = default; 172 void IteratorModeling::checkPostCall(const CallEvent &Call, in checkPostCall() 235 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() 251 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, in checkPostStmt() 263 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, in checkPostStmt() [all …]
|
H A D | CMakeLists.txt | 53 IteratorModeling.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BUILD.gn | 62 "IteratorModeling.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/ |
H A D | Makefile | 61 IteratorModeling.cpp \
|
/netbsd-src/external/apache2/llvm/dist/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]>,
|