Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3686 unsigned opWidth = C.getIntWidth(E->getType()); in GetExprRange() local
3687 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()
3701 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()
3709 unsigned opWidth = C.getIntWidth(E->getType()); in GetExprRange() local
3710 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()
3711 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()