Searched refs:operator (Results 126 - 150 of 2465) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Doverload8.C7 void operator*(baz&, double);
9 template <class T> inline T operator*(double s, const T &p)
H A Dpartial3.C6 template <class T> operator T*() { return 0; }
9 template <class T> operator T();
H A Dspec30.C5 void *operator new (size_t);
6 void *operator new (size_t, int);
7 void operator delete (void*);
13 void* S<int>::operator new (size_t b)
15 s[0] = ::operator new(b);
20 void* S<int>::operator new (size_t b, int)
22 s[1] = ::operator new(b);
27 void S<int>::operator delete (void*)
H A Dt34.C3 template <class X> struct A { int operator [] (int); };
4 template <class Y> int A<Y>::operator[] (int j) { return j * j; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Debnull-cast.C3 void operator& ();
9 operator T* () const { return 0; }
H A Debnull-oldcast.C3 void operator& ();
9 operator T* () const { return 0; }
H A Debnull.C3 void operator& ();
9 operator T* () const { return 0; }
/openbsd-current/gnu/llvm/libcxx/include/__variant/
H A Dmonostate.h28 _LIBCPP_HIDE_FROM_ABI constexpr bool operator==(monostate, monostate) noexcept { return true; }
32 _LIBCPP_HIDE_FROM_ABI constexpr strong_ordering operator<=>(monostate, monostate) noexcept {
38 _LIBCPP_HIDE_FROM_ABI constexpr bool operator!=(monostate, monostate) noexcept { return false; }
40 _LIBCPP_HIDE_FROM_ABI constexpr bool operator<(monostate, monostate) noexcept { return false; }
42 _LIBCPP_HIDE_FROM_ABI constexpr bool operator>(monostate, monostate) noexcept { return false; }
44 _LIBCPP_HIDE_FROM_ABI constexpr bool operator<=(monostate, monostate) noexcept { return true; }
46 _LIBCPP_HIDE_FROM_ABI constexpr bool operator>=(monostate, monostate) noexcept { return true; }
55 inline _LIBCPP_HIDE_FROM_ABI result_type operator()(const argument_type&) const _NOEXCEPT {
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugUtils.h33 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym);
36 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols);
39 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols);
42 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols);
45 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags);
48 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV);
51 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV);
54 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags);
57 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols);
60 raw_ostream &operator<<(raw_ostrea
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dnew1.C3 // right pointer to operator delete.
12 void * operator new[] (size_t s) throw (std::bad_alloc)
14 ptr = operator new (s);
18 void operator delete[] (void *p) throw ()
22 operator delete (p);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Doperator2.C8 virtual operator const T&() const = 0;
9 virtual const T& operator= (const T& t) = 0;
16 const Tnative& operator= (const Tnative& t) { return t; }
17 operator const Tnative&() const { return *(Tnative *)0; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Dref7.C4 hop operator* () const;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dswitch1.C7 operator int();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dconv3.C10 operator T ()
14 template <typename T2> operator T2 ()
20 return operator T ();
24 return static_cast <int> (operator T2 ());
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dcond1.C7 inline operator unsigned int() const;
14 inline TChar::operator unsigned int() const
20 inline const unsigned char &operator[](int anIndex) const;
24 inline const unsigned char &TDes8::operator[](int anIndex) const
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators1.C7 int operator()(A x,float y) { // MUST be a member function// ERROR - .*
H A Doperators7.C6 operator const char *() const { return p; }
H A Doverload3.C8 friend rutBoolean operator>(const rutBigIntRep& a, const rutBigIntRep& b);
9 operator rutBoolean() const;
15 rutBigIntRep& operator=(const rutBigIntRep& value);
18 rutBoolean operator>(const rutBigIntRep& a, const rutBigIntRep& b) {
21 // converting `a' via `operator rutBoolean', then using the
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dconversion9.C5 operator int & () {
H A Dtypedef3.C5 class1& operator=(const class1&);
H A Dvecdel.C6 void * operator new [] (__SIZE_TYPE__ i)
7 { newsize = i; return ::operator new [](i); }
8 void operator delete [] (void *p, __SIZE_TYPE__ i)
9 { delsize = i; ::operator delete [](p); }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Ddossier1.C17 int& operator[](int i);
H A Doperators21.C8 int operator()(A x,float y) {// ERROR - .*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet29.C16 int operator!=(const String& x, const SubString& y);
17 int operator!=(const String& x, const String& y);
19 int operator!=(const SubString& x, const String& y);
20 int operator!=(const SubString& x, const SubString& y);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnew7.C15 void* operator new ( std::size_t n ) throw ( std::bad_alloc )
18 return ::operator new( n );
20 void operator delete( void* p, std::size_t n ) throw()
23 ::operator delete( p );
32 X* x = new X; // gcc 3.0 fails to call operator delete when X::X throws

Completed in 112 milliseconds

1234567891011>>