Searched defs:Deleted (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnPropertyValue.pl104 Deleted: svn:executable label
106 expectedReturn => ["*", "Deleted: svn:executable\n"],
H A DparseSvnDiffFooter.pl84 Deleted: svn:mergeinfo label
117 Deleted: svn:executable label
413 Deleted: svn:executable label
H A DparseSvnProperty.pl65 Deleted: svn:executable label
97 Deleted: svn:mergeinfo label
203 Deleted: svn:executable label
611 Deleted: svn:mergeinfo label
H A DparseDiff.pl368 Deleted: svn:executable label
395 Deleted: svn:executable label
782 Deleted: svn:executable label
832 Deleted: svn:executable label
/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.cpp92 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C++98}}
243 struct Deleted { struct in namespace:CopyCtorIssues
250 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/chromium_org/third_party/skia/src/core/
H A DSkTDynamicHash.h50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
77 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
98 if (Deleted() != candidate && GetKey(*candidate) == key) {
149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
161 static T* Deleted() { return reinterpret_cast<T*>(1); } // Also an invalid pointer. function in class:SkTDynamicHash
176 if (Deleted() == fArray[i]) {
191 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
195 if (Empty() == fArray[j] || Deleted() == fArray[j]) {
213 if (Empty() == candidate || Deleted() == candidate) {
214 if (Deleted()
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.copy.cpp67 struct Deleted { struct
68 IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field 'IA' has a deleted copy constructor}}
70 Deleted Da;
71 Deleted Db(Da); // expected-error{{call to implicitly-deleted copy constructor}}
H A Dp11.0x.move.cpp59 struct Deleted { struct
64 Deleted(Deleted&&);
66 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
/external/skia/src/core/
H A DSkTDynamicHash.h50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
70 if (Deleted() != candidate && GetKey(*candidate) == key) {
104 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
116 static T* Deleted() { return reinterpret_cast<T*>(1); } // Also an invalid pointer. function in class:SkTDynamicHash
131 if (Deleted() == fArray[i]) {
146 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
150 if (Empty() == fArray[j] || Deleted() == fArray[j]) {
167 if (Empty() == candidate || Deleted() == candidate) {
168 if (Deleted() == candidate) {
185 if (Deleted() !
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp505 Value *Deleted = Phi.removeIncomingValue(From, false); local
506 Map[&Phi].push_back(std::make_pair(From, Deleted));
/external/valgrind/main/coregrind/
H A Dm_transtab.c148 deletion, hence the Deleted state. */
149 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon32681::__anon32682
203 translation to 'Deleted'.
237 this translation E as Deleted, but the translation itself
241 jump is to be executed. The execution of the Deleted translation
651 if (sec->tt[tteNo].status == Deleted) {
656 inserted for an entry which was changed to Deleted then
777 // or marked Deleted due to translation invalidation.
1159 if (tte->status == Empty || tte->status == Deleted) {
1193 case Deleted
[all...]
/external/chromium_org/v8/tools/
H A Dgrokdump.py1251 def Deleted(self, value): member in class:DescriptorArray

Completed in 335 milliseconds