Home
last modified time | relevance | path

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

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