Lines Matching refs:e_void

33   case e_void:  in GetPromoKey()
34 return PromotionKey{e_void, 0, false}; in GetPromoKey()
59 case e_void: in PromoteToMaxType()
82 return Scalar::e_void; in PromoteToMaxType()
121 case e_void: in GetBytes()
134 case e_void: in GetByteSize()
146 case e_void: in IsZero()
161 case e_void: in GetValue()
181 case e_void: in IntegralPromote()
197 case e_void: in FloatPromote()
220 case e_void: in GetValueTypeAsCString()
232 case e_void: in IsSigned()
246 case e_void: in MakeSigned()
264 case e_void: in MakeUnsigned()
288 case e_void: in GetAs()
341 case e_void: in SInt128()
353 case e_void: in UInt128()
365 case e_void: in Float()
385 case e_void: in Double()
410 if ((m_type = PromoteToMaxType(copy, rhs)) != Scalar::e_void) { in operator +=()
412 case e_void: in operator +=()
430 m_type = e_void; in operator <<=()
439 m_type = e_void; in ShiftRightLogical()
445 case e_void: in operator >>=()
447 m_type = e_void; in operator >>=()
452 case e_void: in operator >>=()
454 m_type = e_void; in operator >>=()
469 m_type = e_void; in operator &=()
475 case e_void: in AbsoluteValue()
492 case e_void: in UnaryNegate()
521 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator -()
523 case Scalar::e_void: in operator -()
538 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void && in operator /()
541 case Scalar::e_void: in operator /()
553 result.m_type = Scalar::e_void; in operator /()
559 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator *()
561 case Scalar::e_void: in operator *()
576 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator &()
580 result.m_type = Scalar::e_void; in operator &()
587 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator |()
591 result.m_type = Scalar::e_void; in operator |()
598 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator %()
604 result.m_type = Scalar::e_void; in operator %()
610 if ((result.m_type = Scalar::PromoteToMaxType(lhs, rhs)) != Scalar::e_void) { in operator ^()
614 result.m_type = Scalar::e_void; in operator ^()
697 m_type = e_void; in SetValueFromCString()
751 case Scalar::e_void: in SignExtend()
804 case Scalar::e_void: in ExtractBitfield()
818 if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void) in operator ==()
823 case Scalar::e_void: in operator ==()
840 if (lhs.m_type == Scalar::e_void || rhs.m_type == Scalar::e_void) in operator <()
845 case Scalar::e_void: in operator <()
871 case e_void: in ClearBit()
884 case e_void: in SetBit()