HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 2526 - 2550 of 6015) sorted by null

<<101102103104105106107108109110>>

  /external/llvm/include/llvm/MC/
MCDwarf.h 54 void operator=(const MCDwarfFile&); // DO NOT IMPLEMENT
70 inline raw_ostream &operator<<(raw_ostream &OS, const MCDwarfFile &DwarfFile){
107 // Allow the default copy constructor and assignment operator to be used
159 // Allow the default copy constructor and assignment operator to be used
183 void operator=(const MCLineSection&); // DO NOT IMPLEMENT
  /external/llvm/include/llvm/Support/
CallSite.h 81 InstrTy *operator->() const { return I.getPointer(); }
82 operator bool() const { return I.getPointer(); }
278 bool operator==(const CallSite &CS) const { return I == CS.I; }
279 bool operator!=(const CallSite &CS) const { return I != CS.I; }
280 bool operator<(const CallSite &CS) const {
ConstantRange.h 145 /// operator== - Return true if this range is equal to another range.
147 bool operator==(const ConstantRange &CR) const {
150 bool operator!=(const ConstantRange &CR) const {
151 return !operator==(CR);
258 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) {
  /external/stlport/stlport/stl/
_codecvt.h 158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
264 codecvt<char, char, mbstate_t>& operator =(const codecvt<char, char, mbstate_t>&);
365 codecvt<wchar_t, char, mbstate_t>& operator = (const codecvt<wchar_t, char, mbstate_t>&);
378 codecvt_byname<char, char, mbstate_t>& operator =(const codecvt_byname<char, char, mbstate_t>&);
429 codecvt_byname<wchar_t, char, mbstate_t>& operator =(const codecvt_byname<wchar_t, char, mbstate_t>&);
_slist.h 102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
106 _Self& operator++() {
110 _Self operator++(int) {
116 bool operator==(const_iterator __y ) const {
119 bool operator!=(const_iterator __y ) const {
338 _Self& operator= (const _Self& __x);
841 operator == (const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) {
897 operator = (const typename _Container::value_type& __val) {
902 insert_iterator<_Container>& operator*() { return *this; }
903 insert_iterator<_Container>& operator++() { return *this;
    [all...]
  /external/valgrind/unittest/
linear_solver.h 13 inline double& operator[] (int ix) {
18 inline const double& operator[] (int ix) const {
23 inline Vector operator+ (const Vector & other) const {
31 inline Vector operator- (const Vector & other) const {
39 inline Vector operator* (double factor) const {
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 138 // Overloaded new operator.
139 void* operator new(size_t, RenderArena*) throw();
142 void operator delete(void*, size_t);
145 // The normal operator new is disallowed.
146 void* operator new(size_t) throw();
  /frameworks/base/include/utils/
BlobCache.h 115 void operator=(const BlobCache&);
134 bool operator<(const Blob& rhs) const;
142 void operator=(const Blob&);
162 bool operator<(const CacheEntry& rhs) const;
163 const CacheEntry& operator=(const CacheEntry&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
264 codecvt<char, char, mbstate_t>& operator =(const codecvt<char, char, mbstate_t>&);
365 codecvt<wchar_t, char, mbstate_t>& operator = (const codecvt<wchar_t, char, mbstate_t>&);
378 codecvt_byname<char, char, mbstate_t>& operator =(const codecvt_byname<char, char, mbstate_t>&);
429 codecvt_byname<wchar_t, char, mbstate_t>& operator =(const codecvt_byname<wchar_t, char, mbstate_t>&);
_slist.h 102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
106 _Self& operator++() {
110 _Self operator++(int) {
116 bool operator==(const_iterator __y ) const {
119 bool operator!=(const_iterator __y ) const {
338 _Self& operator= (const _Self& __x);
841 operator == (const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) {
897 operator = (const typename _Container::value_type& __val) {
902 insert_iterator<_Container>& operator*() { return *this; }
903 insert_iterator<_Container>& operator++() { return *this;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_numeric.h 105 * Accumulates the values in the range [first,last) using operator+(). The
158 * value using operator+(). The values in the ranges are processed in
219 * Accumulates the values in the range [first,last) using operator+().
258 * Accumulates the values in the range [first,last) using operator+().
299 * [first,last) using operator-() and writes the result to @a result.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 105 * Accumulates the values in the range [first,last) using operator+(). The
158 * value using operator+(). The values in the ranges are processed in
219 * Accumulates the values in the range [first,last) using operator+().
258 * Accumulates the values in the range [first,last) using operator+().
299 * [first,last) using operator-() and writes the result to @a result.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
264 codecvt<char, char, mbstate_t>& operator =(const codecvt<char, char, mbstate_t>&);
365 codecvt<wchar_t, char, mbstate_t>& operator = (const codecvt<wchar_t, char, mbstate_t>&);
378 codecvt_byname<char, char, mbstate_t>& operator =(const codecvt_byname<char, char, mbstate_t>&);
429 codecvt_byname<wchar_t, char, mbstate_t>& operator =(const codecvt_byname<wchar_t, char, mbstate_t>&);
_slist.h 102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
106 _Self& operator++() {
110 _Self operator++(int) {
116 bool operator==(const_iterator __y ) const {
119 bool operator!=(const_iterator __y ) const {
338 _Self& operator= (const _Self& __x);
841 operator == (const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) {
897 operator = (const typename _Container::value_type& __val) {
902 insert_iterator<_Container>& operator*() { return *this; }
903 insert_iterator<_Container>& operator++() { return *this;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 105 * Accumulates the values in the range [first,last) using operator+(). The
158 * value using operator+(). The values in the ranges are processed in
219 * Accumulates the values in the range [first,last) using operator+().
258 * Accumulates the values in the range [first,last) using operator+().
299 * [first,last) using operator-() and writes the result to @a result.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
264 codecvt<char, char, mbstate_t>& operator =(const codecvt<char, char, mbstate_t>&);
365 codecvt<wchar_t, char, mbstate_t>& operator = (const codecvt<wchar_t, char, mbstate_t>&);
378 codecvt_byname<char, char, mbstate_t>& operator =(const codecvt_byname<char, char, mbstate_t>&);
429 codecvt_byname<wchar_t, char, mbstate_t>& operator =(const codecvt_byname<wchar_t, char, mbstate_t>&);
_slist.h 102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
106 _Self& operator++() {
110 _Self operator++(int) {
116 bool operator==(const_iterator __y ) const {
119 bool operator!=(const_iterator __y ) const {
338 _Self& operator= (const _Self& __x);
841 operator == (const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) {
897 operator = (const typename _Container::value_type& __val) {
902 insert_iterator<_Container>& operator*() { return *this; }
903 insert_iterator<_Container>& operator++() { return *this;
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 53 operator NamedDecl *() const { return Function; }
285 /// user-declared copy assignment operator.
402 /// assignment operator.
405 /// A copy/move assignment operator for class X is trivial if it is
408 /// -- the assignment operator selected to copy/move each direct base
411 /// array thereof), the assignment operator selected to copy/move
413 /// otherwise the copy/move assignment operator is non-trivial.
417 /// assignment operator.
420 /// A copy/move assignment operator for class X is trivial if it is
423 /// -- the assignment operator selected to copy/move each direct bas
    [all...]
NestedNameSpecifier.h 98 NestedNameSpecifier &operator=(const NestedNameSpecifier &); // do not implement
232 operator bool() const { return Qualifier; }
304 friend bool operator==(NestedNameSpecifierLoc X,
309 friend bool operator!=(NestedNameSpecifierLoc X,
345 operator=(const NestedNameSpecifierLocBuilder &Other);
463 /// Insertion operator for diagnostics. This allows sending NestedNameSpecifiers
465 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
OperationKinds.h 129 /// struct A { operator int(); }; int i = int(A());
291 BO_And, // [C99 6.5.10] Bitwise AND operator.
292 BO_Xor, // [C99 6.5.11] Bitwise XOR operator.
293 BO_Or, // [C99 6.5.12] Bitwise OR operator.
294 BO_LAnd, // [C99 6.5.13] Logical AND operator.
295 BO_LOr, // [C99 6.5.14] Logical OR operator.
302 BO_Comma // [C99 6.5.17] Comma operator.
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 144 operator bool() const { return isValid(); }
153 bool operator==(SlotIndex other) const {
157 bool operator!=(SlotIndex other) const {
163 bool operator<(SlotIndex other) const {
168 bool operator<=(SlotIndex other) const {
174 bool operator>(SlotIndex other) const {
180 bool operator>=(SlotIndex other) const {
314 inline raw_ostream& operator<<(raw_ostream &os, SlotIndex li) {
321 inline bool operator<(SlotIndex V, const IdxMBBPair &IM) {
325 inline bool operator<(const IdxMBBPair &IM, SlotIndex V)
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 218 inline T* operator() (int c, int r) {
223 inline const T* operator() (int c, int r) const {
240 void operator=(const WImage&);
258 // like accessing individual pixels using the () operator.
287 void operator=(const WImageC&);
352 void operator=(const WImageBuffer&);
409 void operator=(const WImageBufferC&);
442 WImageView& operator=(const WImage<T>& img) {
479 // the constructor and assignment operator are not provided.
489 WImageViewC& operator=(const WImageC<T, C>& img)
    [all...]
  /external/chromium/base/
stl_util-inl.h 187 // because the == operator in the STL can return false when the maps/sets
288 // It provides an operator () method instead of a Run method, so it may be
304 Result operator() (Arg1 arg1, Arg2 arg2) {
352 typename UnaryOp::result_type operator()(const Pair& p) const {
375 typename UnaryOp::result_type operator()(const Pair& p) const {
398 typename BinaryOp::result_type operator()(const Pair& p1,
422 typename BinaryOp::result_type operator()(const Pair& p1,
  /external/chromium/googleurl/src/
gurl.h 72 GURL_API GURL& operator=(const GURL& other);
128 // Defiant equality operator!
129 bool operator==(const GURL& other) const {
132 bool operator!=(const GURL& other) const {
137 bool operator<(const GURL& other) const {
372 // Stream operator so GURL can be used in assertion statements.
373 GURL_API std::ostream& operator<<(std::ostream& out, const GURL& url);
  /external/clang/include/clang/Sema/
AttributeList.h 114 void operator=(const AttributeList &); // DO NOT IMPLEMENT
115 void operator delete(void *); // DO NOT IMPLEMENT
323 arg_iterator& operator++() {
328 bool operator==(const arg_iterator& I) const {
334 bool operator!=(const arg_iterator& I) const {
335 return !operator==(I);
338 Expr* operator*() const {

Completed in 1389 milliseconds

<<101102103104105106107108109110>>