Home
last modified time | relevance | path

Searched defs:ConcreteSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp186 if (auto ConcreteSize = Size.getAs<nonloc::ConcreteInt>()) { in checkLocation() local
H A DStdLibraryFunctionsChecker.cpp302 std::optional<llvm::APSInt> ConcreteSize; member in __anon2143b5530111::StdLibraryFunctionsChecker::BufferSizeConstraint