HomeSort by relevance Sort by last modified time
    Searched refs:Deleted (Results 1 - 21 of 21) 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 92 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C++98}}
254 struct Deleted {
255 Private p; // expected-note {{implicitly deleted}}
261 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}}
377 X(const X&) = delete; // expected-warning{{deleted function definitions are incompatible with 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 'DeletedNTVariant' is implicitly deleted because variant 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 'DeletedNTVariant2' is implicitly deleted because variant 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 51 static FontPlatformData Deleted() {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 43 Deleted
WebRequest.cpp 128 m_loadState = Deleted;
315 // 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 218 @echo "Deleted emulator userdata images."
224 @echo "Deleted images and staging directories."
  /external/valgrind/main/coregrind/
m_transtab.c 65 'deleted') and it is strongly recommended not to change this.
147 deletion, hence the Deleted state. */
148 enum { InUse, Deleted, Empty } status;
195 order to remove ourselves from then when we're deleted. */
202 translation to 'Deleted'.
236 this translation E as Deleted, but the translation itself
240 jump is to be executed. The execution of the Deleted translation
669 if (sec->tt[tteNo].status == Deleted)
741 // or marked Deleted due to translation invalidation.
831 /* The specified block is about to be deleted. Update the preds an
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 509 Value *Deleted = Phi.removeIncomingValue(From, false);
510 Map[&Phi].push_back(std::make_pair(From, Deleted));
  /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 891 milliseconds