/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
new | 56 void* operator new(std::size_t size) throw(std::bad_alloc); 57 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 58 void* operator new[](std::size_t size) throw(std::bad_alloc); 59 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 61 void operator delete[](void* ptr) throw(); 62 void operator delete[](void* const, std::nothrow_t&) throw(); 63 void operator delete(void* ptr) throw(); 64 void operator delete(void*, const std::nothrow_t&) throw(); 66 inline void* operator new(std::size_t, void* p) throw() { return p; } 67 inline void* operator new[](std::size_t, void* p) throw() { return p; [all...] |
/external/clang/test/CXX/special/class.copy/ |
p25-0x.cpp | 23 // A copy/move assignment operator for class X is trivial if it is not user-provided, 25 UserProvided &operator=(const UserProvided &); 32 NonConstCopy &operator=(NonConstCopy &) = default; 46 // and the assignment operator selected to copy/move each [direct subobject] is trivial 48 template<typename T> TemplateCtor operator=(T &); 63 TNT &operator=(const TNT &) = default; // trivial 64 TNT &operator=(TNT &); // non-trivial 66 TNT &operator=(TNT &&) = default; // trivial 67 TNT &operator=(const TNT &&); // non-trivial 118 MultipleTrivial &operator=(const MultipleTrivial &) & = default [all...] |
/external/clang/test/SemaCXX/ |
cxx1y-contextual-conversion-tweaks.cpp | 13 operator T &() { return val; } //@13 14 operator T() const { return val; } //@14 50 operator int(); // matching and viable 54 operator int() &&; // matching and not viable 58 operator float(); // not matching 62 template<typename T> operator T(); // not matching (ambiguous anyway) 66 template<typename T> operator int(); // not matching (ambiguous anyway) 70 operator int() &&; // @70 71 operator int(); // @71 -- duplicate declaration with different qualifier is not allowed 75 operator int() &&; // matching but not viabl [all...] |
/external/clang/test/CodeGenCXX/ |
conversion-function.cpp | 8 operator int(); 11 S::operator int() { 20 public: operator int() { printf("operator int()\n"); return iX; } 21 public: operator float() { printf("operator float()\n"); return fX; } 30 operator X() { printf("perator X()\n"); x.iX += iZ; x.fX += fZ; return x; } 39 public: operator Z(){printf("perator Z()\n"); return z; } 47 operator int(){ return ++iO; } 60 int c = X(Z(y)); // OK: y.operator Z().operator X().operator int( [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
LayoutUnit.h | 108 operator int() const { return toInt(); } 109 operator unsigned() const { return toUnsigned(); } 110 operator float() const { return toFloat(); } 111 operator double() const { return toDouble(); } 112 operator bool() const { return m_value; } 114 LayoutUnit operator++(int) 167 // Compute fraction using the mod operator to preserve the sign of the value as it may affect rounding. 247 inline bool operator<=(const LayoutUnit& a, const LayoutUnit& b) 252 inline bool operator<=(const LayoutUnit& a, float b) 257 inline bool operator<=(const LayoutUnit& a, int b [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 128 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 136 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 143 operator->() const 150 operator*() const 157 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 161 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 165 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 169 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 173 operator++() 181 operator++(int [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 128 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 136 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 143 operator->() const 150 operator*() const 157 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 161 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 165 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 169 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 173 operator++() 181 operator++(int [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 128 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 136 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 143 operator->() const 150 operator*() const 157 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 161 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 165 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 169 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 173 operator++() 181 operator++(int [all...] |
/external/llvm/include/llvm/ADT/ |
APSInt.h | 36 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/(const APSInt &RHS) const [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pointer.h | 58 * 4) An operator<() to support pointer comparison. 59 * 5) An operator==() to support pointer comparison. 80 operator<(const _Std_pointer_impl& __rarg) const 84 operator==(const _Std_pointer_impl& __rarg) const 132 operator<(const _Relative_pointer_impl& __rarg) const 137 operator==(const _Relative_pointer_impl& __rarg) const 184 operator<(const _Relative_pointer_impl& __rarg) const 189 operator==(const _Relative_pointer_impl& __rarg) const 323 // Assignment operator 325 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pointer.h | 58 * 4) An operator<() to support pointer comparison. 59 * 5) An operator==() to support pointer comparison. 80 operator<(const _Std_pointer_impl& __rarg) const 84 operator==(const _Std_pointer_impl& __rarg) const 132 operator<(const _Relative_pointer_impl& __rarg) const 137 operator==(const _Relative_pointer_impl& __rarg) const 184 operator<(const _Relative_pointer_impl& __rarg) const 189 operator==(const _Relative_pointer_impl& __rarg) const 323 // Assignment operator 325 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |