Home
last modified time | relevance | path

Searched refs:flag_pack_struct (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dflags.h554 extern int flag_pack_struct;
H A Dtoplev.c835 int flag_pack_struct = 0; variable
1162 {"pack-struct", &flag_pack_struct, 1,
H A Dc-decl.c5046 TYPE_PACKED (ref) = flag_pack_struct;
H A DFSFChangeLog.109358 * flags.h (flag_pack_struct): New flag variable.
9360 * toplev.c (flag_pack_struct): New flag variable.
H A DFSFChangeLog.1112673 * c-decl.c (start_struct): Set TYPE_PACKED from flag_pack_struct.
12677 instead of flag_pack_struct.
H A DChangeLog.77867 * final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
/openbsd-src/gnu/gcc/gcc/
H A Dc-pragma.c215 if (flag_pack_struct) in handle_pragma_pack()
H A Dcommon.opt656 Common Report Var(flag_pack_struct)
H A Dc-decl.c5324 TYPE_PACKED (ref) = flag_pack_struct; in start_struct()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1784 TYPE_PACKED (t) = flag_pack_struct;
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c2184 if (flag_pack_struct) in begin_class_definition()