Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9659 static QualType GetExprType(const Expr *E) { in GetExprType() function
9676 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth); in GetExprRange()
9748 return IntRange::forValueOfType(C, GetExprType(E)); in GetExprRange()
9759 return IntRange::forValueOfType(C, GetExprType(E)); in GetExprRange()
9781 return IntRange::forValueOfType(C, GetExprType(E)); in GetExprRange()
9810 return IntRange::forValueOfType(C, GetExprType(E)); in GetExprRange()
9817 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange()
9840 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange()
9873 return IntRange::forValueOfType(C, GetExprType(E)); in GetExprRange()
9887 return IntRange::forValueOfType(C, GetExprType(E)); in GetExprRange()
[all …]