Home
last modified time | relevance | path

Searched refs:fixed_int64_t (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Daarch64-sve-vls-compare-ops.c
H A Daarch64-sve-vls-arith-ops.c
H A Daarch64-sve-vls-shift-ops.c
H A Daarch64-sve-vls-bitwise-ops.c
H A Dattr-arm-sve-vector-bits-types.c17 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
79 fixed_int64_t global_i64;
100 fixed_int64_t global_arr_i64[3];
123 fixed_int64_t local_i64; in f()
138 fixed_int64_t local_arr_i64[3]; in f()
H A Dattr-arm-sve-vector-bits-globals.c11 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
15 fixed_int64_t global_i64;
H A Daarch64-sve-vls-subscript-ops.c
H A Dattr-arm-sve-vector-bits-bitcast.c12 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
/llvm-project/clang/test/SemaCXX/
H A Daarch64-sve-explicit-casts-fixed-size.cpp19 typedef svint64_t fixed_int64_t FIXED_ATTR;
49 TESTCASE(fixed_int64_t, svfloat32_t)
50 TESTCASE(fixed_int64_t, svfloat64_t)
51 TESTCASE(fixed_int64_t, svint32_t)
52 TESTCASE(fixed_int64_t, svint64_t)
/llvm-project/clang/test/Sema/
H A Daarch64-sve-explicit-casts-fixed-size.c19 typedef svint64_t fixed_int64_t FIXED_ATTR;
48 TESTCASE(fixed_int64_t, svfloat32_t)
49 TESTCASE(fixed_int64_t, svfloat64_t)
50 TESTCASE(fixed_int64_t, svint32_t)
51 TESTCASE(fixed_int64_t, svint64_t)
H A Dattr-arm-sve-vector-bits.c37 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
188 _Static_assert(sizeof(fixed_int64_t) == VECTOR_SIZE, "");
212 _Static_assert(__alignof__(fixed_int64_t) == VECTOR_ALIGN, "");
230 struct struct_int64 { fixed_int64_t x, y[5]; };
237 union union_int64 { fixed_int64_t x, y[5]; };
376 TEST_INT_OPS(fixed_int64_t)
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-fixedtypeinfo.cpp26 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
44 auto &fs64 = typeid(fixed_int64_t);
H A Daarch64-mangle-sve-fixed-vectors.cpp22 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
65 void f4(S<fixed_int64_t>) {} in f4() argument