Searched refs:U5 (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.abi/
H A Daggregates.C32 /* Structs S1, S2, S3, S4, and union U5 are taken from Intel, "IA-64
62 union U5 union
114 if (sizeof (union U5) != 4)
116 if (alignof (union U5) != 4)
118 if (offsetof (union U5, c) != 0)
120 if (offsetof (union U5, s) != 0)
122 if (offsetof (union U5, j) != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.abi/
H A Daggregates.C32 /* Structs S1, S2, S3, S4, and union U5 are taken from Intel, "IA-64
62 union U5 union
114 if (sizeof (union U5) != 4)
116 if (alignof (union U5) != 4)
118 if (offsetof (union U5, c) != 0)
120 if (offsetof (union U5, s) != 0)
122 if (offsetof (union U5, j) != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/
H A Draw-string-1.c72 const char32_t U5[] = U"?\?/\n?\?/\n?\?(?\?<?\?=?\?'?\?!?\?-?\?>?\?"; variable
125 if (sizeof (U4) != sizeof (U5)
126 || __builtin_memcmp (U4, U5, sizeof (U4)) != 0)

Completed in 189 milliseconds