Home
last modified time | relevance | path

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

/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp575 class bitWidthHolding { class
578 unsigned int width = (v == 0 ? 0 : bitWidthHolding<(v >> 1)>::width + 1);
581 static const int width=bitWidthHolding<255>::width;