Searched refs:PromoteToMaxType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Scalar.cpp | 55 Scalar::Type Scalar::PromoteToMaxType(Scalar &lhs, Scalar &rhs) { in PromoteToMaxType() function in Scalar 409 if ((m_type = PromoteToMaxType(copy, rhs)) != Scalar::e_void) { in operator +=() 520 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator -() 537 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void && in operator /() 558 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator *() 575 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator &() 586 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator |() 597 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator %() 609 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator ^() 821 switch (Scalar::PromoteToMaxType(lhs, rhs)) { in operator ==() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 196 static Type PromoteToMaxType(Scalar &lhs, Scalar &rhs);
|