Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp163 static bool isInAddressOf(const Stmt *S, ASTContext &AC);
802 bool ArrayBoundChecker::isInAddressOf(const Stmt *S, ASTContext &ACtx) { in isInAddressOf() function in ArrayBoundChecker
818 if (isa<ArraySubscriptExpr>(E) && isInAddressOf(E, C.getASTContext())) { in isIdiomaticPastTheEndPtr()