Searched refs:operator (Results 201 - 225 of 2465) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D15800-1.C8 panama& operator=(panama&); // ERROR - // ERROR -
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnew1.C2 // GROUPS passed operator-new
4 struct x { int a; void * operator new (size_t, void *); };
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcast3.C9 int operator [] (int);
H A Doperator2.C8 operator const char*() ;// { return s; }
13 *s; // implies "s.operator const char*()"
H A Doverload1.C5 operator void* ();
H A Doverload6.C6 operator void* ();
H A Doverload7.C6 operator A* ();
H A Dsynth5.C1 // Bug: generated B::operator= tries to call A::operator=
8 virtual A& operator= (const A&) = 0;
H A Dtemporary5.C9 operator int () { return 1; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators12.C11 B &operator = (const B &); //Disable assignment!
H A Doperators24.C11 void* operator new(size_t, int);
H A Doperators3.C6 // Subject: Failure to use conversion operator.
13 operator char*() const { return myData; }
H A Doperators9.C12 operator=(B &); // ERROR - no type or storage class
H A Dscope2.C5 // Subject: G++ 2.4.5 - global delete operator not called when using "::delete"
17 void *operator new (size_t);
18 void operator delete (void *);
21 void *foo::operator new (size_t size)
28 void foo::operator delete (void *data)
38 ::delete ff; // should call the default delete operator
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_iarr.C10 typename Outer<N-1>::Inner operator[](int n) const
16 typename Outer<N-1>::Inner operator[](int n) const
27 int operator[](int n) const
33 int operator[](int n) const
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet3.C9 operator int();
H A Dp5673.C5 operator int () {
H A Dp755a.C1 // It checks to see if you can define your own global delete operator.
6 void operator delete(void *p) throw() {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dns16.C5 void operator +(int) const;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddelete2.C4 operator char*() const;
H A Ddelete3.C18 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw()
20 return operator new(numBytes, std::nothrow);
23 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw()
26 return operator delete(pMemory);
H A Drefinit1.C12 operator B ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcond2.C7 operator bool () const;
H A Dfriend28.C7 friend mystream& operator>> <>( mystream&, a<T>& thea );
12 template <class T> mystream& operator>>( mystream& s, a<T>& thea );
14 template<> mystream& operator>> <int>( mystream& s, a<int>& thea );
18 template<> mystream& operator>> <int>( mystream& s, a<int>& thea )
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb44.C3 // class ostream & operator <<(class ostream &, const class Vector<T> &)
16 friend ostream& operator<< (ostream& out, const Vector<T> & vec); // WARNING -
20 ostream& operator<< (ostream& out, const Vector<T> & vec)
26 template ostream& operator<< (ostream& out, const Vector<char> &);
28 ostream& operator<< (ostream& out, const Vector<char>&)

Completed in 204 milliseconds

1234567891011>>