reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
434 unsigned NumBits = Log2_32_Ceil(Commands.size()); 439 << " bits for " << Commands.size() << " unique commands.\n"; 441 if (Commands.size() == 2) { 446 << Commands[1] 448 << Commands[0] 450 } else if (Commands.size() == 1) { 452 O << Commands[0] << "\n\n"; 460 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { 462 O << Commands[j];