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

  /external/clang/test/SemaCXX/
cxx98-compat-flags.cpp 27 struct Deleted {
28 Private p; // expected-note {{copy constructor of 'Deleted' is implicitly deleted because field 'p' has an inaccessible copy constructor}}
34 const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}
cxx98-compat.cpp 66 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C++98}}
217 struct Deleted {
218 Private p; // expected-note {{implicitly deleted}}
224 const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}
  /external/clang/test/CXX/special/class.copy/
p11.0x.move.cpp 7 // A defaulted move constructor for a class X is defined as deleted if X has:
26 // that is deleted or inaccessible
58 struct Deleted {
60 Deleted(Deleted&&);
62 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
65 // resolution results in an ambiguity or a function that is deleted or
83 // a destructor that is deleted or inaccessibl
    [all...]
p11.0x.copy.cpp 7 // A defaulted copy constructor for a class X is defined as deleted if X has:
11 NonTrivial NT; // expected-note{{copy constructor of union 'DeletedNTVariant' is implicitly deleted because field 'NT' has a non-trivial copy constructor}}
15 DeletedNTVariant DVb(DVa); // expected-error{{call to implicitly-deleted copy constructor}}
19 NonTrivial NT; // expected-note{{copy constructor of union 'DeletedNTVariant2' is implicitly deleted because field 'NT' has a non-trivial copy constructor}}
24 DeletedNTVariant2 DV2b(DV2a); // expected-error{{call to implicitly-deleted copy constructor}}
28 // that is deleted or inaccessible
38 NoAccess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because field 'NA' has an inaccessible copy constructor}}
41 HasNoAccess HNAb(HNAa); // expected-error{{call to implicitly-deleted copy constructor}}
60 Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because field 'A' has multiple copy constructors}}
64 IsAmbiguous IAb(IAa); // expected-error{{call to implicitly-deleted copy constructor}
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/resources/
shared.js 50 debug("Deleted all object stores.");
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 51 constexpr int Deleted() = delete;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 50 static FontPlatformData Deleted() {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 43 Deleted
WebRequest.cpp 126 m_loadState = Deleted;
308 // data is deleted in WebUrlLoaderClient::didReceiveAndroidFileData
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 83 Deleted: svn:mergeinfo
116 Deleted: svn:executable
367 Deleted: svn:executable
parseSvnProperty.pl 64 Deleted: svn:executable
96 Deleted: svn:mergeinfo
549 Deleted: svn:mergeinfo
parseSvnPropertyValue.pl 103 Deleted: svn:executable
105 expectedReturn => ["*", "Deleted: svn:executable\n"],
parseDiff.pl 362 Deleted: svn:executable
389 Deleted: svn:executable
776 Deleted: svn:executable
825 Deleted: svn:executable
1021 deleted file mode 100644
1034 deleted file mode 100644
  /external/chromium/chrome/browser/resources/net_internals/
proxyview.js 106 addTextNode(this.proxyResolverLogPre_, 'Deleted.');
  /build/core/
cleanbuild.mk 210 @echo "Deleted emulator userdata images."
216 @echo "Deleted images and staging directories."
  /external/valgrind/main/coregrind/
m_transtab.c 67 'deleted') and it is strongly recommended not to change this.
109 deletion, hence the Deleted state. */
110 enum { InUse, Deleted, Empty } status;
524 if (tte->status == Empty || tte->status == Deleted) {
558 case Deleted: VG_(printf)("Deleted\n"); break;
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog     [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 232 [14:02:28] EAS Parser| FolderDisplayName: Deleted Items
    [all...]
FolderSyncParserTest2.txt 120 [14:02:28] EAS Parser| FolderDisplayName: Deleted Items
    [all...]
  /external/v8/src/
d8.js     [all...]

Completed in 6565 milliseconds