Home
last modified time | relevance | path

Searched refs:fixed_float32_t (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/Sema/
Daarch64-sve-explicit-casts-fixed-size.c14 typedef svfloat32_t fixed_float32_t FIXED_ATTR;
31 TESTCASE(fixed_float32_t, svfloat32_t)
32 TESTCASE(fixed_float32_t, svfloat64_t)
33 TESTCASE(fixed_float32_t, svint32_t)
34 TESTCASE(fixed_float32_t, svint64_t)
Dattr-arm-sve-vector-bits.c45 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
196 _Static_assert(sizeof(fixed_float32_t) == VECTOR_SIZE, "");
220 _Static_assert(__alignof__(fixed_float32_t) == VECTOR_ALIGN, "");
383 TEST_OPS(fixed_float32_t)
/external/llvm-project/clang/test/SemaCXX/
Daarch64-sve-explicit-casts-fixed-size.cpp14 typedef svfloat32_t fixed_float32_t FIXED_ATTR;
31 TESTCASE(fixed_float32_t, svfloat32_t)
32 TESTCASE(fixed_float32_t, svfloat64_t)
33 TESTCASE(fixed_float32_t, svint32_t)
34 TESTCASE(fixed_float32_t, svint64_t)
/external/llvm-project/clang/test/CodeGen/
Dattr-arm-sve-vector-bits-types.c24 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
86 fixed_float32_t global_f32;
107 fixed_float32_t global_arr_f32[3];
128 fixed_float32_t local_f32; in f()
143 fixed_float32_t local_arr_f32[3]; in f()
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-fixedtypeinfo.cpp34 typedef __SVFloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
52 auto &ff32 = typeid(fixed_float32_t);
Daarch64-mangle-sve-fixed-vectors.cpp30 typedef __SVFloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
107 void f10(S<fixed_float32_t>) {} in f10() argument