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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/rx/
H A Dpacked-struct.c3 struct unpacked struct
20 struct unpacked uuuu; /* This should generate an error message. */
21 }; /* { dg-error "unpacked structure/union inside a packed struct" "XFAILed until patch for generic GCC structure layout code is accepted" { xfail rx-*-* } } */
26 struct unpacked uuuu; /* This should not. */
46 struct unpacked u;
50 int s1 = sizeof (struct unpacked);
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dfpmath-sf.S231 ; we need the numbers converted to their "unpacked" format.
233 subw sp, #16 ; Save room for two unpacked values.
654 subw sp, #16 ; save room for two unpacked values
902 subw sp, #16 ; save room for two unpacked values
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc9880 std::string unpacked = Gogo::unpack_hidden_name(name); local
9883 unpacked,

Completed in 67 milliseconds