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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp1 //=== InnerPointerChecker.cpp -------------------------------------*- C++ -*--//
35 class InnerPointerChecker class in namespace:__anon805
74 InnerPointerChecker() function in class:__anon805::InnerPointerChecker
121 bool InnerPointerChecker::isInvalidatingMemberFunction(
135 bool InnerPointerChecker::isInnerPointerAccessFunction(
140 void InnerPointerChecker::markPtrSymbolsReleased(const CallEvent &Call,
157 void InnerPointerChecker::checkFunctionArguments(const CallEvent &Call,
206 void InnerPointerChecker::checkPostCall(const CallEvent &Call,
259 void InnerPointerChecker::checkDeadSymbols(SymbolReaper &SymReaper,
289 return std::make_unique<InnerPointerChecker
[all...]
/freebsd-current/lib/clang/libclang/
H A DMakefile650 SRCS_FUL+= StaticAnalyzer/Checkers/InnerPointerChecker.cpp

Completed in 113 milliseconds