Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7258 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local
7259 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()
7273 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()
7281 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local
7282 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()
7283 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10788 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local
10789 IntRange L = GetExprRange(C, BO->getLHS(), opWidth, InConstantContext, in GetExprRange()
10806 IntRange R = GetExprRange(C, BO->getRHS(), opWidth, InConstantContext, in GetExprRange()
10824 unsigned opWidth = C.getIntWidth(T); in GetExprRange() local
10826 GetExprRange(C, BO->getLHS(), opWidth, InConstantContext, Approximate); in GetExprRange()
10828 GetExprRange(C, BO->getRHS(), opWidth, InConstantContext, Approximate); in GetExprRange()