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

References

tools/lldb/include/lldb/Utility/Scalar.h
  102     m_type = GetBestTypeForBitSize(m_integer.getBitWidth(), true);
  130     m_type = e_void;
  139     return (m_type >= e_sint) && (m_type <= e_long_double);
  139     return (m_type >= e_sint) && (m_type <= e_long_double);
  199   Scalar::Type GetType() const { return m_type; }
tools/lldb/source/Utility/Scalar.cpp
  106   switch (m_type) {
  185   switch (m_type) {
  213   switch (m_type) {
  241   switch (m_type) {
  271   switch (m_type) {
  310     m_type = rhs.m_type;
  310     m_type = rhs.m_type;
  318   m_type = e_sint;
  324   m_type = e_uint;
  330   m_type = e_slong;
  336   m_type = e_ulong;
  342   m_type = e_slonglong;
  348   m_type = e_ulonglong;
  354   m_type = e_float;
  360   m_type = e_double;
  366   m_type = e_long_double;
  385       m_type = e_sint;
  387       m_type = e_uint;
  391       m_type = e_slonglong;
  393       m_type = e_ulonglong;
  397       m_type = e_sint128;
  399       m_type = e_uint128;
  403       m_type = e_sint256;
  405       m_type = e_uint256;
  409       m_type = e_sint512;
  411       m_type = e_uint512;
  461   m_type = type;
  466   switch (m_type) {
 1152     m_type = type;
 1229   switch (m_type) {
 1236     m_type = e_sint;
 1243     m_type = e_slong;
 1250     m_type = e_slonglong;
 1257     m_type = e_sint128;
 1264     m_type = e_sint256;
 1271     m_type = e_sint512;
 1291   switch (m_type) {
 1295     m_type = e_uint;
 1302     m_type = e_ulong;
 1309     m_type = e_ulonglong;
 1316     m_type = e_uint128;
 1323     m_type = e_uint256;
 1330     m_type = e_uint512;
 1351   switch (m_type) {
 1381   switch (m_type) {
 1411   switch (m_type) {
 1441   switch (m_type) {
 1471   switch (m_type) {
 1501   switch (m_type) {
 1531   switch (m_type) {
 1561   switch (m_type) {
 1591   switch (m_type) {
 1621   switch (m_type) {
 1656   switch (m_type) {
 1681   switch (m_type) {
 1706   switch (m_type) {
 1734   switch (m_type) {
 1762   switch (m_type) {
 1794   if ((m_type = PromoteToMaxType(*this, rhs, temp_value, a, b)) !=
 1796     switch (m_type) {
 1825   switch (m_type) {
 1830     m_type = e_void;
 1845     switch (rhs.m_type) {
 1850       m_type = e_void;
 1873   switch (m_type) {
 1878     m_type = e_void;
 1893     switch (rhs.m_type) {
 1898       m_type = e_void;
 1917   return m_type != e_void;
 1921   switch (m_type) {
 1926     m_type = e_void;
 1941     switch (rhs.m_type) {
 1946       m_type = e_void;
 1969   switch (m_type) {
 1974     m_type = e_void;
 1989     switch (rhs.m_type) {
 1994       m_type = e_void;
 2017   switch (m_type) {
 2048   switch (m_type) {
 2075   switch (m_type) {
 2105   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2107     switch (result.m_type) {
 2139   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2141     switch (result.m_type) {
 2173   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2175     switch (result.m_type) {
 2212   result.m_type = Scalar::e_void;
 2221   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2223     switch (result.m_type) {
 2255   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2257     switch (result.m_type) {
 2277       result.m_type = Scalar::e_void;
 2289   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2291     switch (result.m_type) {
 2312       result.m_type = Scalar::e_void;
 2324   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2326     switch (result.m_type) {
 2355   result.m_type = Scalar::e_void;
 2364   if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
 2366     switch (result.m_type) {
 2387       result.m_type = Scalar::e_void;
 2430         m_type = Scalar::GetValueTypeForUnsignedIntegerWithByteSize(byte_size);
 2431         switch (m_type) {
 2468         m_type = Scalar::GetValueTypeForSignedIntegerWithByteSize(byte_size);
 2469         switch (m_type) {
 2501         m_type = e_float;
 2508         m_type = e_double;
 2518         m_type = e_long_double;
 2534     m_type = e_void;
 2668     switch (m_type) {
 2734   switch (m_type) {
 2768   if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void)
 2768   if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void)
 2769     return lhs.m_type == rhs.m_type;
 2769     return lhs.m_type == rhs.m_type;
 2806   if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void)
 2806   if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void)
 2853   switch (m_type) {
 2879   switch (m_type) {