Home
last modified time | relevance | path

Searched refs:Constructable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallVectorTest.cpp26 class Constructable { class
48 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anon4a72bbf00111::Constructable
54 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anon4a72bbf00111::Constructable
61 ~Constructable() { in ~Constructable()
67 Constructable & operator=(const Constructable & src) { in operator =()
75 Constructable & operator=(Constructable && src) { in operator =()
126 friend bool operator==(const Constructable &c0, const Constructable &c1) { in operator ==()
135 friend bool operator<(const Constructable &c0, const Constructable &c1) { in operator <()
642 Constructable C(77); in TYPED_TEST()
722 { Constructable(77), Constructable(77), Constructable(77) }; in TYPED_TEST()
[all …]