HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1976 - 2000 of 6015) sorted by null

<<71727374757677787980>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 144 operator()(Fn& f)
146 f.operator()(Hd());
156 operator()(Fn&) { }
166 operator()(Gn& g)
168 g.template operator()<Hd>();
178 operator()(Gn&) { }
188 operator()(Gn& g)
190 g.template operator()<Hd1, Hd2>();
200 operator()(Gn&) { }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
mutex 83 mutex& operator=(const mutex&) = delete;
135 recursive_mutex& operator=(const recursive_mutex&) = delete;
193 timed_mutex& operator=(const timed_mutex&) = delete;
298 recursive_timed_mutex& operator=(const recursive_timed_mutex&) = delete;
420 lock_guard& operator=(const lock_guard&) = delete;
477 unique_lock& operator=(const unique_lock&) = delete;
486 unique_lock& operator=(unique_lock&& __u)
589 /* explicit */ operator bool () const
712 once_flag& operator=(const once_flag&) = delete;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 200 _Tp& operator[](const _KT& __key) {
457 operator=(const typename _Container::value_type& __val) {
461 insert_iterator<_Container>& operator*() { return *this; }
462 insert_iterator<_Container>& operator++() { return *this; }
463 insert_iterator<_Container>& operator++(int) { return *this; }
484 operator=(const typename _Container::value_type& __val) {
488 insert_iterator<_Container>& operator*() { return *this; }
489 insert_iterator<_Container>& operator++() { return *this; }
490 insert_iterator<_Container>& operator++(int) { return *this; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
list 103 operator=(const list& __x)
112 operator=(list&& __x)
121 operator=(initializer_list<value_type> __l)
599 operator==(const list<_Tp, _Alloc>& __lhs,
605 operator!=(const list<_Tp, _Alloc>& __lhs,
611 operator<(const list<_Tp, _Alloc>& __lhs,
617 operator<=(const list<_Tp, _Alloc>& __lhs,
623 operator>=(const list<_Tp, _Alloc>& __lhs,
629 operator>(const list<_Tp, _Alloc>& __lhs,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 144 operator()(Fn& f)
146 f.operator()(Hd());
156 operator()(Fn&) { }
166 operator()(Gn& g)
168 g.template operator()<Hd>();
178 operator()(Gn&) { }
188 operator()(Gn& g)
190 g.template operator()<Hd1, Hd2>();
200 operator()(Gn&) { }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
mutex 83 mutex& operator=(const mutex&) = delete;
135 recursive_mutex& operator=(const recursive_mutex&) = delete;
193 timed_mutex& operator=(const timed_mutex&) = delete;
298 recursive_timed_mutex& operator=(const recursive_timed_mutex&) = delete;
420 lock_guard& operator=(const lock_guard&) = delete;
477 unique_lock& operator=(const unique_lock&) = delete;
486 unique_lock& operator=(unique_lock&& __u)
589 /* explicit */ operator bool () const
712 once_flag& operator=(const once_flag&) = delete;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 200 _Tp& operator[](const _KT& __key) {
457 operator=(const typename _Container::value_type& __val) {
461 insert_iterator<_Container>& operator*() { return *this; }
462 insert_iterator<_Container>& operator++() { return *this; }
463 insert_iterator<_Container>& operator++(int) { return *this; }
484 operator=(const typename _Container::value_type& __val) {
488 insert_iterator<_Container>& operator*() { return *this; }
489 insert_iterator<_Container>& operator++() { return *this; }
490 insert_iterator<_Container>& operator++(int) { return *this; }
  /external/clang/test/SemaCXX/
expression-traits.cpp 85 operator int() const;
90 operator IntClass() const;
194 int operator*() const;
197 int operator+(T) const;
209 operator long() const;
216 // 5.1/4: The operator :: followed by an identifier, a
217 // qualified-id, or an operator-function-id is a primary-
242 __is_lvalue_expr(::Class::operator+); // operator-function-id: template \
245 //ASSERT_RVALUE(::Class::operator*); // operator-function-id: member functio
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 137 bool operator>(const MVT& S) const { return SimpleTy > S.SimpleTy; }
138 bool operator<(const MVT& S) const { return SimpleTy < S.SimpleTy; }
139 bool operator==(const MVT& S) const { return SimpleTy == S.SimpleTy; }
140 bool operator!=(const MVT& S) const { return SimpleTy != S.SimpleTy; }
141 bool operator>=(const MVT& S) const { return SimpleTy >= S.SimpleTy; }
142 bool operator<=(const MVT& S) const { return SimpleTy <= S.SimpleTy; }
391 bool operator==(EVT VT) const {
394 bool operator!=(EVT VT) const {
531 if (EVT::operator==(VT)) return true;
537 if (EVT::operator==(VT)) return false
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
NodeConstructors.h 30 inline void* ParserArenaFreeable::operator new(size_t size, JSGlobalData* globalData)
35 inline void* ParserArenaDeletable::operator new(size_t size, JSGlobalData* globalData)
296 inline PostfixResolveNode::PostfixResolveNode(JSGlobalData* globalData, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
302 inline PostfixBracketNode::PostfixBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
311 inline PostfixDotNode::PostfixDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
320 inline PostfixErrorNode::PostfixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
375 inline PrefixResolveNode::PrefixResolveNode(JSGlobalData* globalData, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
381 inline PrefixBracketNode::PrefixBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
390 inline PrefixDotNode::PrefixDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset)
399 inline PrefixErrorNode::PrefixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 94 friend TextStream& operator<<(TextStream&, TextStreamSeparator&);
100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep)
134 TextStream& operator<<(TextStream& ts, const FloatRect &r)
159 TextStream& operator<<(TextStream& ts, const AffineTransform& transform)
175 static TextStream& operator<<(TextStream& ts, const WindRule rule)
189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType)
206 static TextStream& operator<<(TextStream& ts, const SVGMarkerElement::SVGMarkerUnitsType& markerUnit)
223 TextStream& operator<<(TextStream& ts, const Color& c)
229 static TextStream& operator<<(TextStream& ts, const DashArray& a)
243 static TextStream& operator<<(TextStream& ts, LineCap style
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 213 * @brief %Multiset assignment operator.
220 operator=(const multiset& __x)
228 * @brief %Multiset move assignment operator.
235 operator=(multiset&& __x)
244 * @brief %Multiset list assignment operator.
255 operator=(initializer_list<value_type> __l)
603 operator==(const multiset<_K1, _C1, _A1>&,
608 operator< (const multiset<_K1, _C1, _A1>&,
625 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
642 operator<(const multiset<_Key, _Compare, _Alloc>& __x
    [all...]
stl_queue.h 100 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
104 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
145 operator=(queue&& __q)
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
291 /// Based on operator==
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
297 /// Based on operator<
300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
303 /// Based on operator<
    [all...]
stl_set.h 220 * @brief %Set assignment operator.
227 operator=(const set& __x)
235 * @brief %Set move assignment operator.
242 operator=(set&& __x)
251 * @brief %Set list assignment operator.
262 operator=(initializer_list<value_type> __l)
619 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
623 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
639 operator==(const set<_Key, _Compare, _Alloc>& __x,
656 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 213 * @brief %Multiset assignment operator.
220 operator=(const multiset& __x)
228 * @brief %Multiset move assignment operator.
235 operator=(multiset&& __x)
244 * @brief %Multiset list assignment operator.
255 operator=(initializer_list<value_type> __l)
603 operator==(const multiset<_K1, _C1, _A1>&,
608 operator< (const multiset<_K1, _C1, _A1>&,
625 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
642 operator<(const multiset<_Key, _Compare, _Alloc>& __x
    [all...]
stl_queue.h 100 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
104 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
145 operator=(queue&& __q)
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
291 /// Based on operator==
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
297 /// Based on operator<
300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
303 /// Based on operator<
    [all...]
stl_set.h 220 * @brief %Set assignment operator.
227 operator=(const set& __x)
235 * @brief %Set move assignment operator.
242 operator=(set&& __x)
251 * @brief %Set list assignment operator.
262 operator=(initializer_list<value_type> __l)
619 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
623 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
639 operator==(const set<_Key, _Compare, _Alloc>& __x,
656 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 213 * @brief %Multiset assignment operator.
220 operator=(const multiset& __x)
228 * @brief %Multiset move assignment operator.
235 operator=(multiset&& __x)
244 * @brief %Multiset list assignment operator.
255 operator=(initializer_list<value_type> __l)
603 operator==(const multiset<_K1, _C1, _A1>&,
608 operator< (const multiset<_K1, _C1, _A1>&,
625 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
642 operator<(const multiset<_Key, _Compare, _Alloc>& __x
    [all...]
stl_queue.h 100 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
104 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
145 operator=(queue&& __q)
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
291 /// Based on operator==
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
297 /// Based on operator<
300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
303 /// Based on operator<
    [all...]
stl_set.h 220 * @brief %Set assignment operator.
227 operator=(const set& __x)
235 * @brief %Set move assignment operator.
242 operator=(set&& __x)
251 * @brief %Set list assignment operator.
262 operator=(initializer_list<value_type> __l)
619 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
623 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
639 operator==(const set<_Key, _Compare, _Alloc>& __x,
656 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 127 /// UnaryExprAST - Expression class for a unary operator.
137 /// BinaryExprAST - Expression class for a binary operator.
179 /// of arguments the function takes), as well as if it is an operator.
226 /// BinopPrecedence - This holds the precedence for each binary operator that is
230 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
390 // If the current token is not an operator, it must be a primary expr.
394 // If this is a unary operator, read it.
418 // Parse the unary expression after the binary operator.
422 // If BinOp binds less tightly with RHS than the operator after RHS, let
423 // the pending operator take RHS as its LHS
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 280 bool operator==(FoldingSetNodeIDRef) const;
326 /// operator== - Used to compare two nodes to each other.
328 bool operator==(const FoldingSetNodeID &RHS) const;
329 bool operator==(const FoldingSetNodeIDRef RHS) const;
530 bool operator==(const FoldingSetIteratorImpl &RHS) const {
533 bool operator!=(const FoldingSetIteratorImpl &RHS) const {
544 T &operator*() const {
548 T *operator->() const {
552 inline FoldingSetIterator &operator++() { // Preincrement
556 FoldingSetIterator operator++(int) { // Postincremen
    [all...]
  /external/llvm/docs/tutorial/
LangImpl6.html 69 The "operator overloading" that we will add to Kaleidoscope is more general than
79 operator precedence parsing for the expressions. See <a
80 href="LangImpl2.html">Chapter 2</a> for details. Without using operator
170 /// which captures its argument names as well as if it is an operator.
197 of whether it was an operator, and if it was, what precedence level the operator
200 the prototype for a user-defined operator, we need to parse it:</p>
224 return ErrorP("Expected binary operator");
252 <b>// Verify right number of names for operator.
254 return ErrorP("Invalid number of operands for operator");
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 42 bool operator==(const Id& other) const;
43 bool operator!=(const Id& other) const;
44 bool operator<(const Id& other) const;
79 void operator=(const ContextList& other) {
83 bool operator==(const ContextList& other) const {
87 bool operator!=(const ContextList& other) const {
  /external/chromium/net/tools/flip_server/
balsa_headers.h 289 // different types (they're different types to ensure that operator= and
317 reference operator*() const {
321 pointer operator->() const {
322 return &(this->operator*());
325 bool operator==(const self& it) const {
329 bool operator<(const self& it) const {
333 bool operator<=(const self& it) const {
337 bool operator!=(const self& it) const {
341 bool operator>(const self& it) const {
345 bool operator>=(const self& it) const
    [all...]

Completed in 990 milliseconds

<<71727374757677787980>>