Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.fail.cpp23 void test_conversion(LG) {} in test_conversion() function
33 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
39 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
45 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
51 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp32 bool test_conversion(To) { return true; } in test_conversion() function
35 bool test_conversion(...) { return false; } in test_conversion() function
56 const bool can_convert = test_conversion<Catch>(throw_ptr); in catch_pointer_test()
/external/libcxx/test/std/language.support/cmp/cmp.strongeq/
Dcmp.strongeq.pass.cpp47 void test_conversion() { in test_conversion() function
94 test_conversion(); in main()
/external/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp55 constexpr bool test_conversion() { in test_conversion() function
162 static_assert(test_conversion(), "conversion test failed"); in main()
/external/libcxx/test/std/language.support/cmp/cmp.weakord/
Dweakord.pass.cpp54 constexpr bool test_conversion() { in test_conversion() function
167 static_assert(test_conversion(), "conversion test failed"); in main()
/external/openssh/regress/unittests/conversion/
DMakefile3 PROG=test_conversion
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp3 void test_conversion() { in test_conversion() function
/external/libcxx/test/std/language.support/cmp/cmp.strongord/
Dstrongord.pass.cpp55 constexpr bool test_conversion() { in test_conversion() function
210 static_assert(test_conversion(), "conversion test failed"); in main()
/external/clang/test/SemaCXX/
Duser-defined-conversions.cpp62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, in test_conversion() function
Dnullptr.cpp154 void test_conversion(ConvertsToNullPtr ctn) { in test_conversion() function
/external/python/oauth2client/tests/
Dtest_util.py92 def test_conversion(self): member in StringToScopeTests
/external/eigen/test/
Dhalf_float.cpp21 void test_conversion() in test_conversion() function
257 CALL_SUBTEST(test_conversion()); in test_half_float()
/external/skqp/tests/
DReadPixelsTest.cpp610 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, in test_conversion() function
681 test_conversion(reporter, in DEF_TEST()
/external/skia/tests/
DReadPixelsTest.cpp610 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, in test_conversion() function
681 test_conversion(reporter, in DEF_TEST()
/external/openssh/regress/
DMakefile225 $$V ${.OBJDIR}/unittests/conversion/test_conversion ; \
/external/python/cpython2/Lib/test/
Dtest_str.py53 def test_conversion(self): member in StrTest
Dtest_long.py479 def test_conversion(self): member in LongTest
Dtest_unicode.py1214 def test_conversion(self): member in UnicodeTest
/external/clang/test/SemaOpenCL/
Daddress-spaces-conversions-cl2.0.cl52 void test_conversion(global int *arg_glob, local int *arg_loc,
/external/llvm/test/Bindings/OCaml/
Dcore.ml72 let test_conversion () = function
1479 suite "conversion" test_conversion;
/external/python/cpython3/Lib/test/
Dtest_long.py381 def test_conversion(self): member in LongTest
Dtest_unicode.py2238 def test_conversion(self): member in UnicodeTest
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml82 let test_conversion () = function
1547 suite "conversion" test_conversion;
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py1144 def test_conversion(self): member in Test_execfile
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py1202 def test_conversion(self): member in Test_execfile