|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
unittests/ADT/APIntTest.cpp 1358 isSigned = false;
1359 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
1359 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
1362 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
1362 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
1365 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
1365 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
1368 APInt(8, 255, isSigned).toString(S, 16, isSigned, true);
1368 APInt(8, 255, isSigned).toString(S, 16, isSigned, true);
1371 APInt(8, 255, isSigned).toString(S, 36, isSigned, false);
1371 APInt(8, 255, isSigned).toString(S, 36, isSigned, false);
1375 isSigned = true;
1376 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
1376 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
1379 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
1379 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
1382 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
1382 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
1385 APInt(8, 255, isSigned).toString(S, 16, isSigned, true);
1385 APInt(8, 255, isSigned).toString(S, 16, isSigned, true);
1388 APInt(8, 255, isSigned).toString(S, 36, isSigned, false);
1388 APInt(8, 255, isSigned).toString(S, 36, isSigned, false);