Home
last modified time | relevance | path

Searched refs:InnerPointerChecker (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp34 class InnerPointerChecker class
73 InnerPointerChecker() in InnerPointerChecker() function in __anon31524f6b0111::InnerPointerChecker
120 bool InnerPointerChecker::isInvalidatingMemberFunction( in isInvalidatingMemberFunction()
137 bool InnerPointerChecker::isInnerPointerAccessFunction( in isInnerPointerAccessFunction()
143 void InnerPointerChecker::markPtrSymbolsReleased(const CallEvent &Call, in markPtrSymbolsReleased()
160 void InnerPointerChecker::checkFunctionArguments(const CallEvent &Call, in checkFunctionArguments()
209 void InnerPointerChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
262 void InnerPointerChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
292 return std::make_unique<InnerPointerChecker::InnerPointerBRVisitor>(Sym); in getInnerPointerBRVisitor()
309 PathDiagnosticPieceRef InnerPointerChecker::InnerPointerBRVisitor::VisitNode( in VisitNode()
[all …]
H A DCMakeLists.txt50 InnerPointerChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn59 "InnerPointerChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile58 InnerPointerChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td135 /// def InnerPointerChecker : Checker<"InnerPointer">,
H A DCheckers.td554 def InnerPointerChecker : Checker<"InnerPointer">,