Home | History | Annotate | Download | only in optional.object.ctor

Lines Matching full:test_constexpr

26 test_constexpr()
67 test_constexpr<optional<int>>();
68 test_constexpr<optional<int*>>();
69 test_constexpr<optional<ImplicitTypes::NoCtors>>();
70 test_constexpr<optional<NonTrivialTypes::NoCtors>>();
71 test_constexpr<optional<NonConstexprTypes::NoCtors>>();
75 test_constexpr<optional<int&>>();
76 test_constexpr<optional<const int&>>();
77 test_constexpr<optional<int&>>();
78 test_constexpr<optional<NonLiteralTypes::NoCtors&>>();
79 test_constexpr<optional<NonLiteralTypes::NoCtors&&>>();