Lines Matching refs:m_type

72 Scalar::Scalar() : m_type(e_void), m_float(static_cast<float>(0)) {}
106 switch (m_type) {
185 switch (m_type) {
213 switch (m_type) {
241 switch (m_type) {
271 switch (m_type) {
309 m_type = e_sint;
315 m_type = e_uint;
321 m_type = e_slong;
327 m_type = e_ulong;
333 m_type = e_slonglong;
339 m_type = e_ulonglong;
345 m_type = e_float;
351 m_type = e_double;
357 m_type = e_long_double;
376 m_type = e_sint;
378 m_type = e_uint;
382 m_type = e_slonglong;
384 m_type = e_ulonglong;
388 m_type = e_sint128;
390 m_type = e_uint128;
394 m_type = e_sint256;
396 m_type = e_uint256;
400 m_type = e_sint512;
402 m_type = e_uint512;
452 m_type = type;
457 switch (m_type) {
1143 m_type = type;
1220 switch (m_type) {
1227 m_type = e_sint;
1234 m_type = e_slong;
1241 m_type = e_slonglong;
1248 m_type = e_sint128;
1255 m_type = e_sint256;
1262 m_type = e_sint512;
1282 switch (m_type) {
1286 m_type = e_uint;
1293 m_type = e_ulong;
1300 m_type = e_ulonglong;
1307 m_type = e_uint128;
1314 m_type = e_uint256;
1321 m_type = e_uint512;
1342 switch (m_type) {
1372 switch (m_type) {
1402 switch (m_type) {
1432 switch (m_type) {
1462 switch (m_type) {
1492 switch (m_type) {
1522 switch (m_type) {
1552 switch (m_type) {
1582 switch (m_type) {
1612 switch (m_type) {
1647 switch (m_type) {
1672 switch (m_type) {
1697 switch (m_type) {
1725 switch (m_type) {
1753 switch (m_type) {
1785 if ((m_type = PromoteToMaxType(*this, rhs, temp_value, a, b)) !=
1787 switch (m_type) {
1816 switch (m_type) {
1821 m_type = e_void;
1836 switch (rhs.m_type) {
1841 m_type = e_void;
1864 switch (m_type) {
1869 m_type = e_void;
1884 switch (rhs.m_type) {
1889 m_type = e_void;
1908 return m_type != e_void;
1912 switch (m_type) {
1917 m_type = e_void;
1932 switch (rhs.m_type) {
1937 m_type = e_void;
1960 switch (m_type) {
1965 m_type = e_void;
1980 switch (rhs.m_type) {
1985 m_type = e_void;
2008 switch (m_type) {
2039 switch (m_type) {
2066 switch (m_type) {
2096 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2098 switch (result.m_type) {
2130 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2132 switch (result.m_type) {
2164 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2166 switch (result.m_type) {
2203 result.m_type = Scalar::e_void;
2212 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2214 switch (result.m_type) {
2246 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2248 switch (result.m_type) {
2268 result.m_type = Scalar::e_void;
2280 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2282 switch (result.m_type) {
2303 result.m_type = Scalar::e_void;
2315 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2317 switch (result.m_type) {
2346 result.m_type = Scalar::e_void;
2355 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) !=
2357 switch (result.m_type) {
2378 result.m_type = Scalar::e_void;
2421 m_type = Scalar::GetValueTypeForUnsignedIntegerWithByteSize(byte_size);
2422 switch (m_type) {
2459 m_type = Scalar::GetValueTypeForSignedIntegerWithByteSize(byte_size);
2460 switch (m_type) {
2492 m_type = e_float;
2499 m_type = e_double;
2509 m_type = e_long_double;
2525 m_type = e_void;
2659 switch (m_type) {
2725 switch (m_type) {
2759 if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void)
2760 return lhs.m_type == rhs.m_type;
2797 if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void)
2844 switch (m_type) {
2870 switch (m_type) {