Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp111 static constexpr APSIntType APSIntTy = variable
132 static llvm::APSInt Int = APSIntTy<T>.getZeroValue(); in from()
142 RangeSet from(RawRangeSetT<T> Init, APSIntType Ty = APSIntTy<BaseType>) { in from()
274 static constexpr APSIntType FromTy = APSIntTy<From>; in checkCastTo()
275 static constexpr APSIntType ToTy = APSIntTy<To>; in checkCastTo()