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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4111 unsigned opWidth = C.getIntWidth(E->getType()); local
4112 IntRange L = GetExprRange(C, BO->getLHS(), opWidth);
4126 IntRange R = GetExprRange(C, BO->getRHS(), opWidth);
4134 unsigned opWidth = C.getIntWidth(E->getType()); local
4135 IntRange L = GetExprRange(C, BO->getLHS(), opWidth);
4136 IntRange R = GetExprRange(C, BO->getRHS(), opWidth);

Completed in 100 milliseconds