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

Declarations

tools/lldb/include/lldb/Utility/Scalar.h
  174   Scalar &operator=(llvm::APInt v);

References

tools/lldb/include/lldb/Core/Value.h
  116           scalar = rhs;
tools/lldb/include/lldb/Utility/RegisterValue.h
   62     m_scalar = llvm::APInt(inst);
  171     m_scalar = llvm::APInt(uint);
  211     m_scalar = uint;
tools/lldb/source/Expression/IRInterpreter.cpp
  160     scalar = llvm::APInt(type_size*8, u64value);
tools/lldb/source/Utility/RegisterValue.cpp
  163         scalar =
tools/lldb/source/Utility/Scalar.cpp
 2576       operator=(llvm::APInt(BITWIDTH_INT128, NUM_OF_WORDS_INT128, int128.x));
 2590       operator=(llvm::APInt(BITWIDTH_INT256, NUM_OF_WORDS_INT256, int256.x));
 2623       operator=(llvm::APInt(BITWIDTH_INT128, NUM_OF_WORDS_INT128, int128.x));
 2637       operator=(llvm::APInt(BITWIDTH_INT256, NUM_OF_WORDS_INT256, int256.x));