HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 651 - 675 of 27368) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
complex 36 complex<T>& operator= (const T&);
37 complex<T>& operator+=(const T&);
38 complex<T>& operator-=(const T&);
39 complex<T>& operator*=(const T&);
40 complex<T>& operator/=(const T&);
42 complex& operator=(const complex&);
43 template<class X> complex<T>& operator= (const complex<X>&);
44 template<class X> complex<T>& operator+=(const complex<X>&);
45 template<class X> complex<T>& operator-=(const complex<X>&);
46 template<class X> complex<T>& operator*=(const complex<X>&)
    [all...]
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /external/libcxx/include/
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
iterator 94 template <class U> constexpr reverse_iterator& operator=(const reverse_iterator<U>& u);
96 constexpr reference operator*() const;
97 constexpr pointer operator->() const;
98 constexpr reverse_iterator& operator++();
99 constexpr reverse_iterator operator++(int);
100 constexpr reverse_iterator& operator--();
101 constexpr reverse_iterator operator--(int);
102 constexpr reverse_iterator operator+ (difference_type n) const;
103 constexpr reverse_iterator& operator+=(difference_type n);
104 constexpr reverse_iterator operator- (difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
optional 32 constexpr bool operator==(const optional<T>&, const optional<U>&);
34 constexpr bool operator!=(const optional<T>&, const optional<U>&);
36 constexpr bool operator<(const optional<T>&, const optional<U>&);
38 constexpr bool operator>(const optional<T>&, const optional<U>&);
40 constexpr bool operator<=(const optional<T>&, const optional<U>&);
42 constexpr bool operator>=(const optional<T>&, const optional<U>&);
45 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
46 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
47 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
48 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept
    [all...]
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 12 ThrowingCopy & operator =(ThrowingCopy &&) noexcept;
13 ThrowingCopy & operator =(const ThrowingCopy &) noexcept(false);
25 HasCopyAssignment & operator =(const HasCopyAssignment &) noexcept(false);
31 HasMoveConstructor(HasMoveConstructor &&) noexcept; // expected-note {{copy assignment operator is implicitly deleted because 'HasMoveConstructor' has a user-declared move constructor}}
37 HasMoveAssignment & operator =(HasMoveAssignment &&) noexcept;
57 hmc = HasMoveConstructor(); // expected-error {{object of type 'HasMoveConstructor' cannot be assigned because its copy assignment operator is implicitly deleted}}
71 PrivateMove & operator =(const PrivateMove &) noexcept(false);
74 PrivateMove & operator =(PrivateMove &&) noexcept;
98 NonTrivialCopyOnly & operator =(const NonTrivialCopyOnly &) noexcept(false);
109 ContainsConst & operator =(ContainsConst &); // expected-note {{not viable}
    [all...]
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 128 void operator*(const A &);
129 void operator*(int) __attribute__((deprecated)); // expected-note {{'operator*' has been explicitly marked deprecated here}}
130 void operator-(const A &) const;
132 void operator+(const A &, const A &);
133 void operator+(const A &, int) __attribute__((deprecated)); // expected-note {{'operator+' has been explicitly marked deprecated here}}
134 void operator-(const A &, int) __attribute__((deprecated)); // expected-note {{'operator-' has been explicitly marked deprecated here}}
147 // Overloaded operator call
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 81 extern MagickPPExport int operator ==
83 extern MagickPPExport int operator !=
85 extern MagickPPExport int operator >
87 extern MagickPPExport int operator <
89 extern MagickPPExport int operator >=
91 extern MagickPPExport int operator <=
108 // Operator to invoke equivalent draw API call
109 virtual void operator()(MagickCore::DrawingWand *) const;
135 // Assignment operator
136 Drawable& operator=(const Drawable& original_)
    [all...]
  /hardware/google/av/codec2/vndk/util/
C2Debug.cpp 98 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i) {
102 std::ostream& operator<<(std::ostream& os, const C2Param::Type &i) {
107 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i) {
119 std::ostream& operator<<(std::ostream& os, const _C2FieldId &i) {
124 std::ostream& operator<<(std::ostream& os, const C2FieldDescriptor &i) {
134 std::ostream& operator<<(std::ostream& os, const C2ParamField &i) {
160 std::ostream& operator<<(std::ostream &os, const c2_cntr_t<T> &v) {
165 std::ostream& operator<<(std::ostream& os, const C2SupportedRange<T> &i) {
173 template std::ostream& operator<<(std::ostream& os, const C2SupportedRange<char> &i);
174 template std::ostream& operator<<(std::ostream& os, const C2SupportedRange<uint8_t> &i)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APSInt.h 46 APSInt &operator=(APInt RHS) {
48 APInt::operator=(std::move(RHS));
52 APSInt &operator=(uint64_t RHS) {
54 APInt::operator=(RHS);
99 const APSInt &operator%=(const APSInt &RHS) {
107 const APSInt &operator/=(const APSInt &RHS) {
115 APSInt operator%(const APSInt &RHS) const {
119 APSInt operator/(const APSInt &RHS) const {
124 APSInt operator>>(unsigned Amt) const {
127 APSInt& operator>>=(unsigned Amt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APSInt.h 46 APSInt &operator=(APInt RHS) {
48 APInt::operator=(std::move(RHS));
52 APSInt &operator=(uint64_t RHS) {
54 APInt::operator=(RHS);
99 const APSInt &operator%=(const APSInt &RHS) {
107 const APSInt &operator/=(const APSInt &RHS) {
115 APSInt operator%(const APSInt &RHS) const {
119 APSInt operator/(const APSInt &RHS) const {
124 APSInt operator>>(unsigned Amt) const {
127 APSInt& operator>>=(unsigned Amt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APSInt.h 46 APSInt &operator=(APInt RHS) {
48 APInt::operator=(std::move(RHS));
52 APSInt &operator=(uint64_t RHS) {
54 APInt::operator=(RHS);
99 const APSInt &operator%=(const APSInt &RHS) {
107 const APSInt &operator/=(const APSInt &RHS) {
115 APSInt operator%(const APSInt &RHS) const {
119 APSInt operator/(const APSInt &RHS) const {
124 APSInt operator>>(unsigned Amt) const {
127 APSInt& operator>>=(unsigned Amt)
    [all...]

Completed in 2114 milliseconds

<<21222324252627282930>>