/freebsd-src/contrib/byacc/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 …]
|
/freebsd-src/contrib/byacc/test/yacc/ |
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 …]
|
/freebsd-src/contrib/llvm-project/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 …]
|
/freebsd-src/contrib/llvm-project/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, NonOwningSymbolStringPtr Sym); 39 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols); 42 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols); 45 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols); 48 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags); 51 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV); 54 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV); 57 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags); 60 raw_ostream &operator<<(raw_ostrea [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 46 friend bool operator==(Align Lhs, Align Rhs); 47 friend bool operator!=(Align Lhs, Align Rhs); 48 friend bool operator<=(Align Lhs, Align Rhs); 49 friend bool operator>=(Align Lhs, Align Rhs); 50 friend bool operator<(Align Lhs, Align Rhs); 51 friend bool operator>(Align Lhs, Align Rhs); 73 Align &operator=(const Align &Other) = default; member 74 Align &operator=(Align &&Other) = default; member 127 MaybeAlign &operator=(const MaybeAlign &Other) = default; member 129 MaybeAlign &operator=(MaybeAlign &&Other) = default; member [all …]
|
H A D | InstructionCost.h | 99 InstructionCost &operator+=(const InstructionCost &RHS) { 111 InstructionCost &operator+=(const CostType RHS) { 117 InstructionCost &operator-=(const InstructionCost &RHS) { 128 InstructionCost &operator-=(const CostType RHS) { 134 InstructionCost &operator*=(const InstructionCost &RHS) { 150 InstructionCost &operator*=(const CostType RHS) { 156 InstructionCost &operator/=(const InstructionCost &RHS) { 162 InstructionCost &operator/=(const CostType RHS) { 168 InstructionCost &operator++() { 173 InstructionCost operator++(int) { [all …]
|
H A D | BlockFrequency.h | 42 BlockFrequency &operator*=(BranchProbability Prob); 43 BlockFrequency operator*(BranchProbability Prob) const; 47 BlockFrequency &operator/=(BranchProbability Prob); 48 BlockFrequency operator/(BranchProbability Prob) const; 51 BlockFrequency &operator+=(BlockFrequency Freq) { 61 BlockFrequency operator+(BlockFrequency Freq) const { 68 BlockFrequency &operator-=(BlockFrequency Freq) { 76 BlockFrequency operator-(BlockFrequency Freq) const { 86 BlockFrequency &operator>>=(const unsigned count) { 98 bool operator<(BlockFrequenc [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 64 APSInt &operator=(APInt RHS) { 66 APInt::operator=(std::move(RHS)); 70 APSInt &operator=(uint64_t RHS) { 72 APInt::operator=(RHS); 126 const APSInt &operator%=(const APSInt &RHS) { 134 const APSInt &operator/=(const APSInt &RHS) { 142 APSInt operator%(const APSInt &RHS) const { 146 APSInt operator/(const APSInt &RHS) const { 151 APSInt operator>>(unsigned Amt) const { 154 APSInt &operator>>=(unsigned Amt) { [all …]
|
H A D | iterator.h | 109 operator ReferenceT() const { return *I; } in ReferenceT() 125 PointerT operator->() const { return &R; } 129 DerivedT operator+(DifferenceTypeT n) const { 139 friend DerivedT operator+(DifferenceTypeT n, const DerivedT &i) { 145 DerivedT operator-(DifferenceTypeT n) const { 154 DerivedT &operator++() { 157 return static_cast<DerivedT *>(this)->operator+=(1); 159 DerivedT operator++(int) { 164 DerivedT &operator--() { 168 return static_cast<DerivedT *>(this)->operator-=(1); [all …]
|
/freebsd-src/contrib/llvm-project/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 …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CustomizableOptional.h | 54 CustomizableOptional &operator=(T &&y) { 58 CustomizableOptional &operator=(CustomizableOptional &&O) = default; variable 65 CustomizableOptional &operator=(const T &y) { 69 CustomizableOptional &operator=(const CustomizableOptional &O) = default; variable 82 constexpr explicit operator bool() const { return has_value(); } 84 constexpr const T *operator->() const { return &Storage.value(); } 85 T *operator->() { return &Storage.value(); } 86 constexpr const T &operator*() const & { return Storage.value(); } 87 T &operator*() & { return Storage.value(); } 90 return has_value() ? operator*() in value_or() [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 126 Scalar &operator+=(Scalar rhs); 127 Scalar &operator<<=(const Scalar &rhs); // Shift left 128 Scalar &operator>>=(const Scalar &rhs); // Shift right (arithmetic) 129 Scalar &operator&=(const Scalar &rhs); 213 friend const Scalar operator+(const Scalar &lhs, const Scalar &rhs); 214 friend const Scalar operator-(Scalar lhs, Scalar rhs); 215 friend const Scalar operator/(Scalar lhs, Scalar rhs); 216 friend const Scalar operator*(Scalar lhs, Scalar rhs); 217 friend const Scalar operator&(Scalar lhs, Scalar rhs); 218 friend const Scalar operator|(Scala [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | chrono | 81 constexpr common_type<duration>::type operator+() const; 82 constexpr common_type<duration>::type operator-() const; 83 constexpr duration& operator++(); // constexpr in C++17 84 constexpr duration operator++(int); // constexpr in C++17 85 constexpr duration& operator--(); // constexpr in C++17 86 constexpr duration operator--(int); // constexpr in C++17 88 constexpr duration& operator+=(const duration& d); // constexpr in C++17 89 constexpr duration& operator-=(const duration& d); // constexpr in C++17 91 duration& operator*=(const rep& rhs); // constexpr in C++17 92 duration& operator/ [all...] |
H A D | compare | 73 friend constexpr bool operator==(partial_ordering v, unspecified) noexcept; 74 friend constexpr bool operator==(partial_ordering v, partial_ordering w) noexcept = default; 75 friend constexpr bool operator< (partial_ordering v, unspecified) noexcept; 76 friend constexpr bool operator> (partial_ordering v, unspecified) noexcept; 77 friend constexpr bool operator<=(partial_ordering v, unspecified) noexcept; 78 friend constexpr bool operator>=(partial_ordering v, unspecified) noexcept; 79 friend constexpr bool operator< (unspecified, partial_ordering v) noexcept; 80 friend constexpr bool operator> (unspecified, partial_ordering v) noexcept; 81 friend constexpr bool operator<=(unspecified, partial_ordering v) noexcept; 82 friend constexpr bool operator> [all...] |
H A D | new | 25 bad_alloc& operator=(const bad_alloc&) noexcept; 52 void* operator new(std::size_t size); // replaceable, nodiscard in C++20 53 void* operator new(std::size_t size, std::align_val_t alignment); // replaceable, C++17, nodiscard in C++20 54 void* operator new(std::size_t size, const std::nothrow_t&) noexcept; // replaceable, nodiscard in C++20 55 void* operator new(std::size_t size, std::align_val_t alignment, 57 void operator delete(void* ptr) noexcept; // replaceable 58 void operator delete(void* ptr, std::size_t size) noexcept; // replaceable, C++14 59 void operator delete(void* ptr, std::align_val_t alignment) noexcept; // replaceable, C++17 60 void operator delete(void* ptr, std::size_t size, 62 void operator delet [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__compare/ |
H A D | ordering.h | 62 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(partial_ordering, partial_ordering) noexcep… 64 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam)… 68 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<(partial_ordering __v, _CmpUnspecifiedParam) … 72 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam)… 76 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>(partial_ordering __v, _CmpUnspecifiedParam) … 80 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam)… 84 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<(_CmpUnspecifiedParam, partial_ordering __v) … 88 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering __v)… 92 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>(_CmpUnspecifiedParam, partial_ordering __v) … 96 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering __v)… [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/modules/std/ |
H A D | valarray.inc | 21 using std::operator*; 22 using std::operator/; 23 using std::operator%; 24 using std::operator+; 25 using std::operator-; 27 using std::operator^; 28 using std::operator&; 29 using std::operator|; 31 using std::operator<<; 32 using std::operator>>; [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | year_month_weekday.h | 50 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday& operator+=(const months&) noexcept; 51 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday& operator-=(const months&) noexcept; 52 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday& operator+=(const years&) noexcept; 53 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday& operator-=(const years&) noexcept; 61 …_LIBCPP_HIDE_FROM_ABI inline constexpr operator sys_days() const noexcept { return sys_days{__to_d… in sys_days() 62 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr operator local_days() const noexcept { in local_days() 92 operator==(const year_month_weekday& __lhs, const year_month_weekday& __rhs) noexcept { 98 operator/(const year_month& __lhs, const weekday_indexed& __rhs) noexcept { 103 operator/(const year& __lhs, const month_weekday& __rhs) noexcept { 107 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_weekday operator/(int __lhs, const month_weekday&… [all …]
|
H A D | year_month_day.h | 55 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day& operator+=(const months& __dm) noexcept; 56 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day& operator-=(const months& __dm) noexcept; 57 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day& operator+=(const years& __dy) noexcept; 58 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day& operator-=(const years& __dy) noexcept; 63 _LIBCPP_HIDE_FROM_ABI inline constexpr operator sys_days() const noexcept { return sys_days{__to_days()}; } in sys_days() 64 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr operator local_days() const noexcept { in local_days() 107 operator==(const year_month_day& __lhs, const year_month_day& __rhs) noexcept { 112 operator<=>(const year_month_day& __lhs, const year_month_day& __rhs) noexcept { 120 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day operator/(const year_month& __lhs, const day& __rhs) noexcept { 124 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day operator/(cons [all...] |
H A D | year_month.h | 39 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month& operator+=(const months& __dm) noexcept; 40 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month& operator-=(const months& __dm) noexcept; 41 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month& operator+=(const years& __dy) noexcept; 42 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month& operator-=(const years& __dy) noexcept; 46 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month operator/(const year& __y, const month& __m) noex… 50 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month operator/(const year& __y, int __m) noexcept { 54 _LIBCPP_HIDE_FROM_ABI inline constexpr bool operator==(const year_month& __lhs, const year_month& _… 59 operator<=>(const year_month& __lhs, const year_month& __rhs) noexcept { 65 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month operator+(const year_month& __lhs, const months& … 72 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month operator+(const months& __lhs, const year_month& … [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBExtras.h | 25 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value); 26 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv); 27 raw_ostream &operator<<(raw_ostream &OS, const PDB_BuiltinType &Type); 28 raw_ostream &operator<<(raw_ostream &OS, const PDB_DataKind &Data); 29 raw_ostream &operator<<(raw_ostream &OS, 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_LocType &Loc); 32 raw_ostream &operator<<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk); 33 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum); 34 raw_ostream &operator<<(raw_ostream &OS, const PDB_Lang &Lang); 35 raw_ostream &operator<<(raw_ostream &OS, const PDB_SymType &Tag); [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 74 CharUnits& operator+= (const CharUnits &Other) { 78 CharUnits& operator++ () { 82 CharUnits operator++ (int) { 85 CharUnits& operator-= (const CharUnits &Other) { 89 CharUnits& operator-- () { 93 CharUnits operator-- (int) { 98 bool operator== (const CharUnits &Other) const { 101 bool operator!= (const CharUnits &Other) const { 106 bool operator< (const CharUnits &Other) const { 109 bool operator<= (const CharUnits &Other) const { [all …]
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | SocketAddress.h | 51 const SocketAddress &operator=(const struct addrinfo *addr_info); variable 53 const SocketAddress &operator=(const struct sockaddr &s); variable 55 const SocketAddress &operator=(const struct sockaddr_in &s); variable 57 const SocketAddress &operator=(const struct sockaddr_in6 &s); variable 59 const SocketAddress &operator=(const struct sockaddr_storage &s); variable 61 bool operator==(const SocketAddress &rhs) const; 62 bool operator!=(const SocketAddress &rhs) const; 154 operator struct sockaddr *() { return &m_socket_addr.sa; } 156 operator const struct sockaddr *() const { return &m_socket_addr.sa; } 158 operator struct sockaddr_in *() { return &m_socket_addr.sa_ipv4; } [all …]
|