HomeSort by relevance Sort by last modified time
    Searched full:test_constexpr (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
default.pass.cpp 26 test_constexpr() function
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&>>()
    [all...]
nullopt_t.pass.cpp 27 test_constexpr() function
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>>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
default.pass.cpp 26 test_constexpr() function
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&>>()
    [all...]
nullopt_t.pass.cpp 27 test_constexpr() function
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>>();
  /external/libcxx/test/std/utilities/time/
rep.h 19 TEST_CONSTEXPR Rep() : data_(-1) {}
20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {}
22 bool TEST_CONSTEXPR operator==(int i) const {return data_ == i;}
23 bool TEST_CONSTEXPR operator==(const Rep& r) const {return data_ == r.data_;}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/
rep.h 19 TEST_CONSTEXPR Rep() : data_(-1) {}
20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {}
22 bool TEST_CONSTEXPR operator==(int i) const {return data_ == i;}
23 bool TEST_CONSTEXPR operator==(const Rep& r) const {return data_ == r.data_;}
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 25 TEST_CONSTEXPR eq (int val) : v(val) {}
26 TEST_CONSTEXPR bool operator () (int v2) const { return v == v2; }
31 TEST_CONSTEXPR bool test_constexpr() { function
55 static_assert(test_constexpr());
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
find_if.pass.cpp 25 TEST_CONSTEXPR eq (int val) : v(val) {}
26 TEST_CONSTEXPR bool operator () (int v2) const { return v == v2; }
31 TEST_CONSTEXPR bool test_constexpr() { function
55 static_assert(test_constexpr());
find_if_not.pass.cpp 25 TEST_CONSTEXPR ne (int val) : v(val) {}
26 TEST_CONSTEXPR bool operator () (int v2) const { return v != v2; }
31 TEST_CONSTEXPR bool test_constexpr() { function
55 static_assert(test_constexpr());
  /external/libcxx/test/std/utilities/time/time.point/time.point.cast/
ceil.pass.cpp 40 void test_constexpr () function
62 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::hours, 3> ();
63 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::hours, -2> ();
64 test_constexpr<std::chrono::milliseconds, 9000001, std::chrono::minutes, 151> ();
65 test_constexpr<std::chrono::milliseconds,-9000001, std::chrono::minutes,-150> ();
67 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::seconds, 9000> ();
68 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::seconds,-9000> ();
floor.pass.cpp 40 void test_constexpr () function
61 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::hours, 2> ();
62 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::hours, -3> ();
63 test_constexpr<std::chrono::milliseconds, 9000001, std::chrono::minutes, 150> ();
64 test_constexpr<std::chrono::milliseconds,-9000001, std::chrono::minutes,-151> ();
66 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::seconds, 9000> ();
67 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::seconds,-9000> ();
round.pass.cpp 40 void test_constexpr () function
61 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::hours, 2> ();
62 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::hours, -2> ();
63 test_constexpr<std::chrono::milliseconds, 9000001, std::chrono::minutes, 150> ();
64 test_constexpr<std::chrono::milliseconds,-9000001, std::chrono::minutes,-150> ();
66 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::seconds, 9000> ();
67 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::seconds,-9000> ();
  /external/libcxx/test/support/
constexpr_char_traits.hpp 31 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT
34 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT
44 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT
47 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT
50 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT
53 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT
56 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/
ceil.pass.cpp 40 void test_constexpr () function
62 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::hours, 3> ();
63 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::hours, -2> ();
64 test_constexpr<std::chrono::milliseconds, 9000001, std::chrono::minutes, 151> ();
65 test_constexpr<std::chrono::milliseconds,-9000001, std::chrono::minutes,-150> ();
67 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::seconds, 9000> ();
68 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::seconds,-9000> ();
floor.pass.cpp 40 void test_constexpr () function
61 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::hours, 2> ();
62 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::hours, -3> ();
63 test_constexpr<std::chrono::milliseconds, 9000001, std::chrono::minutes, 150> ();
64 test_constexpr<std::chrono::milliseconds,-9000001, std::chrono::minutes,-151> ();
66 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::seconds, 9000> ();
67 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::seconds,-9000> ();
round.pass.cpp 40 void test_constexpr () function
61 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::hours, 2> ();
62 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::hours, -2> ();
63 test_constexpr<std::chrono::milliseconds, 9000001, std::chrono::minutes, 150> ();
64 test_constexpr<std::chrono::milliseconds,-9000001, std::chrono::minutes,-150> ();
66 test_constexpr<std::chrono::milliseconds, 9000000, std::chrono::seconds, 9000> ();
67 test_constexpr<std::chrono::milliseconds,-9000000, std::chrono::seconds,-9000> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
constexpr_char_traits.hpp 31 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT
34 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT
44 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT
47 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT
50 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT
53 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT
56 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT
  /external/libcxx/test/std/numerics/complex.number/complex.ops/
complex_equals_complex.pass.cpp 23 test_constexpr() function
53 test_constexpr<T> ();
61 // test_constexpr<int> ();
complex_not_equals_complex.pass.cpp 23 test_constexpr() function
55 test_constexpr<T> ();
63 // test_constexpr<int> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.object/optional.object.ctor/
default.pass.cpp 23 test_constexpr() function
59 test_constexpr<optional<int>>();
60 test_constexpr<optional<int*>>();
nullopt_t.pass.cpp 25 test_constexpr() function
60 test_constexpr<optional<int>>();
61 test_constexpr<optional<int*>>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.ops/
complex_equals_complex.pass.cpp 23 test_constexpr() function
53 test_constexpr<T> ();
61 // test_constexpr<int> ();
complex_not_equals_complex.pass.cpp 23 test_constexpr() function
55 test_constexpr<T> ();
63 // test_constexpr<int> ();
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 26 TEST_CONSTEXPR int operator()() const {return 1;}
31 TEST_CONSTEXPR bool test_constexpr() { function
63 static_assert(test_constexpr());
generate_n.pass.cpp 31 TEST_CONSTEXPR int operator()() const {return 2;}
36 TEST_CONSTEXPR bool test_constexpr() { function
85 static_assert(test_constexpr());

Completed in 1834 milliseconds

1 2 3 4 5 6 7 8