Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp28 class DebugIteratorModeling class
41 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *,
46 &DebugIteratorModeling::analyzerIteratorPosition},
48 &DebugIteratorModeling::analyzerIteratorContainer},
50 &DebugIteratorModeling::analyzerIteratorValidity},
54 DebugIteratorModeling();
61 DebugIteratorModeling::DebugIteratorModeling() { in DebugIteratorModeling() function in DebugIteratorModeling
67 bool DebugIteratorModeling::evalCall(const CallEvent &Call, in evalCall()
82 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
102 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
[all …]
H A DCMakeLists.txt35 DebugIteratorModeling.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn44 "DebugIteratorModeling.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1609 def DebugIteratorModeling : Checker<"DebugIteratorModeling">,