Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullopt/
Dnullopt_t.pass.cpp21 using std::experimental::nullopt_t;
26 test(const nullopt_t&) in test() argument
36 static_assert((std::is_class<nullopt_t>::value), ""); in main()
37 static_assert((std::is_empty<nullopt_t>::value), ""); in main()
38 static_assert((std::is_literal_type<nullopt_t>::value), ""); in main()
39 static_assert((!std::is_default_constructible<nullopt_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/
Doptional_const_nullopt_t.fail.cpp21 using std::experimental::nullopt_t; in main()
24 optional<const nullopt_t> opt; in main()
Doptional_nullopt_t.fail.cpp21 using std::experimental::nullopt_t; in main()
24 optional<nullopt_t> opt; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
Doptional32 constexpr optional(nullopt_t) noexcept;
45 optional& operator=(nullopt_t) noexcept;
76 struct nullopt_t{see below};
77 constexpr nullopt_t nullopt(unspecified);
93 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
94 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
95 template <class T> constexpr bool operator<(const optional<T>&, nullopt_t) noexcept;
96 template <class T> constexpr bool operator<(nullopt_t, const optional<T>&) noexcept;
169 struct nullopt_t
171 explicit constexpr nullopt_t(int) noexcept {}
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullops/
Dless_than.pass.cpp22 using std::experimental::nullopt_t; in main()
Deqaul.pass.cpp22 using std::experimental::nullopt_t; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
Dnullopt_t.pass.cpp21 using std::experimental::nullopt_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/
Dnullopt_t.pass.cpp21 using std::experimental::nullopt_t;
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4293 $(call gen-test, utilities/optional/optional.nullopt/nullopt_t)
4299 $(call gen-test, utilities/optional/optional.object/optional.object.assign/nullopt_t)
4306 $(call gen-test, utilities/optional/optional.object/optional.object.ctor/nullopt_t)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4302 $(call gen-test, utilities/optional/optional.nullopt/nullopt_t)
4308 $(call gen-test, utilities/optional/optional.object/optional.object.assign/nullopt_t)
4315 $(call gen-test, utilities/optional/optional.object/optional.object.ctor/nullopt_t)