| /netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
| H A D | 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 …]
|
| H A D | 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 …]
|
| /netbsd-src/external/bsd/byacc/dist/test/yacc/ |
| H A D | 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 …]
|
| H A D | 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DiagnosticPrinter.h | 36 virtual DiagnosticPrinter &operator<<(char C) = 0; 37 virtual DiagnosticPrinter &operator<<(unsigned char C) = 0; 38 virtual DiagnosticPrinter &operator<<(signed char C) = 0; 39 virtual DiagnosticPrinter &operator<<(StringRef Str) = 0; 40 virtual DiagnosticPrinter &operator<<(const char *Str) = 0; 41 virtual DiagnosticPrinter &operator<<(const std::string &Str) = 0; 42 virtual DiagnosticPrinter &operator<<(unsigned long N) = 0; 43 virtual DiagnosticPrinter &operator<<(long N) = 0; 44 virtual DiagnosticPrinter &operator<<(unsigned long long N) = 0; 45 virtual DiagnosticPrinter &operator<<(long long N) = 0; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | 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 …]
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | 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 …]
|
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | stringclass.h | 32 inline string operator+(const string &, const string &); 33 inline string operator+(const string &, const char *); 34 inline string operator+(const char *, const string &); 35 inline string operator+(const string &, char); 36 inline string operator+(char, const string &); 37 inline int operator==(const string &, const string &); 38 inline int operator!=(const string &, const string &); 50 string &operator=(const string &); variable 51 string &operator=(const char *); variable 52 string &operator=(char); variable [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | intrange.h | 56 bool operator==(const SignExtendedNumber&) const; 57 bool operator!=(const SignExtendedNumber& a) const { return !(*this == a); } 58 bool operator<(const SignExtendedNumber&) const; 59 bool operator>(const SignExtendedNumber& a) const { return a < *this; } 60 bool operator<=(const SignExtendedNumber& a) const { return !(a < *this); } 61 bool operator>=(const SignExtendedNumber& a) const { return !(*this < a); } 64 SignExtendedNumber& operator++(); 66 SignExtendedNumber operator~() const; 68 SignExtendedNumber operator-() const; 71 SignExtendedNumber operator&(const SignExtendedNumber&) const; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | max_size_type.h | 75 operator _Tp() const noexcept in _GLIBCXX_VISIBILITY() 79 operator bool() const noexcept in _GLIBCXX_VISIBILITY() 83 operator+() const noexcept in _GLIBCXX_VISIBILITY() 87 operator~() const noexcept in _GLIBCXX_VISIBILITY() 91 operator-() const noexcept in _GLIBCXX_VISIBILITY() 92 { return operator~() + 1; } in _GLIBCXX_VISIBILITY() 95 operator++() noexcept in _GLIBCXX_VISIBILITY() 99 operator++(int) noexcept in _GLIBCXX_VISIBILITY() 107 operator--() noexcept in _GLIBCXX_VISIBILITY() 111 operator--(int) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | indirect_array.h | 75 indirect_array& operator=(const indirect_array&); in _GLIBCXX_VISIBILITY() local 78 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 80 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 94 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | mask_array.h | 75 mask_array& operator=(const mask_array&); in _GLIBCXX_VISIBILITY() local 77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 79 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 81 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 83 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 85 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 87 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 89 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 91 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 93 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | gslice_array.h | 73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local 76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 78 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 80 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | slice_array.h | 83 friend bool operator==(const slice&, const slice&) = default; in _GLIBCXX_VISIBILITY() 141 slice_array& operator=(const slice_array&); in _GLIBCXX_VISIBILITY() local 144 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 146 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 148 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 150 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 152 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 154 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 156 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 158 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | 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 …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 87 operator<(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 91 operator==(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 139 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 144 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 191 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 196 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 324 operator=(const _Pointer_adapter& __arg) in _GLIBCXX_VISIBILITY() 332 operator=(const _Pointer_adapter<_Up>& __arg) in _GLIBCXX_VISIBILITY() 340 operator=(_Up* __arg) in _GLIBCXX_VISIBILITY() 348 operator*() const in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 87 operator<(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 91 operator==(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 139 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 144 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 185 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 190 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 312 operator=(const _Pointer_adapter& __arg) in _GLIBCXX_VISIBILITY() 320 operator=(const _Pointer_adapter<_Up>& __arg) in _GLIBCXX_VISIBILITY() 328 operator=(_Up* __arg) in _GLIBCXX_VISIBILITY() 336 operator*() const in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | indirect_array.h | 75 indirect_array& operator=(const indirect_array&); in _GLIBCXX_VISIBILITY() local 78 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 80 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 94 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | mask_array.h | 75 mask_array& operator=(const mask_array&); in _GLIBCXX_VISIBILITY() local 77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 79 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 81 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 83 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 85 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 87 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 89 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 91 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 93 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | gslice_array.h | 73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local 76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 78 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 80 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | slice_array.h | 83 friend bool operator==(const slice&, const slice&) = default; in _GLIBCXX_VISIBILITY() 141 slice_array& operator=(const slice_array&); in _GLIBCXX_VISIBILITY() local 144 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 146 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 148 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 150 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 152 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 154 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 156 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 158 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 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++() { 133 InstructionCost operator++(int) { [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | chrono | 77 constexpr common_type<duration>::type operator+() const; 78 constexpr common_type<duration>::type operator-() const; 79 constexpr duration& operator++(); // constexpr in C++17 80 constexpr duration operator++(int); // constexpr in C++17 81 constexpr duration& operator--(); // constexpr in C++17 82 constexpr duration operator--(int); // constexpr in C++17 84 constexpr duration& operator+=(const duration& d); // constexpr in C++17 85 constexpr duration& operator-=(const duration& d); // constexpr in C++17 87 duration& operator*=(const rep& rhs); // constexpr in C++17 88 duration& operator/=(const rep& rhs); // constexpr in C++17 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | DebugUtils.h | 33 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym); 36 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols); 39 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols); 42 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols); 45 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags); 48 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV); 51 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV); 54 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags); 57 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols); 60 raw_ostream &operator<<(raw_ostream &OS, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 39 bool operator<(RegisterRef R) const { 61 operator unsigned() const; 62 bool operator== (unsigned x) const; 63 bool operator== (IndexType Idx) const; 64 bool operator!= (unsigned x) const; 65 bool operator!= (IndexType Idx) const; 66 IndexType operator++ (); 67 bool operator< (unsigned Idx) const; 68 bool operator< (IndexType Idx) const; 69 bool operator<= (IndexType Idx) const; [all …]
|