HomeSort by relevance Sort by last modified time
    Searched refs:Deleted (Results 1 - 22 of 22) 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-pedantic.cpp 70 struct Deleted {
71 Private p; // expected-note {{implicitly deleted}}
79 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}}
344 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 5 NonTrivial(NonTrivial&&); // expected-note{{copy constructor is implicitly deleted}}
8 // A defaulted move constructor for a class X is defined as deleted if X has:
12 NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constructor}}
19 NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constructor}}
27 // that is deleted or inaccessible
37 NoAccess NA; // expected-note{{deleted because field 'NA' has an inaccessible move constructor}}
54 Ambiguity A; // expected-note{{deleted because field 'A' has multiple move constructors}}
55 IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAmbiguous' has a user-declared move constructor}}
59 struct Deleted {
61 // 'IA' is deleted, but we select the copy constructor (we ignore the mov
    [all...]
p11.0x.copy.cpp 8 // A defaulted copy constructor for a class X is defined as deleted if X has:
12 NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted because variant field 'NT' has a non-trivial copy constructor}}
16 DeletedNTVariant DVb(DVa); // expected-error{{call to implicitly-deleted copy constructor}}
20 NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted because variant field 'NT' has a non-trivial copy constructor}}
25 DeletedNTVariant2 DV2b(DV2a); // expected-error{{call to implicitly-deleted copy constructor}}
29 // that is deleted or inaccessible
39 NoAccess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because field 'NA' has an inaccessible copy constructor}}
42 HasNoAccess HNAb(HNAa); // expected-error{{call to implicitly-deleted copy constructor}}
61 Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because field 'A' has multiple copy constructors}}
65 IsAmbiguous IAb(IAa); // expected-error{{call to implicitly-deleted copy constructor}
    [all...]
  /external/skia/src/core/
SkTDynamicHash.h 50 } 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) {
159 // We have two special values to indicate an empty or deleted entry.
161 static T* Deleted() { return reinterpret_cast<T*>(1); } // Also an invalid pointer.
174 int count = 0, deleted = 0; local
176 if (Deleted() == fArray[i]) {
177 deleted++;
184 SKTDYNAMICHASH_CHECK(deleted == fDeleted)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
multidelete.py 25 class Deleted(object):
27 A successfully deleted object in a multi-object delete request.
29 :ivar key: Key name of the object that was deleted.
31 :ivar version_id: Version id of the object that was deleted.
33 :ivar delete_marker: If True, indicates the object deleted
37 deleted.
48 return '<Deleted: %s.%s>' % (self.key, self.version_id)
50 return '<Deleted: %s>' % self.key
70 An unsuccessful deleted object in a multi-object delete request.
72 :ivar key: Key name of the object that was not deleted
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
messaging.py 47 Deleted
104 def Deleted(self, path):
106 Emitted when a message has been deleted.
108 @param path: Object path of the now deleted SMS.
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 47 Generic.Deleted: "nobold noitalic #000",
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_connection.py 21 "Deleted": false,
83 self.assertEqual(domain.deleted, False)
135 "Deleted": true,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearchdomain/
test_cloudsearchdomain.py 17 "Deleted": false,
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 57 constexpr int Deleted() const = delete;
  /build/core/
cleanbuild.mk 283 @echo "Deleted emulator userdata images."
289 @echo "Deleted images and staging directories."
295 @echo "Deleted images and staging directories."
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 196 BlockSetType Deleted;
571 if (!Deleted.count(SB))
    [all...]
  /system/update_engine/update_manager/
boxed_value_unittest.cc 62 TEST(UmBoxedValueTest, Deleted) {
82 // The deleter_marker gets deleted at this point.
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 566 Value *Deleted = Phi.removeIncomingValue(From, false);
567 Map[&Phi].push_back(std::make_pair(From, Deleted));
  /external/valgrind/coregrind/
m_transtab.c 70 to denote 'deleted') and 0xFFFE (HTT_EMPTY) to denote 'Empty' in the
174 deletion, hence the Deleted state. */
175 enum { InUse, Deleted, Empty } status;
222 order to remove ourselves from then when we're deleted. */
229 translation to 'Deleted'.
263 this translation E as Deleted, but the translation itself
267 jump is to be executed. The execution of the Deleted translation
353 /* A list of Empty/Deleted entries, chained by tte->next_empty_tte */
694 if (sec->tt[tteNo].status == Deleted) {
695 LDEBUG("found deleted entry")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 119 parentheses (eg: "(\Deleted)").
376 Deleted messages are removed from writable mailbox.
419 """Permanently remove deleted items from selected mailbox.
421 Generates 'EXPUNGE' response for each deleted message.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 119 parentheses (eg: "(\Deleted)").
376 Deleted messages are removed from writable mailbox.
419 """Permanently remove deleted items from selected mailbox.
421 Generates 'EXPUNGE' response for each deleted message.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 119 parentheses (eg: "(\Deleted)").
376 Deleted messages are removed from writable mailbox.
419 """Permanently remove deleted items from selected mailbox.
421 Generates 'EXPUNGE' response for each deleted message.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 119 parentheses (eg: "(\Deleted)").
376 Deleted messages are removed from writable mailbox.
419 """Permanently remove deleted items from selected mailbox.
421 Generates 'EXPUNGE' response for each deleted message.
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 363 milliseconds