Searched refs:DebugContainerModeling (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugContainerModeling.cpp | 27 class DebugContainerModeling class 39 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, 44 &DebugContainerModeling::analyzerContainerBegin}, 46 &DebugContainerModeling::analyzerContainerEnd}, 50 DebugContainerModeling(); 57 DebugContainerModeling::DebugContainerModeling() { in DebugContainerModeling() function in DebugContainerModeling 63 bool DebugContainerModeling::evalCall(const CallEvent &Call, in evalCall() 118 void DebugContainerModeling::analyzerContainerBegin(const CallExpr *CE, in analyzerContainerBegin() 125 void DebugContainerModeling::analyzerContainerEnd(const CallExpr *CE, in analyzerContainerEnd() 132 ExplodedNode *DebugContainerModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1543 def DebugContainerModeling : Checker<"DebugContainerModeling">, 1550 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 560 SRCS_FUL+= StaticAnalyzer/Checkers/DebugContainerModeling.cpp
|