Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp35 class InnerPointerChecker class
74 InnerPointerChecker() in InnerPointerChecker() function in __anon37a080370111::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 …]
H A DCMakeLists.txt54 InnerPointerChecker.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn63 "InnerPointerChecker.cpp",
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td134 /// def InnerPointerChecker : Checker<"InnerPointer">,
H A DCheckers.td602 def InnerPointerChecker : Checker<"InnerPointer">,