Home
last modified time | relevance | path

Searched refs:testConstructors (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() { in testConstructors() function
114 assert(testConstructors<int>()); in main()
115 assert(testConstructors<long>()); in main()
116 assert(testConstructors<double>()); in main()
117 assert(testConstructors<A>()); in main()
119 assert(testConstructors<int*>()); in main()
120 assert(testConstructors<const int*>()); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() { in testConstructors() function
114 assert(testConstructors<int>()); in main()
115 assert(testConstructors<long>()); in main()
116 assert(testConstructors<double>()); in main()
117 assert(testConstructors<A>()); in main()
119 assert(testConstructors<int*>()); in main()
120 assert(testConstructors<const int*>()); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() { in testConstructors() function
114 assert(testConstructors<int>()); in main()
115 assert(testConstructors<long>()); in main()
116 assert(testConstructors<double>()); in main()
117 assert(testConstructors<A>()); in main()
119 assert(testConstructors<int*>()); in main()
120 assert(testConstructors<const int*>()); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() { in testConstructors() function
114 assert(testConstructors<int>()); in main()
115 assert(testConstructors<long>()); in main()
116 assert(testConstructors<double>()); in main()
117 assert(testConstructors<A>()); in main()
119 assert(testConstructors<int*>()); in main()
120 assert(testConstructors<const int*>()); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp89 constexpr bool testConstructors() { in testConstructors() function
109 assert(testConstructors<int>()); in main()
110 assert(testConstructors<long>()); in main()
111 assert(testConstructors<double>()); in main()
112 assert(testConstructors<A>()); in main()
114 assert(testConstructors<int*>()); in main()
115 assert(testConstructors<const int*>()); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() { in testConstructors() function
114 assert(testConstructors<int>()); in main()
115 assert(testConstructors<long>()); in main()
116 assert(testConstructors<double>()); in main()
117 assert(testConstructors<A>()); in main()
119 assert(testConstructors<int*>()); in main()
120 assert(testConstructors<const int*>()); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() { in testConstructors() function
114 assert(testConstructors<int>()); in main()
115 assert(testConstructors<long>()); in main()
116 assert(testConstructors<double>()); in main()
117 assert(testConstructors<A>()); in main()
119 assert(testConstructors<int*>()); in main()
120 assert(testConstructors<const int*>()); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/views/span.cons/
H A Dstdarray.pass.cpp94 constexpr bool testConstructors() {
114 assert(testConstructors<int>());
115 assert(testConstructors<long>());
116 assert(testConstructors<double>());
117 assert(testConstructors<A>());
119 assert(testConstructors<int*>());
120 assert(testConstructors<const int*>());
/dports/devel/opendht/opendht-1.10.1/tests/
H A Dvaluetester.h30 CPPUNIT_TEST(testConstructors);
46 void testConstructors();
H A Ddhtrunnertester.h32 CPPUNIT_TEST(testConstructors);
51 void testConstructors();
H A Dinfohashtester.h30 CPPUNIT_TEST(testConstructors);
49 void testConstructors();
/dports/devel/py-opendht/opendht-1.10.1/tests/
H A Dvaluetester.h30 CPPUNIT_TEST(testConstructors);
46 void testConstructors();
H A Ddhtrunnertester.h32 CPPUNIT_TEST(testConstructors);
51 void testConstructors();
H A Dinfohashtester.h30 CPPUNIT_TEST(testConstructors);
49 void testConstructors();
/dports/math/Imath/Imath-3.1.4/src/ImathTest/
H A DtestBox.cpp78 testConstructors (const char* type) in testConstructors() function
939 testConstructors<IMATH_INTERNAL_NAMESPACE::V2s> ("V2s"); in testBox()
940 testConstructors<IMATH_INTERNAL_NAMESPACE::V2i> ("V2i"); in testBox()
942 testConstructors<IMATH_INTERNAL_NAMESPACE::V2f> ("V2f"); in testBox()
943 testConstructors<IMATH_INTERNAL_NAMESPACE::V2d> ("V2d"); in testBox()
945 testConstructors<IMATH_INTERNAL_NAMESPACE::V3s> ("V3s"); in testBox()
946 testConstructors<IMATH_INTERNAL_NAMESPACE::V3i> ("V3i"); in testBox()
948 testConstructors<IMATH_INTERNAL_NAMESPACE::V3f> ("V3f"); in testBox()
949 testConstructors<IMATH_INTERNAL_NAMESPACE::V3d> ("V3d"); in testBox()
951 testConstructors<IMATH_INTERNAL_NAMESPACE::V4s> ("V4s"); in testBox()
[all …]
H A DtestInterval.cpp30 testConstructors (const char* type) in testConstructors() function
691 testConstructors<short> ("short"); in testInterval()
692 testConstructors<int> ("int"); in testInterval()
693 testConstructors<float> ("float"); in testInterval()
694 testConstructors<double> ("double"); in testInterval()
/dports/mail/libvmime/vmime-0.9.2/tests/parser/
H A DmediaTypeTest.cpp30 VMIME_TEST(testConstructors) in VMIME_TEST_SUITE_BEGIN()
38 void testConstructors() in VMIME_TEST_SUITE_BEGIN()
/dports/net-im/kopete/kopete-21.12.3/tests/libkopete/
H A Dkopetestatusmessagetest.cpp27 void testConstructors();
41 void StatusMessageTest::testConstructors() in testConstructors() function in StatusMessageTest
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/tests/
H A Drangelisttest.h17 void testConstructors();
H A Dtimetest.h18 void testConstructors();
H A Drangetest.h18 void testConstructors();
/dports/net-im/kopete/kopete-21.12.3/tests/protocols/oscar/
H A Dguidtest.h10 void testConstructors();
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/test/tests/mathematics/
H A DTestVector2.h61 testConstructors(); in run()
69 void testConstructors() { in testConstructors() function
H A DTestMatrix2x2.h64 testConstructors(); in run()
73 void testConstructors() { in testConstructors() function
H A DTestVector3.h61 testConstructors(); in run()
69 void testConstructors() { in testConstructors() function

12345678910>>...13