Searched refs:DebugContainerModeling (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1647 def DebugContainerModeling : Checker<"DebugContainerModeling">, 1654 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 660 SRCS_FUL+= StaticAnalyzer/Checkers/DebugContainerModeling.cpp
|