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

<<101102103104105106107108109110>>

  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 25 void operator=(const MCAsmParserExtension &); // DO NOT IMPLEMENT
MCParsedAsmOperand.h 40 inline raw_ostream& operator<<(raw_ostream &OS, const MCParsedAsmOperand &MO) {
  /external/llvm/include/llvm/MC/
MCTargetAsmLexer.h 28 void operator=(const MCTargetAsmLexer &); // DO NOT IMPLEMENT
  /external/llvm/include/llvm/Support/
MutexGuard.h 30 void operator=(const MutexGuard &); // DO NOT IMPLEMENT
  /external/llvm/lib/CodeGen/
BranchFolding.h 47 bool operator<(const MergePotentialsElt &) const;
RenderMachineFunction.h 43 bool operator()(const TargetRegisterClass *trc1,
54 bool operator()(const LiveInterval *li1, const LiveInterval *li2) const {
241 friend raw_ostream& operator<<(raw_ostream &os, const Spacer &s);
282 Spacer operator+(const Spacer &o) const { return Spacer(ns + o.ns); }
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeOrdering.h 31 void operator=(const SDNodeOrdering&); // Do not implement.
  /external/llvm/lib/Support/
PluginLoader.cpp 26 void PluginLoader::operator=(const std::string &Filename) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 31 void operator=(const MipsMCCodeEmitter &); // DO NOT IMPLEMENT
  /external/llvm/test/TableGen/
if.td 4 // Support for an `!if' operator as part of a `let' statement.
  /external/llvm/tools/llvm-diff/
DiffLog.h 44 LogBuilder &operator<<(Value *V) {
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 39 // It uses the << operator when possible, and prints the bytes in the
41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
115 // uses the << operator and thus is easier done outside of the
116 // ::testing::internal namespace, which contains a << operator that
  /external/mesa3d/src/glsl/
list.h 85 static void* operator new(size_t size, void *ctx)
97 static void operator delete(void *node)
294 static void* operator new(size_t size, void *ctx)
306 static void operator delete(void *node)
  /external/protobuf/gtest/samples/
sample2.h 44 const MyString& operator=(const MyString& rhs);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 65 output_buffer_ = operator new(output_buffer_length_);
72 operator delete(output_buffer_);
203 input_buffer_ = operator new(input_buffer_length_);
233 operator delete(input_buffer_);
  /external/protobuf/src/google/protobuf/stubs/
common.cc 141 LogMessage& LogMessage::operator<<(const string& value) {
146 LogMessage& LogMessage::operator<<(const char* value) {
156 LogMessage& LogMessage::operator<<(TYPE value) { \
198 void LogFinisher::operator=(LogMessage& other) {
  /external/skia/include/effects/
Sk2DPathEffect.h 65 Sk2DPathEffect& operator=(const Sk2DPathEffect&);
  /external/skia/include/xml/
SkXMLWriter.h 62 SkXMLWriter& operator=(const SkXMLWriter&);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
invert.h 31 A operator()(const A &arc) {
  /external/stlport/stlport/stl/
_ios_base.h 167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
168 bool operator!() const { return fail(); }
205 // assignment operator.
207 void operator=(const ios_base&);
_list.h 118 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
122 _Self& operator++() {
126 _Self operator++(int) {
131 _Self& operator--() {
135 _Self operator--(int) {
140 bool operator==(const_iterator __y ) const {
143 bool operator!=(const_iterator __y ) const {
365 _Self& operator = (const _Self& __x);
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
_monetary.h 276 _Self& operator = (_Self const&);
309 _Self& operator = (_Self const&);
343 _Self& operator = (_Self const&);
376 _Self& operator = (_Self const&);
_pthread_alloc.h 205 inline bool operator==(const pthread_allocator<_T1>&,
211 inline bool operator!=(const pthread_allocator<_T1>&,
388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
_stdexcept_base.c 65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
_stdexcept_base.h 72 __Named_exception& operator = (const __Named_exception&);

Completed in 467 milliseconds

<<101102103104105106107108109110>>