reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
276 assert(Value < 0 && "Encoded integer is not signed!"); 277 if (Value >= std::numeric_limits<int8_t>::min()) { 280 Streamer->EmitIntValue(Value, 1); 282 } else if (Value >= std::numeric_limits<int16_t>::min()) { 285 Streamer->EmitIntValue(Value, 2); 287 } else if (Value >= std::numeric_limits<int32_t>::min()) { 290 Streamer->EmitIntValue(Value, 4); 295 Streamer->EmitIntValue(Value, 4);