reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Value.h
  103                                   ((type128 *)bytes)->x);
tools/lldb/include/lldb/Utility/Scalar.h
   93                                     (reinterpret_cast<type128 *>(&v))->x));
   98                                     (reinterpret_cast<type128 *>(&v))->x));
tools/lldb/source/Utility/RegisterValue.cpp
  250         int128.x[0] = data1;
  251         int128.x[1] = data2;
  253         int128.x[0] = data2;
  254         int128.x[1] = data1;
  256       SetUInt128(llvm::APInt(128, 2, int128.x));
  622                          (reinterpret_cast<const type128 *>(buffer.bytes))->x);
tools/lldb/source/Utility/Scalar.cpp
  370                                         (reinterpret_cast<type128 *>(&v))->x));
  374                                         (reinterpret_cast<type128 *>(&v))->x));
 2517                         (reinterpret_cast<type128 *>(&l_val))->x));
 2570         int128.x[1] = data.GetU64(&offset);
 2571         int128.x[0] = data.GetU64(&offset);
 2573         int128.x[0] = data.GetU64(&offset);
 2574         int128.x[1] = data.GetU64(&offset);
 2576       operator=(llvm::APInt(BITWIDTH_INT128, NUM_OF_WORDS_INT128, int128.x));
 2617         int128.x[1] = data.GetU64(&offset);
 2618         int128.x[0] = data.GetU64(&offset);
 2620         int128.x[0] = data.GetU64(&offset);
 2621         int128.x[1] = data.GetU64(&offset);
 2623       operator=(llvm::APInt(BITWIDTH_INT128, NUM_OF_WORDS_INT128, int128.x));