Searched refs:InnerPointerChecker (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp1 //=== InnerPointerChecker.cpp -------------------------------------*- C++ -*--//
34 class InnerPointerChecker class in namespace:__anon796
73 InnerPointerChecker() function in class:__anon796::InnerPointerChecker
116 bool InnerPointerChecker::isInvalidatingMemberFunction(
133 void InnerPointerChecker::markPtrSymbolsReleased(const CallEvent &Call,
150 void InnerPointerChecker::checkFunctionArguments(const CallEvent &Call,
194 void InnerPointerChecker::checkPostCall(const CallEvent &Call,
234 void InnerPointerChecker::checkDeadSymbols(SymbolReaper &SymReaper,
264 return std::make_unique<InnerPointerChecker::InnerPointerBRVisitor>(Sym);
281 PathDiagnosticPieceRef InnerPointerChecker
[all...]
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile553 SRCS_FUL+= StaticAnalyzer/Checkers/InnerPointerChecker.cpp

Completed in 104 milliseconds