Home
last modified time | relevance | path

Searched defs:__pso (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbpf-attr-preserve-static-offset-warns.c3 #define __pso __attribute__((preserve_static_offset)) macro
6 struct foo { int a; } __pso; variable
7 union quux { int a; } __pso; variable
8 struct doug { int a; } __pso __attribute__((packed)); variable
11 typedef int bar __pso; // expected-error{{attribute only applies to}} typedef
13 int a __pso; // expected-error{{attribute only applies to}} member
15 int g __pso; // expected-error{{attribute only applies to}} variable
19 int a __pso; // expected-error{{attribute only applies to}} in ffunc3() local
H A Dbpf-attr-preserve-static-offset-warns-nonbpf.c3 #define __pso __attribute__((preserve_static_offset)) macro
5 struct foo { int a; } __pso; // expected-warning{{unknown attribute}} variable
6 union quux { int a; } __pso; // expected-warning{{unknown attribute}} variable