HomeSort by: relevance | last modified time | path
    Searched defs:operator (Results 1 - 25 of 2080) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFLocationExpression.cpp 15 raw_ostream &llvm::operator<<(raw_ostream &OS,
DWARFAddressRange.cpp 30 raw_ostream &llvm::operator<<(raw_ostream &OS, const DWARFAddressRange &R) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Optional.cpp 12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) {
BlockFrequency.cpp 18 BlockFrequency &BlockFrequency::operator*=(BranchProbability Prob) {
23 BlockFrequency BlockFrequency::operator*(BranchProbability Prob) const {
29 BlockFrequency &BlockFrequency::operator/=(BranchProbability Prob) {
34 BlockFrequency BlockFrequency::operator/(BranchProbability Prob) const {
40 BlockFrequency &BlockFrequency::operator+=(BlockFrequency Freq) {
51 BlockFrequency BlockFrequency::operator+(BlockFrequency Freq) const {
57 BlockFrequency &BlockFrequency::operator-=(BlockFrequency Freq) {
66 BlockFrequency BlockFrequency::operator-(BlockFrequency Freq) const {
72 BlockFrequency &BlockFrequency::operator>>=(const unsigned count) {
  /src/external/gpl2/groff/dist/src/roff/troff/
hvunits.h 31 vunits& operator+=(const vunits&);
32 vunits& operator-=(const vunits&);
35 friend inline vunits operator +(const vunits&, const vunits&);
36 friend inline vunits operator -(const vunits&, const vunits&);
37 friend inline vunits operator -(const vunits&);
38 friend inline int operator /(const vunits&, const vunits&);
39 friend inline vunits operator /(const vunits&, int);
40 friend inline vunits operator *(const vunits&, int);
41 friend inline vunits operator *(int, const vunits&);
42 friend inline int operator <(const vunits&, const vunits&)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
wide-int-bitmask.h 29 inline wide_int_bitmask &operator &= (wide_int_bitmask);
30 inline wide_int_bitmask &operator |= (wide_int_bitmask);
31 constexpr wide_int_bitmask operator ~ () const;
32 constexpr wide_int_bitmask operator & (wide_int_bitmask) const;
33 constexpr wide_int_bitmask operator | (wide_int_bitmask) const;
34 inline wide_int_bitmask operator >> (int);
35 inline wide_int_bitmask operator << (int);
36 inline bool operator == (wide_int_bitmask) const;
37 inline bool operator != (wide_int_bitmask) const;
60 wide_int_bitmask::operator &= (wide_int_bitmask b
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int-bitmask.h 29 inline wide_int_bitmask &operator &= (wide_int_bitmask);
30 inline wide_int_bitmask &operator |= (wide_int_bitmask);
31 constexpr wide_int_bitmask operator ~ () const;
32 constexpr wide_int_bitmask operator & (wide_int_bitmask) const;
33 constexpr wide_int_bitmask operator | (wide_int_bitmask) const;
34 inline wide_int_bitmask operator >> (int);
35 inline wide_int_bitmask operator << (int);
36 inline bool operator == (wide_int_bitmask) const;
37 inline bool operator != (wide_int_bitmask) const;
60 wide_int_bitmask::operator &= (wide_int_bitmask b
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
101 operator>(const _Tp& __x, const _Tp& __y)
114 operator<=(const _Tp& __x, const _Tp& __y)
127 operator>=(const _Tp& __x, const _Tp& __y)
  /src/external/gpl3/gdb/dist/gdbsupport/
filtered-iterator.h 63 decltype(auto) operator* () const
66 self_type &operator++ ()
73 bool operator== (const self_type &other) const
76 bool operator!= (const self_type &other) const
reference-to-pointer-iterator.h 59 reference_to_pointer_iterator &operator= (const reference_to_pointer_iterator &) = default;
60 reference_to_pointer_iterator &operator= (reference_to_pointer_iterator &&) = default;
62 value_type operator* () const
65 self_type &operator++ ()
71 self_type &operator++ (int)
77 self_type &operator-- ()
83 self_type &operator-- (int)
89 bool operator== (const self_type &other) const
92 bool operator!= (const self_type &other) const
  /src/external/gpl3/gdb.old/dist/gdbsupport/
reference-to-pointer-iterator.h 59 reference_to_pointer_iterator &operator= (const reference_to_pointer_iterator &) = default;
60 reference_to_pointer_iterator &operator= (reference_to_pointer_iterator &&) = default;
62 value_type operator* () const
65 self_type &operator++ ()
71 self_type &operator++ (int)
77 self_type &operator-- ()
83 self_type &operator-- (int)
89 bool operator== (const self_type &other) const
92 bool operator!= (const self_type &other) const
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APSInt.h 63 APSInt &operator=(APInt RHS) {
65 APInt::operator=(std::move(RHS));
69 APSInt &operator=(uint64_t RHS) {
71 APInt::operator=(RHS);
116 const APSInt &operator%=(const APSInt &RHS) {
124 const APSInt &operator/=(const APSInt &RHS) {
132 APSInt operator%(const APSInt &RHS) const {
136 APSInt operator/(const APSInt &RHS) const {
141 APSInt operator>>(unsigned Amt) const {
144 APSInt& operator>>=(unsigned Amt)
    [all...]
Sequence.h 45 value_sequence_iterator &operator=(const value_sequence_iterator &Arg) {
53 value_sequence_iterator &operator+=(difference_type N) {
57 value_sequence_iterator &operator-=(difference_type N) {
61 using BaseT::operator-;
62 difference_type operator-(const value_sequence_iterator &RHS) const {
66 bool operator==(const value_sequence_iterator &RHS) const {
69 bool operator<(const value_sequence_iterator &RHS) const {
73 reference operator*() const { return Value; }
iterator.h 43 /// - DerivedT &operator=(const DerivedT &R);
44 /// - bool operator==(const DerivedT &R) const;
45 /// - const T &operator*() const;
46 /// - T &operator*();
47 /// - DerivedT &operator++();
51 /// - DerivedT &operator--();
55 /// - DerivedT &operator++();
56 /// - DerivedT &operator--();
58 /// - bool operator<(const DerivedT &RHS) const;
59 /// - DifferenceTypeT operator-(const DerivedT &R) const
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
fractional-cost.h 35 fractional_cost operator+ (const fractional_cost &) const;
36 fractional_cost operator- (const fractional_cost &) const;
37 fractional_cost operator* (uint32_t) const;
39 fractional_cost &operator+= (const fractional_cost &);
40 fractional_cost &operator-= (const fractional_cost &);
41 fractional_cost &operator*= (uint32_t);
43 bool operator== (const fractional_cost &) const;
44 bool operator!= (const fractional_cost &) const;
45 bool operator< (const fractional_cost &) const;
46 bool operator<= (const fractional_cost &) const
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
fractional-cost.h 35 fractional_cost operator+ (const fractional_cost &) const;
36 fractional_cost operator- (const fractional_cost &) const;
37 fractional_cost operator* (uint32_t) const;
39 fractional_cost &operator+= (const fractional_cost &);
40 fractional_cost &operator-= (const fractional_cost &);
41 fractional_cost &operator*= (uint32_t);
43 bool operator== (const fractional_cost &) const;
44 bool operator!= (const fractional_cost &) const;
45 bool operator< (const fractional_cost &) const;
46 bool operator<= (const fractional_cost &) const
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
uint128_t.h 46 operator bool() const
51 operator T() const
58 operator&(uint128_t x, const uint128_t y)
66 operator|(uint128_t x, const uint128_t y)
74 operator<<(uint128_t x, const uint128_t y)
93 operator>>(uint128_t x, const uint128_t y)
112 operator~() const
116 operator-() const
117 { return operator~() + 1; }
120 operator+(uint128_t x, const uint128_t y
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
complex_t.h 26 complex_t operator + (complex_t y) { return complex_t(re + y.re, im + y.im); }
27 complex_t operator - (complex_t y) { return complex_t(re - y.re, im - y.im); }
28 complex_t operator - () { return complex_t(-re, -im); }
29 complex_t operator * (complex_t y) { return complex_t(re * y.re - im * y.im, im * y.re + re * y.im); }
31 complex_t operator / (complex_t y)
49 operator bool () { return re || im; }
51 int operator == (complex_t y) { return re == y.re && im == y.im; }
52 int operator != (complex_t y) { return re != y.re || im != y.im; }
58 inline complex_t operator * (real_t x, complex_t y) { return complex_t(x) * y; }
59 inline complex_t operator * (complex_t x, real_t y) { return x * complex_t(y);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
uint128_t.h 46 operator bool() const
51 operator T() const
58 operator&(uint128_t x, const uint128_t y)
66 operator|(uint128_t x, const uint128_t y)
74 operator<<(uint128_t x, const uint128_t y)
93 operator>>(uint128_t x, const uint128_t y)
112 operator~() const
116 operator-() const
117 { return operator~() + 1; }
120 operator+(uint128_t x, const uint128_t y
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
raw_storage_iterator.h 42 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator*() {return *this;}
43 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(const _Tp& __element)
46 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(_Tp&& __element)
49 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator++() {++__x_; return *this;}
50 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator operator++(int)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
InstructionCost.h 66 /// class provides the full range of operator support required for arithmetic
80 InstructionCost &operator+=(const InstructionCost &RHS) {
86 InstructionCost &operator+=(const CostType RHS) {
92 InstructionCost &operator-=(const InstructionCost &RHS) {
98 InstructionCost &operator-=(const CostType RHS) {
104 InstructionCost &operator*=(const InstructionCost &RHS) {
110 InstructionCost &operator*=(const CostType RHS) {
116 InstructionCost &operator/=(const InstructionCost &RHS) {
122 InstructionCost &operator/=(const CostType RHS) {
128 InstructionCost &operator++()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
longdouble.h 38 template <typename T> longdouble &operator = (T x)
54 operator int32_t (void)
57 operator int64_t (void)
60 operator uint32_t (void)
63 operator uint64_t (void)
66 operator bool (void)
77 longdouble operator + (const longdouble &r)
80 longdouble operator - (const longdouble &r)
83 longdouble operator * (const longdouble &r)
86 longdouble operator / (const longdouble &r
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticOptions.cpp 19 raw_ostream &operator<<(raw_ostream &Out, DiagnosticLevelMask M) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueLattice.cpp 12 raw_ostream &operator<<(raw_ostream &OS, const ValueLatticeElement &Val) {

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>