Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.itr/
H A Diterator.pass.cpp76 It default_constructed; in checkBeginEndBasic() local
77 default_constructed = p.begin(); in checkBeginEndBasic()
78 assert(default_constructed == p.begin()); in checkBeginEndBasic()
79 assert(default_constructed != p.end()); in checkBeginEndBasic()
80 default_constructed = p.end(); in checkBeginEndBasic()
81 assert(default_constructed == p.end()); in checkBeginEndBasic()
82 assert(default_constructed != p.begin()); in checkBeginEndBasic()
/llvm-project-15.0.7/libcxx/test/support/
H A Darchetypes.h42 static int default_constructed; member
58 constructed = value_constructed = default_constructed = in reset_constructors()
64 ++alive; ++constructed; ++default_constructed; in TestBase()
132 template <class D, bool E> int TestBase<D, E>::default_constructed = 0;
/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Demplace.pass.cpp131 assert(T::default_constructed == 1); in test_on_test_type()
143 assert(T::default_constructed == 1); in test_on_test_type()