Searched refs:GetValueRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9617 static IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, in GetValueRange() function 9630 static IntRange GetValueRange(ASTContext &C, APValue &result, QualType Ty, in GetValueRange() function 9633 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 9636 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 9638 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() 9645 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange() 9646 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange() 9676 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth); in GetExprRange()
|