Home
last modified time | relevance | path

Searched refs:vp_t (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dppc-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp200 using vp_t = __vector_pair; typedef
202 vp_t *vpin = (vp_t *)inp; in testVPAlias()
203 vp_t *vpout = (vp_t *)outp; in testVPAlias()
240 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
265 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
271 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
290 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
291 vp_t *vpp2;
331 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
345 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dppc-pair-mma-types.cpp198 using vp_t = __vector_pair; typedef
200 vp_t *vpin = (vp_t *)inp; in testVPAlias()
201 vp_t *vpout = (vp_t *)outp; in testVPAlias()
238 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
263 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
269 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
288 vp_t vp2; // expected-error {{invalid use of PPC MMA type}}
289 vp_t *vpp2;
329 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()
343 auto testVPTrailing3() -> vp_t { // expected-error {{invalid use of PPC MMA type}} in testVPTrailing3()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dppc-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dppc-pair-mma-types.c168 typedef __vector_pair vp_t; typedef
170 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
171 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
201 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
206 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
227 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
232 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
242 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dppc-pair-mma-types.c170 typedef __vector_pair vp_t; typedef
172 vp_t *vpin = (vp_t *)inp; in testVPTypedef()
173 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
203 void testVPArg6(const vp_t vp, int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPArg6()
208 void testVPArg7(const vp_t *vp, int *ptr) { in testVPArg7()
229 const vp_t testVPRet4(int *ptr) { // expected-error {{invalid use of PPC MMA type}} in testVPRet4()
234 const vp_t *testVPRet5(int *ptr) { in testVPRet5()
244 vp_t globalvp_t; // expected-error {{invalid use of PPC MMA type}}
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c16 typedef vector pixel vp_t; typedef
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()

1234