Searched refs:test_conversion (Results 1 - 16 of 16) sorted by relevance

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp23 void test_conversion(LG) {} function
33 test_conversion<LG>({}); // expected-error{{no matching function for call}}
39 test_conversion<LG>({n0}); // expected-error{{no matching function for call}}
45 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}}
51 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp6.cpp3 void test_conversion() { function
/external/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp32 bool test_conversion(To) { return true; } function
35 bool test_conversion(...) { return false; } function
56 const bool can_convert = test_conversion<Catch>(throw_ptr);
/external/clang/test/SemaCXX/
H A Duser-defined-conversions.cpp62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, function
H A Dnullptr.cpp154 void test_conversion(ConvertsToNullPtr ctn) { function in namespace:overloading
/external/eigen/test/
H A Dhalf_float.cpp21 void test_conversion() function
257 CALL_SUBTEST(test_conversion());
/external/skia/tests/
H A DReadPixelsTest.cpp535 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, function
605 test_conversion(reporter,
/external/skqp/tests/
H A DReadPixelsTest.cpp535 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, function
605 test_conversion(reporter,
/external/python/cpython2/Lib/test/
H A Dtest_str.py53 def test_conversion(self): member in class:StrTest
H A Dtest_long.py479 def test_conversion(self): member in class:LongTest
H A Dtest_unicode.py1214 def test_conversion(self): member in class:UnicodeTest
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml72 let test_conversion () = var
1479 suite "conversion" test_conversion;
/external/python/cpython3/Lib/test/
H A Dtest_long.py377 def test_conversion(self): member in class:LongTest
H A Dtest_unicode.py2227 def test_conversion(self): member in class:UnicodeTest
/external/python/cpython2/Lib/lib2to3/tests/
H A Dtest_fixers.py1144 def test_conversion(self): member in class:Test_execfile
/external/python/cpython3/Lib/lib2to3/tests/
H A Dtest_fixers.py1202 def test_conversion(self): member in class:Test_execfile

Completed in 802 milliseconds