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

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

Completed in 129 milliseconds