/external/clang/test/SemaCXX/ |
overload-call.cpp | 340 bool operator==(const QFixed &f, int i); 343 inline operator unsigned int () const; 345 inline bool operator==(const qrgb666 &v) const; 346 inline bool operator!=(const qrgb666 &v) const { return !(*this == v); } 405 operator const unsigned int & () const; 409 operator unsigned int & () const; 430 operator ft*(); 451 operator const X*(); 454 operator X*(); 481 operator X0 *() [all...] |
/external/llvm/include/llvm/Object/ |
ObjectFile.h | 49 const content_type* operator->() const { 53 const content_type &operator*() const { 57 bool operator==(const content_iterator &other) const { 61 bool operator!=(const content_iterator &other) const { 75 static bool operator ==(const DataRefImpl &a, const DataRefImpl &b) { 96 bool operator==(const RelocationRef &Other) const; 132 bool operator==(const SectionRef &Other) const; 179 bool operator==(const SymbolRef &Other) const; 329 inline bool SymbolRef::operator==(const SymbolRef &Other) const { 392 inline bool SectionRef::operator==(const SectionRef &Other) const [all...] |
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 25 Graph& operator=(const Graph&); 46 bool operator==(const NodeSubset &other) const { 49 bool operator!=(const NodeSubset &other) const { 180 bool operator==(const ChildIterator &other) const { 184 bool operator!=(const ChildIterator &other) const { 188 /// Prefix increment operator. 189 ChildIterator& operator++() { 201 /// Postfix increment operator. 202 ChildIterator operator++(int) { 208 /// Dereference operator [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 277 operator[](const_key_reference r_key) 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); 378 && !hash_eq_fn_base::operator()(p_e->m_value.first, r_key)) 399 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); 403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second)) 432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 452 r_pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 469 entry_pointer p_e = m_entries[ranged_hash_fn_base::operator()(r_key)]; 472 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key)) 492 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 277 operator[](const_key_reference r_key) 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); 378 && !hash_eq_fn_base::operator()(p_e->m_value.first, r_key)) 399 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); 403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second)) 432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 452 r_pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 469 entry_pointer p_e = m_entries[ranged_hash_fn_base::operator()(r_key)]; 472 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key)) 492 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 277 operator[](const_key_reference r_key) 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); 378 && !hash_eq_fn_base::operator()(p_e->m_value.first, r_key)) 399 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); 403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second)) 432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 452 r_pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 469 entry_pointer p_e = m_entries[ranged_hash_fn_base::operator()(r_key)]; 472 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key)) 492 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key) [all...] |
/external/opencv/cvaux/src/ |
cvmat.cpp | 366 * CvMAT::operator = * 369 CvMAT& CvMAT::operator = ( const _CvMAT_T_& mat_t ) 382 CvMAT& CvMAT::operator = ( const _CvMAT_ADD_& mat_add ) 412 CvMAT& CvMAT::operator = ( const _CvMAT_ADD_EX_& mat_add ) 427 CvMAT& CvMAT::operator = ( const _CvMAT_SCALE_& scale_mat ) 441 CvMAT& CvMAT::operator = ( const _CvMAT_SCALE_SHIFT_& scale_shift_mat ) 455 CvMAT& CvMAT::operator = ( const _CvMAT_MUL_& mmul ) 492 CvMAT& CvMAT::operator = ( const _CvMAT_MUL_ADD_& mmuladd ) 516 CvMAT& CvMAT::operator = ( const _CvMAT_INV_& inv_mat ) 533 CvMAT& CvMAT::operator = ( const _CvMAT_NOT_& not_mat [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
regex | 856 operator=(const basic_regex& __rhs) 867 operator=(const _Ch_type* __p) 878 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 883 * @brief the real assignment operator. [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 856 operator=(const basic_regex& __rhs) 867 operator=(const _Ch_type* __p) 878 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 883 * @brief the real assignment operator. [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 856 operator=(const basic_regex& __rhs) 867 operator=(const _Ch_type* __p) 878 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 883 * @brief the real assignment operator. [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
bitset | 695 operator=(bool __x) 706 operator=(const reference& __j) 717 operator~() const 721 operator bool() const 810 operator&=(const bitset<_Nb>& __rhs) 817 operator|=(const bitset<_Nb>& __rhs) 824 operator^=(const bitset<_Nb>& __rhs) 839 operator<<=(size_t __position) 852 operator>>=(size_t __position) 985 operator~() cons [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 695 operator=(bool __x) 706 operator=(const reference& __j) 717 operator~() const 721 operator bool() const 810 operator&=(const bitset<_Nb>& __rhs) 817 operator|=(const bitset<_Nb>& __rhs) 824 operator^=(const bitset<_Nb>& __rhs) 839 operator<<=(size_t __position) 852 operator>>=(size_t __position) 985 operator~() cons [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 695 operator=(bool __x) 706 operator=(const reference& __j) 717 operator~() const 721 operator bool() const 810 operator&=(const bitset<_Nb>& __rhs) 817 operator|=(const bitset<_Nb>& __rhs) 824 operator^=(const bitset<_Nb>& __rhs) 839 operator<<=(size_t __position) 852 operator>>=(size_t __position) 985 operator~() cons [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.13 | |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_tree.h | 174 operator*() const 178 operator->() const 182 operator++() 189 operator++(int) 197 operator--() 204 operator--(int) 212 operator==(const _Self& __x) const 216 operator!=(const _Self& __x) const 249 operator*() const 253 operator->() cons [all...] |
stl_map.h | 115 bool operator()(const value_type& __x, const value_type& __y) const 244 * @brief %Map assignment operator. 251 operator=(const map& __x) 259 * @brief %Map move assignment operator. 266 operator=(map&& __x) 275 * @brief %Map list assignment operator. 286 operator=(initializer_list<value_type> __l) 435 * operator. Returns data associated with the key specified in 442 operator[](const key_type& __k) 778 operator==(const map<_K1, _T1, _C1, _A1>& [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 174 operator*() const 178 operator->() const 182 operator++() 189 operator++(int) 197 operator--() 204 operator--(int) 212 operator==(const _Self& __x) const 216 operator!=(const _Self& __x) const 249 operator*() const 253 operator->() cons [all...] |
stl_map.h | 115 bool operator()(const value_type& __x, const value_type& __y) const 244 * @brief %Map assignment operator. 251 operator=(const map& __x) 259 * @brief %Map move assignment operator. 266 operator=(map&& __x) 275 * @brief %Map list assignment operator. 286 operator=(initializer_list<value_type> __l) 435 * operator. Returns data associated with the key specified in 442 operator[](const key_type& __k) 778 operator==(const map<_K1, _T1, _C1, _A1>& [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 174 operator*() const 178 operator->() const 182 operator++() 189 operator++(int) 197 operator--() 204 operator--(int) 212 operator==(const _Self& __x) const 216 operator!=(const _Self& __x) const 249 operator*() const 253 operator->() cons [all...] |
stl_map.h | 115 bool operator()(const value_type& __x, const value_type& __y) const 244 * @brief %Map assignment operator. 251 operator=(const map& __x) 259 * @brief %Map move assignment operator. 266 operator=(map&& __x) 275 * @brief %Map list assignment operator. 286 operator=(initializer_list<value_type> __l) 435 * operator. Returns data associated with the key specified in 442 operator[](const key_type& __k) 778 operator==(const map<_K1, _T1, _C1, _A1>& [all...] |
/external/clang/lib/Lex/ |
PPExpressions.cpp | 348 // If this operator is live and overflowed, report the issue. 390 /// getPrecedence - Return the precedence of the specified binary operator 448 tok::TokenKind Operator = PeekTok.getKind(); 450 // If this is a short-circuiting operator, see if the RHS of the operator is 456 if (Operator == tok::ampamp && LHS.Val == 0) 458 else if (Operator == tok::pipepipe && LHS.Val != 0) 460 else if (Operator == tok::question && LHS.Val == 0) 465 // Consume the operator, remembering the operator's location for reporting [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLEScontext.h | 31 bool operator<(const Version& ver) const; 32 Version& operator=(const Version& ver); 88 ArrayData& operator[](int i); 92 void operator++();
|
/development/tools/findunused/ |
findunusedstrings | 31 # Two sed's were needed because the | operator is not supported on the mac
|