Home
last modified time | relevance | path

Searched refs:assert_equal (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/test/Bindings/OCaml/
H A Dtarget.ml27 let assert_equal a b = function
28 if a <> b then failwith "assert_equal"
48 assert_equal (DL.as_string dl) layout;
49 assert_equal (DL.byte_order dl) Endian.Little;
50 assert_equal (DL.pointer_size dl) 4;
51 assert_equal (DL.intptr_type context dl) i32_type;
52 assert_equal (DL.qualified_pointer_size 0 dl) 4;
53 assert_equal (DL.qualified_intptr_type context 0 dl) i32_type;
54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
55 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
[all …]
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dsme-string-test.cpp30 void assert_equal(const Memory &other) { in assert_equal() function in Memory
35 void assert_equal(std::initializer_list<uint8_t> s) { in assert_equal() function in Memory
55 dst.assert_equal(src); in main()
56 dst.assert_equal({0, 1, 2, 3, 4, 5, 6, 7}); in main()
65 dst.assert_equal({0, 0, 1, 2, 3, 4, 5, 7}); in main()
88 array.assert_equal({2, 2, 2, 2, 2, 2, 2, 2}); in main()
96 array.assert_equal({0, 2, 2, 2, 2, 2, 2, 7}); in main()
105 dst.assert_equal({0, 0, 1, 2, 3, 4, 5, 7}); in main()
113 srcdst.assert_equal({0, 0, 1, 2, 3, 4, 5, 7}); in main()
116 srcdst.assert_equal({0, 1, 2, 3, 4, 5, 5, 7}); in main()
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dget_info.local_time.pass.cpp77 static void assert_equal(const std::chrono::sys_info& lhs, const std::chrono::sys_info& rhs) { in assert_equal() function
92 static void assert_equal(const std::chrono::local_info& lhs, const std::chrono::local_info& rhs) { in assert_equal() function
97 assert_equal(lhs.first, rhs.first); in assert_equal()
98 assert_equal(lhs.second, rhs.second); in assert_equal()
111 assert_equal( in test_gmt()
127 assert_equal( in test_local_time_out_of_range()
134 assert_equal( in test_local_time_out_of_range()
141 assert_equal( in test_local_time_out_of_range()
152 assert_equal( in test_local_time_out_of_range()
159 assert_equal( in test_local_time_out_of_range()
[all …]
H A Dget_info.sys_time.pass.cpp64 static void assert_equal(const std::chrono::sys_info& lhs, const std::chrono::sys_info& rhs) { in assert_equal() function
79 static void assert_equal(std::string_view expected, const std::chrono::sys_info& value) { in assert_equal() function
96 assert_equal(expected, begin); in assert_range()
97 assert_equal(expected, end); in assert_range()
122 assert_equal( in test_gmt()
130 assert_equal( in test_gmt()
139 assert_equal( in test_gmt()
162 assert_equal(expected, tz->get_info(std::chrono::sys_time<std::chrono::nanoseconds>{})); in test_durations()
163 assert_equal(expected, tz->get_info(std::chrono::sys_time<std::chrono::microseconds>{})); in test_durations()
164 assert_equal(expected, tz->get_info(std::chrono::sys_time<std::chrono::milliseconds>{})); in test_durations()
[all …]
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/
H A Dget_info.sys_time.rule_selection.pass.cpp86 static void assert_equal(const std::chrono::sys_info& lhs, const std::chrono::sys_info& rhs) { in assert_equal() function
117 assert_equal( in main()
137 assert_equal( in main()
147 assert_equal( in main()
175 assert_equal( in main()