Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp27 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 DCMakeLists.txt34 DebugContainerModeling.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn43 "DebugContainerModeling.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile42 DebugContainerModeling.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1543 def DebugContainerModeling : Checker<"DebugContainerModeling">,
1550 Dependencies<[DebugContainerModeling, IteratorModeling]>,