Home
last modified time | relevance | path

Searched refs:not_supported_native_simd_ctor (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/experimental/simd/simd.cons/
Dbroadcast.pass.cpp26 auto not_supported_native_simd_ctor(Args&&... args)
31 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function
53 not_supported_native_simd_ctor<float>(3.); in compile_narrowing_conversion()
54 not_supported_native_simd_ctor<int8_t>(long(3)); in compile_narrowing_conversion()
55 not_supported_native_simd_ctor<float>(long(3)); in compile_narrowing_conversion()
56 not_supported_native_simd_ctor<int>(3.); in compile_narrowing_conversion()
66 not_supported_native_simd_ctor<int64_t>(NotConvertibleToInt()); in compile_convertible()
70 not_supported_native_simd_ctor<int>(3u); in compile_unsigned()
Dload.pass.cpp25 auto not_supported_native_simd_ctor(Args&&... args)
30 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function
50 not_supported_native_simd_ctor<int>((int*)nullptr, int()); in compile_load_ctor()
/external/llvm-project/libcxx/test/std/experimental/simd/simd.cons/
Dbroadcast.pass.cpp25 auto not_supported_native_simd_ctor(Args&&... args)
30 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function
52 not_supported_native_simd_ctor<float>(3.); in compile_narrowing_conversion()
53 not_supported_native_simd_ctor<int8_t>(long(3)); in compile_narrowing_conversion()
54 not_supported_native_simd_ctor<float>(long(3)); in compile_narrowing_conversion()
55 not_supported_native_simd_ctor<int>(3.); in compile_narrowing_conversion()
65 not_supported_native_simd_ctor<int64_t>(NotConvertibleToInt()); in compile_convertible()
69 not_supported_native_simd_ctor<int>(3u); in compile_unsigned()
Dload.pass.cpp25 auto not_supported_native_simd_ctor(Args&&... args)
30 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function
50 not_supported_native_simd_ctor<int>((int*)nullptr, int()); in compile_load_ctor()