Lines Matching defs:__attribute
18 typedef int i16_1 __attribute((mode(HI))); typedef
20 typedef int i16_2 __attribute((__mode__(__HI__))); typedef
23 typedef float f64 __attribute((mode(DF))); typedef
26 typedef int invalid_1 __attribute((mode)); // expected-error{{'mode' attribute takes one argument}} typedef
27 typedef int invalid_2 __attribute((mode())); // expected-error{{'mode' attribute takes one argument… typedef
28 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}} typedef
29 typedef struct {int i,j,k;} invalid_4 __attribute((mode(SI))); // expected-error{{mode attribute on… typedef
30 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not m… typedef
33 typedef unsigned unwind_word __attribute((mode(unwind_word))); typedef
40 typedef _Complex float c16a __attribute((mode(HC))); typedef
42 typedef _Complex double c16b __attribute((mode(HC))); typedef
45 typedef _Complex double c32 __attribute((mode(SC))); typedef
47 typedef _Complex float c64 __attribute((mode(DC))); typedef
50 typedef _Complex float c80 __attribute((mode(XC))); typedef
107 typedef int invalid_7 __attribute((mode(KF))); // expected-error{{type of machine mode does not mat… typedef
108 typedef int invalid_8 __attribute((mode(KI))); // expected-error{{unknown machine mode}} typedef