Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp34 class InnerPointerChecker class
73 InnerPointerChecker() in InnerPointerChecker() function in __anonc046b8540111::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 …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td135 /// def InnerPointerChecker : Checker<"InnerPointer">,
H A DCheckers.td554 def InnerPointerChecker : Checker<"InnerPointer">,
/freebsd-13.1/lib/clang/libclang/
H A DMakefile575 SRCS_FUL+= StaticAnalyzer/Checkers/InnerPointerChecker.cpp