Searched defs:walrus (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dattr-target.c6 int __attribute__((target("fpmath=387"))) walrus() { return 4; } //expected-warning {{Ignoring unsupported 'fpmath=' in the target attribute string}} function
/external/clang/test/CodeGen/
H A Dattr-target-x86.c7 int __attribute__((target("tune=sandybridge"))) walrus(int a) { return 4; } function
26 // We ignore the tune attribute so walrus should be identical to baz and bar.
27 // CHECK: walrus{{.*}} #0

Completed in 152 milliseconds