Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h261 RangeSet castTo(RangeSet What, APSIntType Ty);
262 RangeSet castTo(RangeSet What, QualType T);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp676 RangeSet RangeSet::Factory::castTo(RangeSet What, APSIntType Ty) { in castTo() function in RangeSet::Factory
707 RangeSet RangeSet::Factory::castTo(RangeSet What, QualType T) { in castTo() function in RangeSet::Factory
709 return castTo(What, ValueFactory.getAPSIntType(T)); in castTo()
1656 RangeSet CastedLHS = RangeFactory.castTo(LHS, CastingType); in VisitBinaryOperator()
1657 RangeSet CastedRHS = RangeFactory.castTo(RHS, CastingType); in VisitBinaryOperator()