Searched refs:flag_short_enums (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dflags.h184 extern int flag_short_enums;
H A Dtoplev.c441 int flag_short_enums; variable
4845 flag_short_enums = DEFAULT_SHORT_ENUMS;
H A Dc-decl.c728 flag_short_enums = 1;
730 flag_short_enums = 0;
6188 if (flag_short_enums)
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dmisc.c250 #undef flag_short_enums macro
256 int flag_short_enums; variable
286 flag_short_enums = global_options.x_flag_short_enums;
289 flag_short_enums is autodetected, if need be. Mimic the process
290 for our private flag_short_enums. */
291 if (flag_short_enums == 2)
292 flag_short_enums = targetm.default_short_enums ();
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.h48 flag_short_enums? 1 : 4); \
/haiku-buildtools/gcc/gcc/
H A Dtoplev.c1336 if (flag_short_enums == 2)
1337 flag_short_enums = targetm.default_short_enums ();
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.h350 flag_short_enums = 1; \
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Ddecl.c784 flag_short_enums = 1;
786 flag_short_enums = 0;
3512 flag_short_enums = 1;
4788 if (flag_short_enums || precision > TYPE_PRECISION (integer_type_node))
H A Dactions.c44 extern int flag_short_enums;
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.h76 flag_short_enums ? 1 : 4); \
H A Darm.c25839 flag_short_enums ? 1 : 2);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl2.c508 {"short-enums", &flag_short_enums, 1},
H A Ddecl.c13220 if (flag_short_enums || (precision > TYPE_PRECISION (integer_type_node)))
/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c6168 if (!flag_short_enums)
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c8024 if (flag_short_enums)
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c13005 use_short_enum = flag_short_enums

Completed in 605 milliseconds