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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp73 /// A pair of ValueRangeKindTy and IntRangeVectorTy would describe a range
89 typedef std::vector<std::pair<RangeIntTy, RangeIntTy>> IntRangeVectorTy; typedef in class:__anon978::StdLibraryFunctionsChecker
101 IntRangeVectorTy Args; // Polymorphic arguments.
105 const IntRangeVectorTy &Args)
127 const IntRangeVectorTy &getRanges() const {
250 const IntRangeVectorTy &R = getRanges();
281 const IntRangeVectorTy &R = getRanges();

Completed in 104 milliseconds