Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp35 class InnerPointerChecker class
120 bool InnerPointerChecker::isInvalidatingMemberFunction( in isInvalidatingMemberFunction()
132 void InnerPointerChecker::markPtrSymbolsReleased(const CallEvent &Call, in markPtrSymbolsReleased()
149 void InnerPointerChecker::checkFunctionArguments(const CallEvent &Call, in checkFunctionArguments()
198 void InnerPointerChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
251 void InnerPointerChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
281 return std::make_unique<InnerPointerChecker::InnerPointerBRVisitor>(Sym); in getInnerPointerBRVisitor()
298 PathDiagnosticPieceRef InnerPointerChecker::InnerPointerBRVisitor::VisitNode( in VisitNode()
323 Mgr.registerChecker<InnerPointerChecker>(); in registerInnerPointerChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td134 /// def InnerPointerChecker : Checker<"InnerPointer">,
H A DCheckers.td639 def InnerPointerChecker : Checker<"InnerPointer">,
/freebsd/lib/clang/libclang/
H A DMakefile678 SRCS_FUL+= StaticAnalyzer/Checkers/InnerPointerChecker.cpp