HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 751 - 775 of 6351) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16.pass.cpp 28 void* operator new(std::size_t s) throw(std::bad_alloc)
34 void operator delete(void* p) throw()
codecvt_utf8.pass.cpp 28 void* operator new(std::size_t s) throw(std::bad_alloc)
34 void operator delete(void* p) throw()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
assign.pass.cpp 12 // const locale& operator=(const locale& other) throw();
22 void* operator new(std::size_t s) throw(std::bad_alloc)
28 void operator delete(void* p) throw()
copy.pass.cpp 22 void* operator new(std::size_t s) throw(std::bad_alloc)
28 void operator delete(void* p) throw()
default.pass.cpp 22 void* operator new(std::size_t s) throw(std::bad_alloc)
28 void operator delete(void* p) throw()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
ctor.pass.cpp 25 void* operator new(std::size_t s) throw(std::bad_alloc)
31 void operator delete(void* p) throw()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
swap.pass.cpp 28 A& operator=(const A& a) {state_ = a.state_; return *this;}
31 friend bool operator==(const A& x, const A& y)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
swap.pass.cpp 27 A& operator=(const A& a) {state_ = a.state_; return *this;}
30 friend bool operator==(const A& x, const A& y)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
swap.pass.cpp 28 A& operator=(const A& a) {state_ = a.state_; return *this;}
31 friend bool operator==(const A& x, const A& y)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_throw.pass.cpp 35 void* operator new(std::size_t s) throw(std::bad_alloc)
42 void operator delete(void* p) throw()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
DefaultOnly.h 11 DefaultOnly& operator=(const DefaultOnly&);
18 friend bool operator==(const DefaultOnly& x, const DefaultOnly& y)
20 friend bool operator< (const DefaultOnly& x, const DefaultOnly& y)
alloc_first.h 41 friend bool operator==(const alloc_first& x, const alloc_first& y)
43 friend bool operator< (const alloc_first& x, const alloc_first& y)
alloc_last.h 41 friend bool operator==(const alloc_last& x, const alloc_last& y)
43 friend bool operator< (const alloc_last& x, const alloc_last& y)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
custom_manip.hpp 37 std::ostream& operator*() const { return *m_ostr; }
51 operator<<( std::ostream& ostr, custom_manip<Uniq> const& ) { return custom_printer<custom_manip<Uniq> >( ostr ); }
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete1.cpp 8 void *operator new[](size_t sz) throw() {
12 void operator delete[] (void *vp) { ::operator delete(vp); }
new7.cpp 16 void* operator new ( std::size_t n ) throw ( std::bad_alloc )
19 return ::operator new( n );
21 void operator delete( void* p, std::size_t n ) throw()
24 ::operator delete( p );
33 X* x = new X; // gcc 3.0 fails to call operator delete when X::X throws
pdel1.cpp 11 void operator delete (void *p, int, int) { r = 0; ::operator delete (p); }
14 void * operator new (size_t size, int, int) { return operator new (size); }
pdel2.cpp 11 void operator delete (void *p, int, long) { r = 1; ::operator delete (p); }
14 void * operator new (size_t size, int, int) { return operator new (size); }
placement2.cpp 6 void* operator new (__SIZE_TYPE__ sz, void*) { return operator new (sz); }
7 void operator delete (void* p, void*) { operator delete (p); }
  /ndk/tests/device/test-stlport_static-exception/jni/
delete1.cpp 8 void *operator new[](size_t sz) throw() {
12 void operator delete[] (void *vp) { ::operator delete(vp); }
new7.cpp 16 void* operator new ( std::size_t n ) throw ( std::bad_alloc )
19 return ::operator new( n );
21 void operator delete( void* p, std::size_t n ) throw()
24 ::operator delete( p );
33 X* x = new X; // gcc 3.0 fails to call operator delete when X::X throws
pdel1.cpp 11 void operator delete (void *p, int, int) { r = 0; ::operator delete (p); }
14 void * operator new (size_t size, int, int) { return operator new (size); }
pdel2.cpp 11 void operator delete (void *p, int, long) { r = 1; ::operator delete (p); }
14 void * operator new (size_t size, int, int) { return operator new (size); }
placement2.cpp 6 void* operator new (__SIZE_TYPE__ sz, void*) { return operator new (sz); }
7 void operator delete (void* p, void*) { operator delete (p); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }

Completed in 2543 milliseconds

<<31323334353637383940>>