Home
last modified time | relevance | path

Searched refs:pine_tree (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dattr-target.c23 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; } in pine_tree() function
58 int __attribute__((target("cpu=hiss,cpu=woof"))) pine_tree(void) { return 4; } in oak_tree()
82 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; } in oak_tree()
56 int __attribute__((target("cpu=hiss,cpu=woof"))) pine_tree(void) { return 4; } pine_tree() function
80 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; } pine_tree() function
/llvm-project/clang/test/AST/
H A Dattr-target-ast.c3 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; } in pine_tree() function