Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp27 class DebugIteratorModeling class
40 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *,
45 &DebugIteratorModeling::analyzerIteratorPosition},
47 &DebugIteratorModeling::analyzerIteratorContainer},
49 &DebugIteratorModeling::analyzerIteratorValidity},
53 DebugIteratorModeling();
60 DebugIteratorModeling::DebugIteratorModeling() { in DebugIteratorModeling() function in DebugIteratorModeling
66 bool DebugIteratorModeling::evalCall(const CallEvent &Call, in evalCall()
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1548 def DebugIteratorModeling : Checker<"DebugIteratorModeling">,
/freebsd-13.1/lib/clang/libclang/
H A DMakefile561 SRCS_FUL+= StaticAnalyzer/Checkers/DebugIteratorModeling.cpp