Searched refs:not_supported_native_simd_ctor (Results 1 – 4 of 4) sorted by relevance
26 auto not_supported_native_simd_ctor(Args&&... args)31 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function53 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()
25 auto not_supported_native_simd_ctor(Args&&... args)30 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function50 not_supported_native_simd_ctor<int>((int*)nullptr, int()); in compile_load_ctor()
25 auto not_supported_native_simd_ctor(Args&&... args)30 void not_supported_native_simd_ctor(...) {} in not_supported_native_simd_ctor() function52 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()