Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp88 const auto ConcreteElementCount = ElementCount.getAs<nonloc::ConcreteInt>(); in checkPreStmt() local
97 if (ConcreteElementCount) { in checkPreStmt()
106 OS << "is an array of " << ConcreteElementCount->getValue() << " '"; in checkPreStmt()