Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp87 class IteratorModeling class
93 using AdvanceFn = void (IteratorModeling::*)(CheckerContext &, const Expr *,
133 &IteratorModeling::handleAdvance},
139 {{CDM::SimpleFunc, {"std", "prev"}, 2}, &IteratorModeling::handlePrev},
145 {{CDM::SimpleFunc, {"std", "next"}, 2}, &IteratorModeling::handleNext},
149 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td788 def IteratorModeling : Checker<"IteratorModeling">,
809 Dependencies<[IteratorModeling]>,
814 Dependencies<[IteratorModeling]>,
820 Dependencies<[IteratorModeling]>,
1654 Dependencies<[DebugContainerModeling, IteratorModeling]>,
/freebsd/lib/clang/libclang/
H A DMakefile698 SRCS_FUL+= StaticAnalyzer/Checkers/IteratorModeling.cpp