Searched defs:buz (Results 1 – 4 of 4) sorted by relevance
22 struct buz { int a; } __attribute__((preserve_static_offset("hello"))); // \ argument
21 struct [[clang::nomerge]] buz {}; // expected-error {{'nomerge' attribute only applies to functions… struct
92 struct buz {} __attribute__((nomerge)); // expected-error {{'nomerge' attribute only applies to fun… struct
13 void buz(void) { in buz() function