Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h281 ContainerType truncateTo(RangeSet What, APSIntType Ty);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp686 return makePersistent(truncateTo(What, Ty)); in castTo()
712 RangeSet::ContainerType RangeSet::Factory::truncateTo(RangeSet What, in truncateTo() function in RangeSet::Factory