Home
last modified time | relevance | path

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

12

/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/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 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/llvm-project/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp31 bool test_conversion(To) { return true; } in test_conversion() function
34 bool test_conversion(...) { return false; } in test_conversion() function
55 const bool can_convert = test_conversion<Catch>(throw_ptr); in catch_pointer_test()
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongeq/
Dcmp.strongeq.pass.cpp46 void test_conversion() { in test_conversion() function
93 test_conversion(); in main()
/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/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp3 void test_conversion() { in test_conversion() function
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.weakord/
Dweakord.pass.cpp53 constexpr bool test_conversion() { in test_conversion() function
183 static_assert(test_conversion(), "conversion test failed"); in main()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp6 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/openssh/regress/unittests/conversion/
DMakefile3 PROG=test_conversion
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp54 constexpr bool test_conversion() { in test_conversion() function
197 static_assert(test_conversion(), "conversion test failed"); in main()
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongord/
Dstrongord.pass.cpp54 constexpr bool test_conversion() { in test_conversion() function
223 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/llvm-project/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/llvm-project/clang/test/SemaObjC/
Dnullable-result.m18 void test_conversion() { function
/external/llvm-project/llvm/test/Transforms/BDCE/
Dvectors.ll68 define <2 x i32> @test_conversion(<2 x i32> %a) {
69 ; CHECK-LABEL: @test_conversion(
/external/rust/crates/ahash/src/
Dlib.rs184 fn test_conversion() { in test_conversion() function
Dfallback_hash.rs221 fn test_conversion() { in test_conversion() function
/external/eigen/test/
Dhalf_float.cpp21 void test_conversion() in test_conversion() function
257 CALL_SUBTEST(test_conversion()); in test_half_float()

12