reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
359 if (byte_size > sizeof(uint64_t)) { 361 "unsupported unsigned integer byte size: %u", byte_size); 371 if (!Args::UInt64ValueIsValidForByteSize(uval64, byte_size)) { 375 uval64, byte_size); 381 "unsupported unsigned integer byte size: %u", byte_size); 387 if (byte_size > sizeof(long long)) { 389 byte_size); 400 if (!Args::SInt64ValueIsValidForByteSize(ival64, byte_size)) { 404 ival64, byte_size); 410 byte_size); 417 if (byte_size == sizeof(float)) { 425 } else if (byte_size == sizeof(double)) { 433 } else if (byte_size == sizeof(long double)) { 443 byte_size); 449 if (!ParseVectorEncoding(reg_info, value_str, byte_size, this))