/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.nullops/ |
H A D | equal.pass.cpp | 28 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 D | greater.pass.cpp | 28 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 D | greater_equal.pass.cpp | 28 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 D | less_equal.pass.cpp | 31 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 D | less_than.pass.cpp | 28 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 D | not_equal.pass.cpp | 28 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 D | equal.pass.cpp | 28 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 D | greater.pass.cpp | 28 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 D | greater_equal.pass.cpp | 28 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 D | less_equal.pass.cpp | 29 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 D | less_than.pass.cpp | 28 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 D | not_equal.pass.cpp | 28 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 D | equal.pass.cpp | 28 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 D | greater.pass.cpp | 28 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 D | greater_equal.pass.cpp | 28 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 D | less_equal.pass.cpp | 31 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 D | less_than.pass.cpp | 28 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 D | not_equal.pass.cpp | 28 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 D | equal.pass.cpp | 28 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 D | greater.pass.cpp | 28 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 D | greater_equal.pass.cpp | 28 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 D | less_equal.pass.cpp | 29 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 D | less_than.pass.cpp | 28 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 D | not_equal.pass.cpp | 28 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 D | copy.fail.cpp | 34 constexpr std::optional<S> o1; local 35 constexpr std::optional<S> o2 = o1; // not constexpr
|