Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp90 typedef std::vector<std::pair<RangeIntTy, RangeIntTy>> IntRangeVectorTy; typedef in __anon2d97c18b0111::StdLibraryFunctionsChecker
102 IntRangeVectorTy Args; // Polymorphic arguments.
106 const IntRangeVectorTy &Args) in ValueRange()
128 const IntRangeVectorTy &getRanges() const { in getRanges()
251 const IntRangeVectorTy &R = getRanges(); in applyAsOutOfRange()
282 const IntRangeVectorTy &R = getRanges(); in applyAsWithinRange()