Searched refs:DebugContainerModeling (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DebugContainerModeling.cpp | 28 class DebugContainerModeling class 41 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, 46 &DebugContainerModeling::analyzerContainerBegin}, 48 &DebugContainerModeling::analyzerContainerEnd}, 57 bool DebugContainerModeling::evalCall(const CallEvent &Call, in evalCall() 72 void DebugContainerModeling::analyzerContainerDataField(const CallExpr *CE, in analyzerContainerDataField() 112 void DebugContainerModeling::analyzerContainerBegin(const CallExpr *CE, in analyzerContainerBegin() 119 void DebugContainerModeling::analyzerContainerEnd(const CallExpr *CE, in analyzerContainerEnd() 126 ExplodedNode *DebugContainerModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg() 139 mgr.registerChecker<DebugContainerModeling>(); in registerDebugContainerModeling()
|
H A D | CMakeLists.txt | 36 DebugContainerModeling.cpp
|
/llvm-project/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BUILD.gn | 45 "DebugContainerModeling.cpp",
|
/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1607 def DebugContainerModeling : Checker<"DebugContainerModeling">, 1614 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|