HomeSort by relevance Sort by last modified time
    Searched defs:NoAccess (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CXX/special/class.copy/
p12-0x.cpp 158 struct NoAccess {
160 // NoAccess's move is deleted, so moves of it use PrivateMove's copy ctor,
163 static_assert(__is_trivially_constructible(NoAccess, const NoAccess &), "");
164 static_assert(__is_trivially_constructible(NoAccess, NoAccess &&), "");
165 struct TopNoAccess : NoAccess {};
171 // NoAccess's move would *not* be deleted, so is *not* suppressed,
p25-0x.cpp 181 struct NoAccess {
183 // NoAccess's move would be deleted, so is suppressed,
186 static_assert(__is_trivially_assignable(NoAccess, const NoAccess &), "");
187 static_assert(__is_trivially_assignable(NoAccess, NoAccess &&), "");
188 struct TopNoAccess : NoAccess {};
194 // NoAccess's move would *not* be deleted, so is *not* suppressed,
p11.0x.copy.cpp 30 struct NoAccess {
31 NoAccess() = default;
33 NoAccess(const NoAccess&);
39 NoAccess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because field 'NA' has an inaccessible copy constructor}}
45 NoAccess NA;
92 struct InaccessibleCopyBase : NoAccess {}; // expected-note {{copy constructor of 'InaccessibleCopyBase' is implicitly deleted because base class 'NoAccess' has an inaccessible copy constructor}}
p11.0x.move.cpp 28 struct NoAccess {
29 NoAccess() = default;
31 NoAccess(NoAccess&&);
37 NoAccess NA; // expected-note{{deleted because field 'NA' has an inaccessible move constructor}}
43 NoAccess NA;
102 struct InaccessibleMoveBase : NoAccess { // expected-note{{deleted because base class 'NoAccess' has an inaccessible move constructor}}
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 132 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
135 NoAccess = 0,
234 Access(NoAccess), Alias(SetMustAlias), Volatile(false) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 141 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
144 NoAccess = 0,
248 AliasAny(false), Access(NoAccess), Alias(SetMustAlias),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AliasSetTracker.h 141 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
144 NoAccess = 0,
248 AliasAny(false), Access(NoAccess), Alias(SetMustAlias),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AliasSetTracker.h 141 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
144 NoAccess = 0,
248 AliasAny(false), Access(NoAccess), Alias(SetMustAlias),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 141 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
144 NoAccess = 0,
248 AliasAny(false), Access(NoAccess), Alias(SetMustAlias),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AliasSetTracker.h 141 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
144 NoAccess = 0,
248 AliasAny(false), Access(NoAccess), Alias(SetMustAlias),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
AliasSetTracker.h 141 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
144 NoAccess = 0,
248 AliasAny(false), Access(NoAccess), Alias(SetMustAlias),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 157 /// the memory, or whether it does both. The lattice goes from "NoAccess" to
160 NoAccess = 0,
266 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess),

Completed in 800 milliseconds