Searched defs:o1 (Results 1 - 25 of 934) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.nullops/
H A Dequal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt == o1), "" );
33 static_assert ( (o1 == nullopt), "" );
36 static_assert (noexcept(nullopt == o1), "");
37 static_assert (noexcept(o1 == nullopt), "");
H A Dgreater.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt > o1), "" );
33 static_assert ( !(o1 > nullopt), "" );
36 static_assert (noexcept(nullopt > o1), "");
37 static_assert (noexcept(o1 > nullopt), "");
H A Dgreater_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt >= o1), "" );
33 static_assert ( (o1 >= nullopt), "" );
36 static_assert (noexcept(nullopt >= o1), "");
37 static_assert (noexcept(o1 >= nullopt), "");
H A Dless_equal.pass.cpp31 constexpr O o1; // disengaged local
34 static_assert ( (nullopt <= o1), "" );
36 static_assert ( (o1 <= nullopt), "" );
39 static_assert (noexcept(nullopt <= o1), "");
40 static_assert (noexcept(o1 <= nullopt), "");
H A Dless_than.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt < o1), "" );
33 static_assert ( !(o1 < nullopt), "" );
36 static_assert (noexcept(nullopt < o1), "");
37 static_assert (noexcept(o1 < nullopt), "");
H A Dnot_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt != o1), "" );
33 static_assert ( !(o1 != nullopt), "" );
36 static_assert (noexcept(nullopt != o1), "");
37 static_assert (noexcept(o1 != nullopt), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.nullops/
H A Dequal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt == o1), "" );
33 static_assert ( (o1 == nullopt), "" );
36 static_assert (noexcept(nullopt == o1), "");
37 static_assert (noexcept(o1 == nullopt), "");
H A Dgreater.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt > o1), "" );
33 static_assert ( !(o1 > nullopt), "" );
36 static_assert (noexcept(nullopt > o1), "");
37 static_assert (noexcept(o1 > nullopt), "");
H A Dgreater_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt >= o1), "" );
33 static_assert ( (o1 >= nullopt), "" );
36 static_assert (noexcept(nullopt >= o1), "");
37 static_assert (noexcept(o1 >= nullopt), "");
H A Dless_equal.pass.cpp29 constexpr O o1; // disengaged local
32 static_assert ( (nullopt <= o1), "" );
34 static_assert ( (o1 <= nullopt), "" );
37 static_assert (noexcept(nullopt <= o1), "");
38 static_assert (noexcept(o1 <= nullopt), "");
H A Dless_than.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt < o1), "" );
33 static_assert ( !(o1 < nullopt), "" );
36 static_assert (noexcept(nullopt < o1), "");
37 static_assert (noexcept(o1 < nullopt), "");
H A Dnot_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt != o1), "" );
33 static_assert ( !(o1 != nullopt), "" );
36 static_assert (noexcept(nullopt != o1), "");
37 static_assert (noexcept(o1 != nullopt), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.nullops/
H A Dequal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt == o1), "" );
33 static_assert ( (o1 == nullopt), "" );
36 static_assert (noexcept(nullopt == o1), "");
37 static_assert (noexcept(o1 == nullopt), "");
H A Dgreater.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt > o1), "" );
33 static_assert ( !(o1 > nullopt), "" );
36 static_assert (noexcept(nullopt > o1), "");
37 static_assert (noexcept(o1 > nullopt), "");
H A Dgreater_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt >= o1), "" );
33 static_assert ( (o1 >= nullopt), "" );
36 static_assert (noexcept(nullopt >= o1), "");
37 static_assert (noexcept(o1 >= nullopt), "");
H A Dless_equal.pass.cpp31 constexpr O o1; // disengaged local
34 static_assert ( (nullopt <= o1), "" );
36 static_assert ( (o1 <= nullopt), "" );
39 static_assert (noexcept(nullopt <= o1), "");
40 static_assert (noexcept(o1 <= nullopt), "");
H A Dless_than.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt < o1), "" );
33 static_assert ( !(o1 < nullopt), "" );
36 static_assert (noexcept(nullopt < o1), "");
37 static_assert (noexcept(o1 < nullopt), "");
H A Dnot_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt != o1), "" );
33 static_assert ( !(o1 != nullopt), "" );
36 static_assert (noexcept(nullopt != o1), "");
37 static_assert (noexcept(o1 != nullopt), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.nullops/
H A Dequal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt == o1), "" );
33 static_assert ( (o1 == nullopt), "" );
36 static_assert (noexcept(nullopt == o1), "");
37 static_assert (noexcept(o1 == nullopt), "");
H A Dgreater.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt > o1), "" );
33 static_assert ( !(o1 > nullopt), "" );
36 static_assert (noexcept(nullopt > o1), "");
37 static_assert (noexcept(o1 > nullopt), "");
H A Dgreater_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( (nullopt >= o1), "" );
33 static_assert ( (o1 >= nullopt), "" );
36 static_assert (noexcept(nullopt >= o1), "");
37 static_assert (noexcept(o1 >= nullopt), "");
H A Dless_equal.pass.cpp29 constexpr O o1; // disengaged local
32 static_assert ( (nullopt <= o1), "" );
34 static_assert ( (o1 <= nullopt), "" );
37 static_assert (noexcept(nullopt <= o1), "");
38 static_assert (noexcept(o1 <= nullopt), "");
H A Dless_than.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt < o1), "" );
33 static_assert ( !(o1 < nullopt), "" );
36 static_assert (noexcept(nullopt < o1), "");
37 static_assert (noexcept(o1 < nullopt), "");
H A Dnot_equal.pass.cpp28 constexpr O o1; // disengaged local
31 static_assert ( !(nullopt != o1), "" );
33 static_assert ( !(o1 != nullopt), "" );
36 static_assert (noexcept(nullopt != o1), "");
37 static_assert (noexcept(o1 != nullopt), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dcopy.fail.cpp34 constexpr std::optional<S> o1; local
35 constexpr std::optional<S> o2 = o1; // not constexpr

Completed in 760 milliseconds

1234567891011>>