Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp96 bool isInnerPointerAccessFunction(const CallEvent &Call) const;
135 bool InnerPointerChecker::isInnerPointerAccessFunction( in isInnerPointerAccessFunction() function in InnerPointerChecker
224 if (isInnerPointerAccessFunction(Call)) { in checkPostCall()