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

/external/clang/lib/Sema/
H A DSemaDecl.cpp13153 unsigned BestWidth; local
13178 // We don't need to set BestWidth, because BestType is going to be the type
13181 BestWidth = CharWidth;
13189 BestWidth = CharWidth;
13193 BestWidth = ShortWidth;
13196 BestWidth = IntWidth;
13198 BestWidth = Context.getTargetInfo().getLongWidth();
13200 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) {
13203 BestWidth
[all...]

Completed in 189 milliseconds