Searched refs:GetValueRange (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6176 static IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, function in namespace:__anon3982
6189 static IntRange GetValueRange(ASTContext &C, APValue &result, QualType Ty, function in namespace:__anon3982
6192 return GetValueRange(C, result.getInt(), MaxWidth);
6195 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth);
6197 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth);
6204 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth);
6205 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth);
6235 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth);

Completed in 83 milliseconds