• Home
  • Raw
  • Download

Lines Matching refs:UShort

97 class UShort;
352 explicit Byte(RValue<UShort> cast);
514 class UShort : public LValue<UShort> class
517 UShort(Argument<UShort> argument);
519 explicit UShort(RValue<UInt> cast);
520 explicit UShort(RValue<Int> cast);
522 UShort() = default;
523 UShort(unsigned short x);
524 UShort(RValue<UShort> rhs);
525 UShort(const UShort &rhs);
526 UShort(const Reference<UShort> &rhs);
529 RValue<UShort> operator=(RValue<UShort> rhs);
530 RValue<UShort> operator=(const UShort &rhs);
531 RValue<UShort> operator=(const Reference<UShort> &rhs);
536 RValue<UShort> operator+(RValue<UShort> lhs, RValue<UShort> rhs);
537 RValue<UShort> operator-(RValue<UShort> lhs, RValue<UShort> rhs);
538 RValue<UShort> operator*(RValue<UShort> lhs, RValue<UShort> rhs);
539 RValue<UShort> operator/(RValue<UShort> lhs, RValue<UShort> rhs);
540 RValue<UShort> operator%(RValue<UShort> lhs, RValue<UShort> rhs);
541 RValue<UShort> operator&(RValue<UShort> lhs, RValue<UShort> rhs);
542 RValue<UShort> operator|(RValue<UShort> lhs, RValue<UShort> rhs);
543 RValue<UShort> operator^(RValue<UShort> lhs, RValue<UShort> rhs);
544 RValue<UShort> operator<<(RValue<UShort> lhs, RValue<UShort> rhs);
545 RValue<UShort> operator>>(RValue<UShort> lhs, RValue<UShort> rhs);
546 RValue<UShort> operator+=(UShort &lhs, RValue<UShort> rhs);
547 RValue<UShort> operator-=(UShort &lhs, RValue<UShort> rhs);
548 RValue<UShort> operator*=(UShort &lhs, RValue<UShort> rhs);
549 RValue<UShort> operator/=(UShort &lhs, RValue<UShort> rhs);
550 RValue<UShort> operator%=(UShort &lhs, RValue<UShort> rhs);
551 RValue<UShort> operator&=(UShort &lhs, RValue<UShort> rhs);
552 RValue<UShort> operator|=(UShort &lhs, RValue<UShort> rhs);
553 RValue<UShort> operator^=(UShort &lhs, RValue<UShort> rhs);
554 RValue<UShort> operator<<=(UShort &lhs, RValue<UShort> rhs);
555 RValue<UShort> operator>>=(UShort &lhs, RValue<UShort> rhs);
556 RValue<UShort> operator+(RValue<UShort> val);
557 RValue<UShort> operator-(RValue<UShort> val);
558 RValue<UShort> operator~(RValue<UShort> val);
559 RValue<UShort> operator++(UShort &val, int); // Post-increment
560 const UShort &operator++(UShort &val); // Pre-increment
561 RValue<UShort> operator--(UShort &val, int); // Post-decrement
562 const UShort &operator--(UShort &val); // Pre-decrement
563 RValue<Bool> operator<(RValue<UShort> lhs, RValue<UShort> rhs);
564 RValue<Bool> operator<=(RValue<UShort> lhs, RValue<UShort> rhs);
565 RValue<Bool> operator>(RValue<UShort> lhs, RValue<UShort> rhs);
566 RValue<Bool> operator>=(RValue<UShort> lhs, RValue<UShort> rhs);
567 RValue<Bool> operator!=(RValue<UShort> lhs, RValue<UShort> rhs);
568 RValue<Bool> operator==(RValue<UShort> lhs, RValue<UShort> rhs);
1138 explicit Int(RValue<UShort> cast);
1275 explicit UInt(RValue<UShort> cast);