• Home
  • Raw
  • Download

Lines Matching refs:UShort

38 	class UShort;
214 explicit Byte(RValue<UShort> cast);
376 class UShort : public LValue<UShort> class
379 UShort(Argument<UShort> argument);
381 explicit UShort(RValue<UInt> cast);
382 explicit UShort(RValue<Int> cast);
384 UShort() = default;
385 UShort(unsigned short x);
386 UShort(RValue<UShort> rhs);
387 UShort(const UShort &rhs);
388 UShort(const Reference<UShort> &rhs);
391 RValue<UShort> operator=(RValue<UShort> rhs);
392 RValue<UShort> operator=(const UShort &rhs);
393 RValue<UShort> operator=(const Reference<UShort> &rhs);
398 RValue<UShort> operator+(RValue<UShort> lhs, RValue<UShort> rhs);
399 RValue<UShort> operator-(RValue<UShort> lhs, RValue<UShort> rhs);
400 RValue<UShort> operator*(RValue<UShort> lhs, RValue<UShort> rhs);
401 RValue<UShort> operator/(RValue<UShort> lhs, RValue<UShort> rhs);
402 RValue<UShort> operator%(RValue<UShort> lhs, RValue<UShort> rhs);
403 RValue<UShort> operator&(RValue<UShort> lhs, RValue<UShort> rhs);
404 RValue<UShort> operator|(RValue<UShort> lhs, RValue<UShort> rhs);
405 RValue<UShort> operator^(RValue<UShort> lhs, RValue<UShort> rhs);
406 RValue<UShort> operator<<(RValue<UShort> lhs, RValue<UShort> rhs);
407 RValue<UShort> operator>>(RValue<UShort> lhs, RValue<UShort> rhs);
408 RValue<UShort> operator+=(UShort &lhs, RValue<UShort> rhs);
409 RValue<UShort> operator-=(UShort &lhs, RValue<UShort> rhs);
410 RValue<UShort> operator*=(UShort &lhs, RValue<UShort> rhs);
411 RValue<UShort> operator/=(UShort &lhs, RValue<UShort> rhs);
412 RValue<UShort> operator%=(UShort &lhs, RValue<UShort> rhs);
413 RValue<UShort> operator&=(UShort &lhs, RValue<UShort> rhs);
414 RValue<UShort> operator|=(UShort &lhs, RValue<UShort> rhs);
415 RValue<UShort> operator^=(UShort &lhs, RValue<UShort> rhs);
416 RValue<UShort> operator<<=(UShort &lhs, RValue<UShort> rhs);
417 RValue<UShort> operator>>=(UShort &lhs, RValue<UShort> rhs);
418 RValue<UShort> operator+(RValue<UShort> val);
419 RValue<UShort> operator-(RValue<UShort> val);
420 RValue<UShort> operator~(RValue<UShort> val);
421 RValue<UShort> operator++(UShort &val, int); // Post-increment
422 const UShort &operator++(UShort &val); // Pre-increment
423 RValue<UShort> operator--(UShort &val, int); // Post-decrement
424 const UShort &operator--(UShort &val); // Pre-decrement
425 RValue<Bool> operator<(RValue<UShort> lhs, RValue<UShort> rhs);
426 RValue<Bool> operator<=(RValue<UShort> lhs, RValue<UShort> rhs);
427 RValue<Bool> operator>(RValue<UShort> lhs, RValue<UShort> rhs);
428 RValue<Bool> operator>=(RValue<UShort> lhs, RValue<UShort> rhs);
429 RValue<Bool> operator!=(RValue<UShort> lhs, RValue<UShort> rhs);
430 RValue<Bool> operator==(RValue<UShort> lhs, RValue<UShort> rhs);
995 explicit Int(RValue<UShort> cast);
1132 explicit UInt(RValue<UShort> cast);