Searched defs:__pso (Results 1 – 2 of 2) sorted by relevance
3 #define __pso __attribute__((preserve_static_offset)) macro6 struct foo { int a; } __pso; variable7 union quux { int a; } __pso; variable8 struct doug { int a; } __pso __attribute__((packed)); variable11 typedef int bar __pso; // expected-error{{attribute only applies to}} typedef13 int a __pso; // expected-error{{attribute only applies to}} member15 int g __pso; // expected-error{{attribute only applies to}} variable19 int a __pso; // expected-error{{attribute only applies to}} in ffunc3() local
3 #define __pso __attribute__((preserve_static_offset)) macro5 struct foo { int a; } __pso; // expected-warning{{unknown attribute}} variable6 union quux { int a; } __pso; // expected-warning{{unknown attribute}} variable