Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp28 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 DCMakeLists.txt34 DebugContainerModeling.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn43 "DebugContainerModeling.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1604 def DebugContainerModeling : Checker<"DebugContainerModeling">,
1611 Dependencies<[DebugContainerModeling, IteratorModeling]>,