Searched refs:DebugContainerModeling (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 78 void DebugContainerModeling::analyzerContainerDataField(const CallExpr *CE, in analyzerContainerDataField() 118 void DebugContainerModeling::analyzerContainerBegin(const CallExpr *CE, in analyzerContainerBegin() 125 void DebugContainerModeling::analyzerContainerEnd(const CallExpr *CE, in analyzerContainerEnd() [all …]
|
H A D | CMakeLists.txt | 34 DebugContainerModeling.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BUILD.gn | 43 "DebugContainerModeling.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/ |
H A D | Makefile | 42 DebugContainerModeling.cpp \
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1543 def DebugContainerModeling : Checker<"DebugContainerModeling">, 1550 Dependencies<[DebugContainerModeling, IteratorModeling]>,
|