Home
last modified time | relevance | path

Searched defs:buz (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbpf-attr-preserve-static-offset-warns.c22 struct buz { int a; } __attribute__((preserve_static_offset("hello"))); // \ argument
H A Dattr-nomerge.cpp21 struct [[clang::nomerge]] buz {}; // expected-error {{'nomerge' attribute only applies to functions… struct
/llvm-project/clang/test/Parser/
H A Dstmt-attributes.c92 struct buz {} __attribute__((nomerge)); // expected-error {{'nomerge' attribute only applies to fun… struct
/llvm-project/llvm/test/tools/llvm-objdump/BPF/Inputs/
H A Dtest.c13 void buz(void) { in buz() function