Lines Matching defs:void
9 int __attribute__((target("avx,sse4.2,arch=ivybridge"))) foo(void) { return 4; }
11 int __attribute__((target())) bar(void) { return 4; }
13 int __attribute__((target("tune=sandybridge"))) baz(void) { return 4; }
15 int __attribute__((target("fpmath=387"))) walrus(void) { return 4; }
17 int __attribute__((target("avx,sse4.2,arch=hiss"))) meow(void) { return 4; }
19 int __attribute__((target("woof"))) bark(void) { return 4; }
21 int __attribute__((target("arch="))) turtle(void) { return 4; }
23 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; }
25 int __attribute__((target("arch=ivybridge,arch=haswell"))) oak_tree(void) { return 4; }
27 int __attribute__((target("branch-protection=none"))) birch_tree(void) { return 5; }
29 int __attribute__((target("tune=hiss,tune=woof"))) apple_tree(void) { return 4; }
32 void __attribute__((target("x86-64"))) baseline(void) {}
34 void __attribute__((target("x86-64-v2"))) v2(void) {}
40 int __attribute__((target("sve,arch=armv8-a"))) foo(void) { return 4; }
42 int __attribute__((target())) bar(void) { return 4; }
44 int __attribute__((target("tune=cortex-a710"))) baz(void) { return 4; }
46 int __attribute__((target("fpmath=387"))) walrus(void) { return 4; }
48 int __attribute__((target("sve,cpu=hiss"))) meow(void) { return 4; }
50 int __attribute__((target("woof"))) bark(void) { return 4; }
52 int __attribute__((target("arch=armv8-a+woof"))) buff(void) { return 4; }
54 int __attribute__((target("+noway"))) noway(void) { return 4; }
56 int __attribute__((target("arch="))) turtle(void) { return 4; }
58 int __attribute__((target("cpu=hiss,cpu=woof"))) pine_tree(void) { return 4; }
60 int __attribute__((target("arch=armv8.1-a,arch=armv8-a"))) oak_tree(void) { return 4; }
62 int __attribute__((target("cpu=cortex-a710,cpu=neoverse-n2"))) apple_tree(void) { return 4; }
64 int __attribute__((target("tune=cortex-a710,tune=neoverse-n2"))) pear_tree(void) { return 4; }
66 int __attribute__((target("branch-protection=none"))) birch_tree(void) { return 5; }
70 int __attribute__((target("float128,arch=pwr9"))) foo(void) { return 4; }
72 int __attribute__((target())) bar(void) { return 4; }
74 int __attribute__((target("tune=pwr8"))) baz(void) { return 4; }
76 int __attribute__((target("fpmath=387"))) walrus(void) { return 4; }
78 int __attribute__((target("float128,arch=hiss"))) meow(void) { return 4; }
80 int __attribute__((target("arch="))) turtle(void) { return 4; }
82 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; }
84 int __attribute__((target("arch=pwr9,arch=pwr10"))) oak_tree(void) { return 4; }
86 int __attribute__((target("branch-protection=none"))) birch_tree(void) { return 5; }
88 int __attribute__((target("tune=hiss,tune=woof"))) apple_tree(void) { return 4; }
94 int __attribute__((target("tune=hiss"))) baz(void) { return 4; }