Searched refs:GetValueRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 11087 static IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, in GetValueRange() function 11100 static IntRange GetValueRange(ASTContext &C, APValue &result, QualType Ty, in GetValueRange() function 11103 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 11106 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 11108 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() 11115 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange() 11116 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange() 11151 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth); in GetExprRange()
|