HomeSort by relevance Sort by last modified time
    Searched refs:Uncopyable (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
Uncopyable.h 1 //===- Uncopyable.h -------------------------------------------------------===//
15 /** \class Uncopyable
16 * \brief Uncopyable provides the base class to forbit copy operations.
19 class Uncopyable
22 Uncopyable() { }
23 ~Uncopyable() { }
26 Uncopyable(const Uncopyable&); /// NOT TO IMPLEMENT
27 Uncopyable& operator=(const Uncopyable&); /// NOT TO IMPLEMEN
    [all...]
HashTable.h 15 #include <mcld/ADT/Uncopyable.h>
34 private Uncopyable
BinTree.h 12 #include <mcld/ADT/Uncopyable.h>
263 class BinaryTreeBase : private Uncopyable
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 11 #include <mcld/ADT/Uncopyable.h>
24 class AttributeSet : private Uncopyable
SearchDirs.h 11 #include <mcld/ADT/Uncopyable.h>
34 class SearchDirs : private Uncopyable
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 12 #include <mcld/ADT/Uncopyable.h>
22 class MemoryArea : private Uncopyable
Allocators.h 11 #include <mcld/ADT/Uncopyable.h>
95 class LinearAllocatorBase : private Uncopyable
  /frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
Digraph.h 11 #include <mcld/ADT/Uncopyable.h>
21 class Digraph : private Uncopyable
  /external/clang/test/SemaCXX/
undefined-internal.cpp 114 struct Uncopyable {
115 Uncopyable() {}
117 Uncopyable(const Uncopyable&); // expected-note {{declared private here}}
120 void f(const Uncopyable&) {}
122 f(Uncopyable()); // expected-warning {{C++98 requires an accessible copy constructor}}
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 15 #include <mcld/ADT/Uncopyable.h>
35 class NamePool : private Uncopyable
LDSymbol.h 15 #include <mcld/ADT/Uncopyable.h>
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]

Completed in 238 milliseconds