Searched refs:Deleted (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat-flags.cpp27 struct Deleted { struct in namespace:CopyCtorIssues
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}}
H A Dcxx98-compat.cpp90 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C++98}}
245 struct Deleted { struct in namespace:CopyCtorIssues
252 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/
H A Dp11.0x.move.cpp58 struct Deleted { struct
60 Deleted(Deleted&&);
62 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
H A Dp11.0x.copy.cpp66 struct Deleted { struct
67 IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field 'IA' has a deleted copy constructor}}
69 Deleted Da;
70 Deleted Db(Da); // expected-error{{call to implicitly-deleted copy constructor}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp51 constexpr int Deleted() = delete;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformData.h51 static FontPlatformData Deleted() { function in class:WebCore::FontPlatformData
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffFooter.pl83 Deleted: svn:mergeinfo label
116 Deleted: svn:executable label
367 Deleted: svn:executable label
H A DparseSvnProperty.pl64 Deleted: svn:executable label
96 Deleted: svn:mergeinfo label
549 Deleted: svn:mergeinfo label
H A DparseSvnPropertyValue.pl103 Deleted: svn:executable label
105 expectedReturn => ["*", "Deleted: svn:executable\n"],
H A DparseDiff.pl362 Deleted: svn:executable label
389 Deleted: svn:executable label
776 Deleted: svn:executable label
825 Deleted: svn:executable label
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.h43 Deleted enumerator in enum:android::LoadState
H A DWebRequest.cpp128 m_loadState = Deleted;
/external/libvpx/examples/includes/geshi/geshi/
H A Dgml.php27 * - Deleted repeated entries.
33 * - Deleted the KEYWORDS=>5 and KEYWORDS=>6 sections (actually, they were empty).
/external/valgrind/main/coregrind/
H A Dm_transtab.c109 deletion, hence the Deleted state. */
110 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon13781::__anon13782
524 if (tte->status == Empty || tte->status == Deleted) {
558 case Deleted: VG_(printf)("Deleted\n"); break;
1023 || sectors[y].tt[i].status == Deleted)
1101 matching, or Deleted. In any case we did not find it in this
1174 tte->status = Deleted;
/external/webkit/Tools/Scripts/
H A Dprepare-ChangeLog1401 } elsif (/^Deleted: (\S*)/) {

Completed in 831 milliseconds