Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DSmallVectorTest.cpp26 class Constructable { class
40 Constructable() : constructed(true), value(0) { in Constructable() function in __anon05d956530111::Constructable
44 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anon05d956530111::Constructable
48 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anon05d956530111::Constructable
54 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anon05d956530111::Constructable