Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DInnerPointerChecker.cpp96 bool isInnerPointerAccessFunction(const CallEvent &Call) const;
135 bool InnerPointerChecker::isInnerPointerAccessFunction( in isInnerPointerAccessFunction() function in InnerPointerChecker
224 if (isInnerPointerAccessFunction(Call)) { in checkPostCall()