Searched refs:sss (Results 151 - 175 of 592) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/
H A Ds-float-s-pointer.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-float=%d,offset-sss-pointer=%d,\nalign-float=%d,align-sss-pointer=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-float-s-short.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-float=%d,offset-sss-short=%d,\nalign-float=%d,align-sss-short=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-float-short.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-float-size_t.c4 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
14 sizeof (sss), __alignof__ (sss),
15 _offsetof (struct sss, f), _offsetof (struct sss, snd),
16 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-float-wchar_t.c4 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
14 sizeof (sss), __alignof__ (sss),
15 _offsetof (struct sss, f), _offsetof (struct sss, snd),
16 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-float-zf-char.c3 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
13 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
15 _offsetof (struct sss, f), _offsetof (struct sss, i),
16 __alignof__ (sss.f), __alignof__ (sss.i));
H A Ds-float-zf-int.c3 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
13 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
15 _offsetof (struct sss, f), _offsetof (struct sss, i),
16 __alignof__ (sss.f), __alignof__ (sss.i));
H A Ds-float-zf-long.c3 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
13 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
15 _offsetof (struct sss, f), _offsetof (struct sss, i),
16 __alignof__ (sss.f), __alignof__ (sss.i));
H A Ds-float-zf-longlong.c3 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
13 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
15 _offsetof (struct sss, f), _offsetof (struct sss, i),
16 __alignof__ (sss.f), __alignof__ (sss.i));
H A Ds-float-zf-short.c3 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
13 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
15 _offsetof (struct sss, f), _offsetof (struct sss, i),
16 __alignof__ (sss.f), __alignof__ (sss.i));
H A Ds-int-char.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-double.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-float.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-int.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-long.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-longdouble.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-longlong.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-pointer.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
13 sizeof (sss), __alignof__ (sss),
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-ptrdiff_t.c4 static struct sss{ struct
7 } sss; variable in typeref:struct:sss
14 sizeof (sss), __alignof__ (sss),
15 _offsetof (struct sss, f), _offsetof (struct sss, snd),
16 __alignof__ (sss.f), __alignof__ (sss.snd));
H A Ds-int-s-char.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-int=%d,offset-sss-char=%d,\nalign-int=%d,align-sss-char=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-int-s-double.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-int=%d,offset-sss-double=%d,\nalign-int=%d,align-sss-double=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-int-s-float.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-int=%d,offset-sss-float=%d,\nalign-int=%d,align-sss-float=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-int-s-int.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-int=%d,offset-sss-int=%d,\nalign-int=%d,align-sss-int=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-int-s-long.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-int=%d,offset-sss-long=%d,\nalign-int=%d,align-sss-long=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]
H A Ds-int-s-longdouble.c3 static struct sss{ struct
6 } sss; variable in typeref:struct:sss
12 printf ("size=%d,align=%d\n", sizeof (sss), __alignof__ (sss));
13 printf ("offset-int=%d,offset-sss-longdouble=%d,\nalign-int=%d,align-sss-longdouble=%d\n",
14 _offsetof (struct sss, f), _offsetof (struct sss, snd),
15 __alignof__ (sss.f), __alignof__ (sss
[all...]

Completed in 200 milliseconds

1234567891011>>