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

  /frameworks/compile/mclinker/include/mcld/ADT/
Uncopyable.h 1 //===- Uncopyable.h -------------------------------------------------------===//
18 /** \class Uncopyable
19 * \brief Uncopyable provides the base class to forbit copy operations.
22 class Uncopyable
25 Uncopyable() { }
26 ~Uncopyable() { }
29 Uncopyable(const Uncopyable&); /// NOT TO IMPLEMENT
30 Uncopyable& operator=(const Uncopyable&); /// NOT TO IMPLEMEN
    [all...]
HashTable.h 18 #include <mcld/ADT/Uncopyable.h>
37 private Uncopyable
BinTree.h 15 #include <mcld/ADT/Uncopyable.h>
266 class BinaryTreeBase : private Uncopyable
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 14 #include <mcld/ADT/Uncopyable.h>
27 class AttributeSet : private Uncopyable
SearchDirs.h 14 #include <mcld/ADT/Uncopyable.h>
37 class SearchDirs : 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/Support/
MemoryArea.h 15 #include <mcld/ADT/Uncopyable.h>
47 class MemoryArea : private Uncopyable
MemoryRegion.h 16 #include <mcld/ADT/Uncopyable.h>
37 class MemoryRegion : private Uncopyable
HandleToArea.h 14 #include <mcld/ADT/Uncopyable.h>
36 class HandleToArea : private Uncopyable
Allocators.h 14 #include <mcld/ADT/Uncopyable.h>
98 class LinearAllocatorBase : private Uncopyable
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 18 #include <mcld/ADT/Uncopyable.h>
38 class NamePool : private Uncopyable
LDSymbol.h 18 #include <mcld/ADT/Uncopyable.h>
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc     [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /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 772 milliseconds