Searched defs:operator (Results 1 - 25 of 1977) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ADT/
H A DAPSInt.h36 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/(cons
[all...]
/external/astl/src/
H A Dios_pos_types.cpp34 fpos& fpos::operator+=(streamoff offs) {
48 fpos fpos::operator+(streamoff offs) const {
54 fpos fpos::operator-(streamoff offs) const {
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTime.cpp38 SMILTime WebCore::operator+(const SMILTime& a, const SMILTime& b)
47 SMILTime WebCore::operator-(const SMILTime& a, const SMILTime& b)
56 SMILTime WebCore::operator*(const SMILTime& a, const SMILTime& b)
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h87 template<> inline CSSPrimitiveValue::operator EBorderStyle() const
142 template<> inline CSSPrimitiveValue::operator CompositeOperator() const
363 template<> inline CSSPrimitiveValue::operator ControlPart() const
388 template<> inline CSSPrimitiveValue::operator EFillAttachment() const
423 template<> inline CSSPrimitiveValue::operator EFillBox() const
464 template<> inline CSSPrimitiveValue::operator EFillRepeat() const
507 template<> inline CSSPrimitiveValue::operator EBoxAlignment() const
542 template<> inline CSSPrimitiveValue::operator EBoxDirection() const
569 template<> inline CSSPrimitiveValue::operator EBoxLines() const
596 template<> inline CSSPrimitiveValue::operator EBoxOrien
[all...]
/external/stlport/stlport/stl/
H A D_valarray.c36 _Valarray_bool valarray<_Tp>:: operator!() const { function in class:_Tp
45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
56 valarray<_Tp> valarray<_Tp>::operator[](slice __slice) const {
87 valarray<_Tp>& valarray<_Tp>::operator=(const gslice_array<_Tp>& __x) {
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
108 valarray<_Tp> valarray<_Tp>::operator[](const _Valarray_bool& __mask) const {
126 valarray<_Tp>& valarray<_Tp>::operator=(const indirect_array<_Tp>& __x) {
135 valarray<_Tp>::operator[](const _Valarray_size_t& __addr) const {
H A D_valarray.h136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
144 valarray<_Tp>& operator=(const value_type& __x) {
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
151 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
153 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
156 value_type operator[](size_t __n) const {
160 value_type& operator[](size_t __n) {
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slic
[all...]
H A D_relops_cont.h7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
H A D_iterator_old.h67 // friend inline bool operator== _STLP_NULL_TMPL_ARGS (const _Self& x, const _Self& y);
85 _Reference operator*() const {
92 _Self& operator++() {
96 _Self operator++(int) {
101 _Self& operator--() {
105 _Self operator--(int) {
132 inline bool _STLP_CALL operator==(
142 inline bool _STLP_CALL operator!=(
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
181 _Reference operator*() cons
[all...]
H A D_string_operators.h29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
46 operator+(const _CharT* __s,
64 operator+(_CharT __c,
80 operator+(const basic_string<_CharT,_Traits,_Alloc>& __x,
98 operator+(const basic_string<_CharT,_Traits,_Alloc>& __x,
125 operator+(const basic_string<_CharT,_Traits,_Alloc>& __lhs,
141 operator+(const basic_string<_CharT,_Traits,_Alloc>& __lhs,
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
169 operator+(const basic_string<_CharT,_Traits,_Alloc>& __x,
188 operator
[all...]
/external/clang/test/CXX/special/class.free/
H A Dp1.cpp5 void *operator new(size_t) {
8 void *operator new[](size_t) {
H A Dp6.cpp5 void operator delete(void*) {
8 void operator delete[](void*) {
/external/clang/test/SemaCXX/Inputs/
H A Dwarn-new-overaligned-3.h6 void* operator new(unsigned long) {
9 void* operator new[](unsigned long) {
13 void* operator new(unsigned long, void *) {
17 void* operator new[](unsigned long, void *) {
/external/chromium/net/http/
H A Dhttp_version.h34 bool operator==(const HttpVersion& v) const {
37 bool operator!=(const HttpVersion& v) const {
40 bool operator>(const HttpVersion& v) const {
43 bool operator>=(const HttpVersion& v) const {
46 bool operator<(const HttpVersion& v) const {
49 bool operator<=(const HttpVersion& v) const {
/external/stlport/test/eh/
H A DSortClass.h39 bool operator<( const TestClass& rhs ) const
45 bool operator==( const TestClass& rhs ) const
58 inline bool operator>( const SortClass& lhs, const SortClass& rhs ) {
62 inline bool operator<=( const SortClass& lhs, const SortClass& rhs ) {
66 inline bool operator>=( const SortClass& lhs, const SortClass& rhs ) {
70 inline bool operator != ( const SortClass& lhs, const SortClass& rhs ) {
H A DTestClass.h40 inline TestClass& operator=( const TestClass& rhs );
43 inline TestClass operator!() const;
45 bool operator==( const TestClass& rhs ) const
50 bool operator<( const TestClass& rhs ) const {
111 inline TestClass& TestClass::operator=( const TestClass& rhs )
133 inline TestClass TestClass::operator!() const
138 inline bool operator>( const TestClass& lhs, const TestClass& rhs ) {
142 inline bool operator>=( const TestClass& lhs, const TestClass& rhs ) {
146 inline bool operator<=( const TestClass& lhs, const TestClass& rhs ) {
150 inline bool operator !
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DConstantUnion.h27 bool operator==(const int i) const
35 bool operator==(const float f) const
43 bool operator==(const bool b) const
51 bool operator==(const ConstantUnion& constant) const
77 bool operator!=(const int i) const
79 return !operator==(i);
82 bool operator!=(const float f) const
84 return !operator==(f);
87 bool operator!=(const bool b) const
89 return !operator
[all...]
/external/skia/include/core/
H A DSkLanguage.h46 bool operator==(const SkLanguage& b) const {
49 bool operator!=(const SkLanguage& b) const {
52 bool operator<(const SkLanguage& b) const {
55 bool operator>(const SkLanguage& b) const {
58 SkLanguage& operator=(const SkLanguage& b) {
/external/webrtc/src/system_wrappers/source/
H A Datomic32.cc34 WebRtc_Word32 Atomic32Wrapper::operator++()
39 WebRtc_Word32 Atomic32Wrapper::operator--()
46 // TODO (hellner) operator= and Atomic32Wrapper::Value() can be fully
48 Atomic32Wrapper& Atomic32Wrapper::operator=(const Atomic32Wrapper& rhs)
58 Atomic32Wrapper& Atomic32Wrapper::operator=(WebRtc_Word32 rhs)
64 WebRtc_Word32 Atomic32Wrapper::operator+=(WebRtc_Word32 rhs)
69 WebRtc_Word32 Atomic32Wrapper::operator-=(WebRtc_Word32 rhs)
/external/clang/test/CXX/dcl.dcl/
H A Dp4-0x.cpp5 constexpr explicit operator bool() { return b; }
9 constexpr operator int() { return 1; }
12 constexpr operator int() { return 1; } // expected-note {{candidate}}
13 constexpr operator long() { return 0; } // expected-note {{candidate}}
/external/clang/include/clang/Basic/
H A DVersionTuple.h73 friend bool operator==(const VersionTuple& X, const VersionTuple &Y) {
81 friend bool operator!=(const VersionTuple &X, const VersionTuple &Y) {
89 friend bool operator<(const VersionTuple &X, const VersionTuple &Y) {
103 friend bool operator>(const VersionTuple &X, const VersionTuple &Y) {
112 friend bool operator<=(const VersionTuple &X, const VersionTuple &Y) {
121 friend bool operator>=(const VersionTuple &X, const VersionTuple &Y) {
135 raw_ostream& operator<<(raw_ostream &Out, const VersionTuple &V);
/external/llvm/include/llvm/Support/
H A DBranchProbability.h53 bool operator==(BranchProbability RHS) const {
56 bool operator!=(BranchProbability RHS) const {
59 bool operator<(BranchProbability RHS) const {
62 bool operator>(BranchProbability RHS) const {
65 bool operator<=(BranchProbability RHS) const {
68 bool operator>=(BranchProbability RHS) const {
73 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob);
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceHandle.h38 bool operator!() const { return !m_resource; }
40 // This conversion operator allows implicit conversion to bool but not to other integer types.
43 operator UnspecifiedBoolType() const { return m_resource ? &CachedResourceHandleBase::m_resource : 0; }
53 CachedResourceHandleBase& operator=(const CachedResourceHandleBase&) { return *this; }
67 R* operator->() const { return get(); }
69 CachedResourceHandle& operator=(R* res) { setResource(res); return *this; }
70 CachedResourceHandle& operator=(const CachedResourceHandle& o) { setResource(o.get()); return *this; }
71 bool operator==(const CachedResourceHandleBase& o) const { return get() == o.get(); }
72 bool operator!=(const CachedResourceHandleBase& o) const { return get() != o.get(); }
86 template <class R, class RR> bool operator
[all...]
/external/chromium/crypto/
H A Dcssm_init.h49 operator CSSM_DATA*() { return &data_; }
50 CSSM_DATA* operator ->() { return &data_; }
/external/clang/test/PCH/
H A Dcxx-method.cpp6 S::operator char *() { return 0; }
8 S::operator const char *() { return 0; }
/external/opencv/cvaux/src/
H A D_cvaux.h54 CV_INLINE bool operator == (CvSize size1, CvSize size2 );
55 CV_INLINE bool operator == (CvSize size1, CvSize size2 )
60 CV_INLINE bool operator != (CvSize size1, CvSize size2 );
61 CV_INLINE bool operator != (CvSize size1, CvSize size2 )

Completed in 542 milliseconds

1234567891011>>