Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp266 void checkCastToImpl(RangeSet What, APSIntType Ty, RangeSet Expected) { in checkCastToImpl() function in __anon48c83e7c0111::RangeSetTest
276 this->checkCastToImpl(from(What, FromTy), ToTy, from(Expected, ToTy)); in checkCastTo()