Searched defs:opWidth (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4572 unsigned opWidth = C.getIntWidth(GetExprType(E)); local
4573 IntRange L = GetExprRange(C, BO->getLHS(), opWidth);
4587 IntRange R = GetExprRange(C, BO->getRHS(), opWidth);
4595 unsigned opWidth = C.getIntWidth(GetExprType(E)); local
4596 IntRange L = GetExprRange(C, BO->getLHS(), opWidth);
4597 IntRange R = GetExprRange(C, BO->getRHS(), opWidth);

Completed in 134 milliseconds