Lines Matching refs:e_void

32   case e_void:  in GetPromoKey()
33 return PromotionKey{e_void, 0, false}; in GetPromoKey()
58 case e_void: in PromoteToMaxType()
81 return Scalar::e_void; in PromoteToMaxType()
120 case e_void: in GetBytes()
133 case e_void: in GetByteSize()
145 case e_void: in IsZero()
160 case e_void: in GetValue()
180 case e_void: in IntegralPromote()
196 case e_void: in FloatPromote()
219 case e_void: in GetValueTypeAsCString()
231 case e_void: in IsSigned()
245 case e_void: in MakeSigned()
263 case e_void: in MakeUnsigned()
287 case e_void: in GetAs()
340 case e_void: in SInt128()
352 case e_void: in UInt128()
364 case e_void: in Float()
384 case e_void: in Double()
409 if ((m_type = PromoteToMaxType(copy, rhs)) != Scalar::e_void) { in operator +=()
411 case e_void: in operator +=()
429 m_type = e_void; in operator <<=()
438 m_type = e_void; in ShiftRightLogical()
444 case e_void: in operator >>=()
446 m_type = e_void; in operator >>=()
451 case e_void: in operator >>=()
453 m_type = e_void; in operator >>=()
468 m_type = e_void; in operator &=()
474 case e_void: in AbsoluteValue()
491 case e_void: in UnaryNegate()
520 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator -()
522 case Scalar::e_void: in operator -()
537 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void && in operator /()
540 case Scalar::e_void: in operator /()
552 result.m_type = Scalar::e_void; in operator /()
558 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator *()
560 case Scalar::e_void: in operator *()
575 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator &()
579 result.m_type = Scalar::e_void; in operator &()
586 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator |()
590 result.m_type = Scalar::e_void; in operator |()
597 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator %()
603 result.m_type = Scalar::e_void; in operator %()
609 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator ^()
613 result.m_type = Scalar::e_void; in operator ^()
696 m_type = e_void; in SetValueFromCString()
750 case Scalar::e_void: in SignExtend()
803 case Scalar::e_void: in ExtractBitfield()
817 if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void) in operator ==()
822 case Scalar::e_void: in operator ==()
839 if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void) in operator <()
844 case Scalar::e_void: in operator <()
870 case e_void: in ClearBit()
883 case e_void: in SetBit()