| /trueos/contrib/byacc/test/btyacc/ |
| HD | quote_calc4-s.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
| HD | quote_calc4.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
| /trueos/contrib/byacc/test/yacc/ |
| HD | quote_calc4.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
| HD | quote_calc4-s.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
| /trueos/contrib/groff/src/include/ |
| HD | stringclass.h | 30 inline string operator+(const string &, const string &); 31 inline string operator+(const string &, const char *); 32 inline string operator+(const char *, const string &); 33 inline string operator+(const string &, char); 34 inline string operator+(char, const string &); 35 inline int operator==(const string &, const string &); 36 inline int operator!=(const string &, const string &); 48 string &operator=(const string &); variable 49 string &operator=(const char *); variable 50 string &operator=(char); variable [all …]
|
| /trueos/contrib/groff/src/roff/troff/ |
| HD | hvunits.h | 29 vunits& operator+=(const vunits&); 30 vunits& operator-=(const vunits&); 33 friend inline vunits operator +(const vunits&, const vunits&); 34 friend inline vunits operator -(const vunits&, const vunits&); 35 friend inline vunits operator -(const vunits&); 36 friend inline int operator /(const vunits&, const vunits&); 37 friend inline vunits operator /(const vunits&, int); 38 friend inline vunits operator *(const vunits&, int); 39 friend inline vunits operator *(int, const vunits&); 40 friend inline int operator <(const vunits&, const vunits&); [all …]
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Scalar.h | 127 Scalar& operator= (const int i); variable 128 Scalar& operator= (unsigned int v); variable 129 Scalar& operator= (long v); variable 130 Scalar& operator= (unsigned long v); variable 131 Scalar& operator= (long long v); variable 132 Scalar& operator= (unsigned long long v); variable 133 Scalar& operator= (float v); variable 134 Scalar& operator= (double v); variable 135 Scalar& operator= (long double v); variable 136 Scalar& operator= (const Scalar& rhs); // Assignment operator variable [all …]
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | stl_iterator.h | 153 operator*() const in _GLIBCXX_BEGIN_NAMESPACE() 165 operator->() const in _GLIBCXX_BEGIN_NAMESPACE() 166 { return &(operator*()); } in _GLIBCXX_BEGIN_NAMESPACE() 174 operator++() in _GLIBCXX_BEGIN_NAMESPACE() 186 operator++(int) in _GLIBCXX_BEGIN_NAMESPACE() 199 operator--() in _GLIBCXX_BEGIN_NAMESPACE() 211 operator--(int) in _GLIBCXX_BEGIN_NAMESPACE() 224 operator+(difference_type __n) const in _GLIBCXX_BEGIN_NAMESPACE() 233 operator+=(difference_type __n) in _GLIBCXX_BEGIN_NAMESPACE() 245 operator-(difference_type __n) const in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | indirect_array.h | 74 indirect_array& operator=(const indirect_array&); in _GLIBCXX_BEGIN_NAMESPACE() local 77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 79 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 81 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 83 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 85 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 87 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 89 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 91 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 93 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | mask_array.h | 74 mask_array& operator=(const mask_array&); in _GLIBCXX_BEGIN_NAMESPACE() local 76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 78 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 80 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 82 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 84 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 86 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 88 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 90 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 92 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | gslice_array.h | 72 gslice_array& operator=(const gslice_array&); in _GLIBCXX_BEGIN_NAMESPACE() local 75 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 77 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 79 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 81 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 83 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 85 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 87 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 89 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() 91 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | slice_array.h | 134 slice_array& operator=(const slice_array&); variable 137 void operator=(const valarray<_Tp>&) const; variable 139 void operator*=(const valarray<_Tp>&) const; 141 void operator/=(const valarray<_Tp>&) const; 143 void operator%=(const valarray<_Tp>&) const; 145 void operator+=(const valarray<_Tp>&) const; 147 void operator-=(const valarray<_Tp>&) const; 149 void operator^=(const valarray<_Tp>&) const; 151 void operator&=(const valarray<_Tp>&) const; 153 void operator|=(const valarray<_Tp>&) const; [all …]
|
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | APSInt.h | 36 APSInt &operator=(const APSInt &RHS) { 37 APInt::operator=(RHS); 42 APSInt &operator=(const APInt &RHS) { 44 APInt::operator=(RHS); 48 APSInt &operator=(uint64_t RHS) { 50 APInt::operator=(RHS); 89 const APSInt &operator%=(const APSInt &RHS) { 97 const APSInt &operator/=(const APSInt &RHS) { 105 APSInt operator%(const APSInt &RHS) const { 109 APSInt operator/(const APSInt &RHS) const { [all …]
|
| HD | Statistic.h | 53 operator unsigned() const { return Value; } 56 const Statistic &operator=(unsigned Val) { 61 const Statistic &operator++() { 70 unsigned operator++(int) { 77 const Statistic &operator--() { 82 unsigned operator--(int) { 89 const Statistic &operator+=(const unsigned &V) { 95 const Statistic &operator-=(const unsigned &V) { 101 const Statistic &operator*=(const unsigned &V) { 106 const Statistic &operator/=(const unsigned &V) { [all …]
|
| /trueos/contrib/libstdc++/include/std/ |
| D | std_iomanip.h | 72 operator>>(basic_istream<_CharT,_Traits>& __is, _Resetiosflags __f) 80 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) 106 operator>>(basic_istream<_CharT,_Traits>& __is, _Setiosflags __f) 114 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) 141 operator>>(basic_istream<_CharT,_Traits>& __is, _Setbase __f) 152 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) 183 operator>>(basic_istream<_CharT,_Traits>& __is, _Setfill<_CharT> __f) 191 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f) 217 operator>>(basic_istream<_CharT,_Traits>& __is, _Setprecision __f) 225 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) [all …]
|
| D | std_ostream.h | 112 operator<<(__ostream_type& (*__pf)(__ostream_type&)) in _GLIBCXX_BEGIN_NAMESPACE() 121 operator<<(__ios_type& (*__pf)(__ios_type&)) in _GLIBCXX_BEGIN_NAMESPACE() 131 operator<<(ios_base& (*__pf) (ios_base&)) in _GLIBCXX_BEGIN_NAMESPACE() 169 operator<<(long __n) in _GLIBCXX_BEGIN_NAMESPACE() 173 operator<<(unsigned long __n) in _GLIBCXX_BEGIN_NAMESPACE() 177 operator<<(bool __n) in _GLIBCXX_BEGIN_NAMESPACE() 181 operator<<(short __n); in _GLIBCXX_BEGIN_NAMESPACE() 184 operator<<(unsigned short __n) in _GLIBCXX_BEGIN_NAMESPACE() 192 operator<<(int __n); in _GLIBCXX_BEGIN_NAMESPACE() 195 operator<<(unsigned int __n) in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | std_valarray.h | 162 valarray<_Tp>& operator=(const valarray<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 171 valarray<_Tp>& operator=(const _Tp&); in _GLIBCXX_BEGIN_NAMESPACE() local 181 valarray<_Tp>& operator=(const slice_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 191 valarray<_Tp>& operator=(const gslice_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 201 valarray<_Tp>& operator=(const mask_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 211 valarray<_Tp>& operator=(const indirect_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 214 operator= (const _Expr<_Dom, _Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 223 _Tp& operator[](size_t); in _GLIBCXX_BEGIN_NAMESPACE() 227 const _Tp& operator[](size_t) const; in _GLIBCXX_BEGIN_NAMESPACE() 240 _Expr<_SClos<_ValArray, _Tp>, _Tp> operator[](slice) const; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | std_complex.h | 140 complex<_Tp>& operator=(const _Tp&); member 142 complex<_Tp>& operator+=(const _Tp&); 144 complex<_Tp>& operator-=(const _Tp&); 146 complex<_Tp>& operator*=(const _Tp&); 148 complex<_Tp>& operator/=(const _Tp&); 155 complex<_Tp>& operator=(const complex<_Up>&); member 158 complex<_Tp>& operator+=(const complex<_Up>&); 161 complex<_Tp>& operator-=(const complex<_Up>&); 164 complex<_Tp>& operator*=(const complex<_Up>&); 167 complex<_Tp>& operator/=(const complex<_Up>&); [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CharUnits.h | 68 CharUnits& operator+= (const CharUnits &Other) { 72 CharUnits& operator++ () { 76 CharUnits operator++ (int) { 79 CharUnits& operator-= (const CharUnits &Other) { 83 CharUnits& operator-- () { 87 CharUnits operator-- (int) { 92 bool operator== (const CharUnits &Other) const { 95 bool operator!= (const CharUnits &Other) const { 100 bool operator< (const CharUnits &Other) const { 103 bool operator<= (const CharUnits &Other) const { [all …]
|
| HD | StmtIterator.h | 87 DERIVED& operator++() { 98 DERIVED operator++(int) { 100 operator++(); 104 bool operator==(const DERIVED& RHS) const { 108 bool operator!=(const DERIVED& RHS) const { 112 REFERENCE operator*() const { 116 REFERENCE operator->() const { return operator*(); } 151 LLVM_EXPLICIT operator bool() const { return !empty(); } 153 Stmt *operator->() const { return first.operator->(); } 154 Stmt *&operator*() const { return first.operator*(); } [all …]
|
| /trueos/contrib/gcclibs/libiberty/testsuite/ |
| HD | demangle-expected | 310 foo::operator&&(foo &) 311 foo::operator&& 315 foo::operator&=(foo &) 316 foo::operator&= 320 foo::operator&(foo &) 321 foo::operator& 325 foo::operator/=(foo &) 326 foo::operator/= 330 foo::operator^=(foo &) 331 foo::operator^= [all …]
|
| /trueos/contrib/groff/src/preproc/pic/ |
| HD | position.h | 28 position &operator+=(const position &); 29 position &operator-=(const position &); 30 position &operator*=(double); 31 position &operator/=(double); 34 position operator-(const position &); 35 position operator+(const position &, const position &); 36 position operator-(const position &, const position &); 37 position operator/(const position &, double); 38 position operator*(const position &, double); 40 double operator*(const position &, const position &); [all …]
|
| /trueos/contrib/libc++/include/ |
| D | new | 26 bad_alloc& operator=(const bad_alloc&) noexcept; 50 void* operator new(std::size_t size); // replaceable 51 void* operator new(std::size_t size, const std::nothrow_t&) noexcept; // replaceable 52 void operator delete(void* ptr) noexcept; // replaceable 53 void operator delete(void* ptr, const std::nothrow_t&) noexcept; // replaceable 55 void* operator new[](std::size_t size); // replaceable 56 void* operator new[](std::size_t size, const std::nothrow_t&) noexcept; // replaceable 57 void operator delete[](void* ptr) noexcept; // replaceable 58 void operator delete[](void* ptr, const std::nothrow_t&) noexcept; // replaceable 60 void* operator new (std::size_t size, void* ptr) noexcept; [all …]
|
| /trueos/contrib/libc++/include/experimental/ |
| D | optional | 37 constexpr bool operator==(const optional<T>&, const optional<T>&); 39 constexpr bool operator!=(const optional<T>&, const optional<T>&); 41 constexpr bool operator<(const optional<T>&, const optional<T>&); 43 constexpr bool operator>(const optional<T>&, const optional<T>&); 45 constexpr bool operator<=(const optional<T>&, const optional<T>&); 47 constexpr bool operator>=(const optional<T>&, const optional<T>&); 50 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept; 51 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept; 52 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept; 53 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept; [all …]
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | CFG.h | 52 inline bool operator==(const Self& x) const { return It == x.It; } 53 inline bool operator!=(const Self& x) const { return !operator==(x); } 55 inline reference operator*() const { 59 inline pointer *operator->() const { return &operator*(); } 61 inline Self& operator++() { // Preincrement 67 inline Self operator++(int) { // Postincrement 136 inline const Self &operator=(const Self &I) { 146 inline bool operator==(const Self& x) const { return idx == x.idx; } 147 inline bool operator!=(const Self& x) const { return !operator==(x); } 149 inline reference operator*() const { return Term->getSuccessor(idx); } [all …]
|