Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt36 DebugIteratorModeling.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn45 "DebugIteratorModeling.cpp",
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1613 def DebugIteratorModeling : Checker<"DebugIteratorModeling">,