Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp35 class InnerPointerChecker class
74 InnerPointerChecker() in InnerPointerChecker() function in __anon51d110560111::InnerPointerChecker
121 bool InnerPointerChecker::isInvalidatingMemberFunction( in isInvalidatingMemberFunction()
135 bool InnerPointerChecker::isInnerPointerAccessFunction( in isInnerPointerAccessFunction()
140 void InnerPointerChecker::markPtrSymbolsReleased(const CallEvent &Call, in markPtrSymbolsReleased()
157 void InnerPointerChecker::checkFunctionArguments(const CallEvent &Call, in checkFunctionArguments()
206 void InnerPointerChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
259 void InnerPointerChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
289 return std::make_unique<InnerPointerChecker::InnerPointerBRVisitor>(Sym); in getInnerPointerBRVisitor()
306 PathDiagnosticPieceRef InnerPointerChecker::InnerPointerBRVisitor::VisitNode( in VisitNode()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td134 /// def InnerPointerChecker : Checker<"InnerPointer">,
H A DCheckers.td625 def InnerPointerChecker : Checker<"InnerPointer">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile650 SRCS_FUL+= StaticAnalyzer/Checkers/InnerPointerChecker.cpp