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

<<101102103104105106107108109110>>

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 50 operator MachineInstr*() const { return MI; }
51 MachineInstr *operator->() const { return MI; }
52 operator MachineBasicBlock::iterator() const { return MI; }
  /external/llvm/include/llvm/Support/
Allocator.h 92 void operator=(const BumpPtrAllocator &); // do not implement
226 inline void *operator new(size_t Size, llvm::BumpPtrAllocator &Allocator) {
240 inline void operator delete(void *, llvm::BumpPtrAllocator &) {}
  /external/llvm/lib/Support/
raw_ostream.cpp 105 raw_ostream &raw_ostream::operator<<(unsigned long N) {
121 raw_ostream &raw_ostream::operator<<(long N) {
128 return this->operator<<(static_cast<unsigned long>(N));
131 raw_ostream &raw_ostream::operator<<(unsigned long long N) {
134 return this->operator<<(static_cast<unsigned long>(N));
147 raw_ostream &raw_ostream::operator<<(long long N) {
154 return this->operator<<(static_cast<unsigned long long>(N));
217 raw_ostream &raw_ostream::operator<<(const void *P) {
223 raw_ostream &raw_ostream::operator<<(double N) {
251 return this->operator<<(buf)
    [all...]
regex2.h 59 * In state representations, an operator's bit is on to signify a state
60 * immediately *preceding* "execution" of that operator.
62 typedef unsigned long sop; /* strip operator */
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 138 bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; }
139 bool operator==(const TypeSet &RHS) const { return TypeVec == RHS.TypeVec; }
272 bool operator==(const TreePredicateFn &RHS) const {
276 bool operator!=(const TreePredicateFn &RHS) const { return !(*this == RHS); }
303 /// Operator - The Record for the operator if this is an interior node (not
305 Record *Operator;
327 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {
331 : Operator(0), Val(val), TransformFn(0) {
362 Record *getOperator() const { assert(!isLeaf()); return Operator; }
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Feature.h 93 /** copy operator */
98 /** equal operator */
146 /** virtual sizeof operator for 16bit units */
  /external/neven/Embedded/common/src/b_TensorEm/
VectorMap.h 85 /** copy operator */
90 /** equal operator */
138 /** virtual sizeof operator for 16bit units */
  /external/skia/gpu/include/
GrTArray.h 165 GrTArray& operator =(const GrTArray& array) {
241 T& operator[] (int i) {
247 const T& operator[] (int i) const {
GrTextureCache.h 68 friend bool operator==(const GrTextureKey& a, const GrTextureKey& b) {
74 friend bool operator!=(const GrTextureKey& a, const GrTextureKey& b) {
79 friend bool operator<(const GrTextureKey& a, const GrTextureKey& b) {
  /external/skia/include/core/
SkTDArray.h 61 SkTDArray<T>& operator=(const SkTDArray<T>& src) {
74 friend int operator==(const SkTDArray<T>& a, const SkTDArray<T>& b) {
104 T& operator[](int index) const {
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 334 /* increment operator phase */
509 /* save operator data */
514 /* initalize operator */
571 /* operator 3 is on output bus in modes 0, 1, and 3 */
602 /* operator 4 is on output bus in modes 0, 1, and 2 */
608 /* operator 4 is modulated in modes 2, 4, and 5 */
614 /* operator 4 is in mix mode in modes 0 and 1 */
642 /* operator 1 is on output bus in mode 0 */
648 /* operator 1 is modulated in modes 3 and 4 */
654 /* operator 1 is in mix mode in modes 0 and 5 *
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 334 /* increment operator phase */
509 /* save operator data */
514 /* initalize operator */
571 /* operator 3 is on output bus in modes 0, 1, and 3 */
602 /* operator 4 is on output bus in modes 0, 1, and 2 */
608 /* operator 4 is modulated in modes 2, 4, and 5 */
614 /* operator 4 is in mix mode in modes 0 and 1 */
642 /* operator 1 is on output bus in mode 0 */
648 /* operator 1 is modulated in modes 3 and 4 */
654 /* operator 1 is in mix mode in modes 0 and 5 *
    [all...]
  /external/stlport/stlport/stl/
_ctype.h 137 bool operator()(char __c) {return (__m & (unsigned char) __c) != 0;}
169 _Self& operator = (_Self const&);
266 _Self& operator = (_Self const&);
  /external/stlport/stlport/stl/debug/
_tree.h 57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
60 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const {
144 _Self& operator=(const _Self& __x) {
  /external/stlport/stlport/stl/pointers/
_vector.h 95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]); }
96 const_reference operator[](size_type __n) const { return cast_traits::to_value_type_cref(_M_impl[__n]); }
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.3.js 24 ECMA Section: 11.7.3 The unsigned right shift operator ( >>> )
26 11.7.3 The unsigned right shift operator ( >>> )
54 writeHeaderToLog( SECTION + " The unsigned right shift operator ( >>> )");
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 85 Font& operator=(const Font&);
87 bool operator==(const Font& other) const;
88 bool operator!=(const Font& other) const { return !(*this == other); }
  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 64 // Recover the size left there for us by operator delete and free the memory.
68 void* InlineBox::operator new(size_t sz, RenderArena* renderArena) throw()
73 void InlineBox::operator delete(void* ptr, size_t sz)
  /external/webkit/Source/autotools/
acinclude.m4 20 # The operator OP determines what type of comparison to do, and can be one
30 # Additionally, the eq and ne operator can have a number after it to limit
131 dnl Split the operator from the subversion count if present.
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 52 * corresponding operator name.
146 // the operator's id.
205 Log.e(LOG_TAG, "[CDMALTEPhone] Can't store current operator ret false", e);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 137 bool operator()(char __c) {return (__m & (unsigned char) __c) != 0;}
169 _Self& operator = (_Self const&);
266 _Self& operator = (_Self const&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
60 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const {
144 _Self& operator=(const _Self& __x) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]); }
96 const_reference operator[](size_type __n) const { return cast_traits::to_value_type_cref(_M_impl[__n]); }
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 59 * In state representations, an operator's bit is on to signify a state
60 * immediately *preceding* "execution" of that operator.
62 typedef unsigned long sop; /* strip operator */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 137 bool operator()(char __c) {return (__m & (unsigned char) __c) != 0;}
169 _Self& operator = (_Self const&);
266 _Self& operator = (_Self const&);

Completed in 792 milliseconds

<<101102103104105106107108109110>>