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.cpp85 class IteratorModeling class
91 using AdvanceFn = void (IteratorModeling::*)(CheckerContext &,
134 &IteratorModeling::handleAdvance},
140 {{CDM::SimpleFunc, {"std", "prev"}, 2}, &IteratorModeling::handlePrev},
146 {{CDM::SimpleFunc, {"std", "next"}, 2}, &IteratorModeling::handleNext},
150 IteratorModeling() = default;
173 void IteratorModeling::checkPostCall(const CallEvent &Call, in checkPostCall()
236 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind()
252 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, in checkPostStmt()
264 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, in checkPostStmt()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td768 def IteratorModeling : Checker<"IteratorModeling">,
789 Dependencies<[IteratorModeling]>,
794 Dependencies<[IteratorModeling]>,
800 Dependencies<[IteratorModeling]>,
1602 Dependencies<[DebugContainerModeling, IteratorModeling]>,
/freebsd/lib/clang/libclang/
H A DMakefile723 SRCS_FUL+= StaticAnalyzer/Checkers/IteratorModeling.cpp