Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp87 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()
320 void IteratorModeling::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
348 IteratorModeling::handleOverloadedOperator(CheckerContext &C, in handleOverloadedOperator()
503 void IteratorModeling::processComparison(CheckerContext &C, in processComparison()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td790 def IteratorModeling : Checker<"IteratorModeling">,
811 Dependencies<[IteratorModeling]>,
816 Dependencies<[IteratorModeling]>,
822 Dependencies<[IteratorModeling]>,
1648 Dependencies<[DebugContainerModeling, IteratorModeling]>,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile653 SRCS_FUL+= StaticAnalyzer/Checkers/IteratorModeling.cpp