Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp28 class DebugIteratorModeling class
42 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *,
47 &DebugIteratorModeling::analyzerIteratorPosition},
49 &DebugIteratorModeling::analyzerIteratorContainer},
51 &DebugIteratorModeling::analyzerIteratorValidity},
60 bool DebugIteratorModeling::evalCall(const CallEvent &Call, in evalCall()
75 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
95 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
111 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
120 ExplodedNode *DebugIteratorModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1646 def DebugIteratorModeling : Checker<"DebugIteratorModeling">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile633 SRCS_FUL+= StaticAnalyzer/Checkers/DebugIteratorModeling.cpp