Home
last modified time | relevance | path

Searched refs:PromoteToMaxType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp30 static Scalar::Type PromoteToMaxType( in PromoteToMaxType() function
1639 if ((m_type = PromoteToMaxType(*this, rhs, temp_value, a, b)) != in operator +=()
1926 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator +()
1958 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator -()
1990 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator /()
2036 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator *()
2068 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator &()
2100 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator |()
2133 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != in operator %()
2576 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b)) { in operator ==()
[all …]