Searched refs:DebugContainerModeling (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugContainerModeling.cpp | 28 class DebugContainerModeling class 40 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, 45 &DebugContainerModeling::analyzerContainerBegin}, 47 &DebugContainerModeling::analyzerContainerEnd}, 51 DebugContainerModeling(); 58 DebugContainerModeling::DebugContainerModeling() { in DebugContainerModeling() function in DebugContainerModeling 64 bool DebugContainerModeling::evalCall(const CallEvent &Call, in evalCall() 119 void DebugContainerModeling::analyzerContainerBegin(const CallExpr *CE, in analyzerContainerBegin() 126 void DebugContainerModeling::analyzerContainerEnd(const CallExpr *CE, in analyzerContainerEnd() 133 ExplodedNode *DebugContainerModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg() [all …]
|
| H A D | CMakeLists.txt | 34 DebugContainerModeling.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 43 "DebugContainerModeling.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1604 def DebugContainerModeling : Checker<"DebugContainerModeling">, 1611 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|