Home
last modified time | relevance | path

Searched defs:two_arguments (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dattr-arm-sve-vector-bits.c71 typedef svint8_t two_arguments __attribute__((arm_sve_vector_bits(2, 4))); // expected-error {{'arm… typedef
H A Dattr-riscv-rvv-vector-bits.c225 typedef vint8m1_t two_arguments __attribute__((riscv_rvv_vector_bits(2, 4))); // expected-error {{'riscv_rvv_vector_bits' attribute takes one argument}} typedef