Searched refs:fixed_float32_t (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-explicit-casts-fixed-size.c | 14 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)
|
D | attr-arm-sve-vector-bits.c | 45 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/ |
D | aarch64-sve-explicit-casts-fixed-size.cpp | 14 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/ |
D | attr-arm-sve-vector-bits-types.c | 24 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/ |
D | aarch64-sve-fixedtypeinfo.cpp | 34 typedef __SVFloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef 52 auto &ff32 = typeid(fixed_float32_t);
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 30 typedef __SVFloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef 107 void f10(S<fixed_float32_t>) {} in f10() argument
|