Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A 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()
/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp34 bool test_conversion(To) { return true; } in test_conversion() function
37 bool test_conversion(...) { return false; } in test_conversion() function
58 const bool can_convert = test_conversion<Catch>(throw_ptr); in catch_pointer_test()
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.weakord/
H A Dweakord.pass.cpp53 constexpr bool test_conversion() { in test_conversion() function
181 static_assert(test_conversion(), "conversion test failed"); in main()
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp6.cpp6 void test_conversion() { in test_conversion() function
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.strongord/
H A Dstrongord.pass.cpp65 constexpr bool test_conversion() { in test_conversion() function
199 static_assert(test_conversion(), "conversion test failed"); in main()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duser-defined-conversions.cpp62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, in test_conversion() function
H A Dnullptr.cpp154 void test_conversion(ConvertsToNullPtr ctn) { in test_conversion() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnullable-result.m18 void test_conversion(void) { function
/llvm-project-15.0.7/llvm/test/Transforms/BDCE/
H A Dvectors.ll68 define <2 x i32> @test_conversion(<2 x i32> %a) {
69 ; CHECK-LABEL: @test_conversion(
H A Dvectors-inseltpoison.ll68 define <2 x i32> @test_conversion(<2 x i32> %a) {
69 ; CHECK-LABEL: @test_conversion(
/llvm-project-15.0.7/clang/test/CXX/class/class.init/class.copy.elision/
H A Dp3.cpp449 namespace test_conversion { namespace
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dcore.ml47 let test_conversion () = function
1507 suite "conversion" test_conversion;
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Daddress-spaces-conversions-cl2.0.cl89 void test_conversion(__global int *arg_glob, __local int *arg_loc,
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c9317 static int test_conversion(isl_ctx *ctx) in test_conversion() function
10799 { "conversion", &test_conversion },