Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp95 bool isInnerPointerAccessFunction(const CallEvent &Call) const;
137 bool InnerPointerChecker::isInnerPointerAccessFunction( in isInnerPointerAccessFunction() function in InnerPointerChecker
227 if (isInnerPointerAccessFunction(Call)) { in checkPostCall()