Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
H A DCMakeLists.txt35 DebugIteratorModeling.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn44 "DebugIteratorModeling.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile43 DebugIteratorModeling.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1548 def DebugIteratorModeling : Checker<"DebugIteratorModeling">,