1 __attribute__((overloadable)) 2 void testRiscv(__rvv_int8mf8_t); 3 // CHECK: USR: c:@F@testRiscv#@BT@__rvv_int8mf8_t# 4 5 // RUN: c-index-test -index-file %s --target=riscv64 -target-feature +v | FileCheck %s 6
1 __attribute__((overloadable)) 2 void testRiscv(__rvv_int8mf8_t); 3 // CHECK: USR: c:@F@testRiscv#@BT@__rvv_int8mf8_t# 4 5 // RUN: c-index-test -index-file %s --target=riscv64 -target-feature +v | FileCheck %s 6