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

/external/clang/lib/Sema/
H A DSemaDecl.cpp12405 unsigned BestWidth; local
12430 // We don't need to set BestWidth, because BestType is going to be the type
12433 BestWidth = CharWidth;
12441 BestWidth = CharWidth;
12445 BestWidth = ShortWidth;
12448 BestWidth = IntWidth;
12450 BestWidth = Context.getTargetInfo().getLongWidth();
12452 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) {
12455 BestWidth
[all...]

Completed in 75 milliseconds