Searched refs:exclude_flags (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopts.c1254 unsigned int exclude_flags,
1289 if ((option->flags & exclude_flags) != 0)
1316 if (exclude_flags & CL_UNDOCUMENTED)
1613 unsigned int exclude_flags,
1665 if (exclude_flags & all_langs_mask)
1702 print_filtered_help (include_flags, exclude_flags, any_flags,
2063 unsigned int exclude_flags = 0; local
2106 pflags = &exclude_flags;
2178 exclude_flags |= CL_WARNING;
2180 exclude_flags |
1253 print_filtered_help(unsigned int include_flags, unsigned int exclude_flags, unsigned int any_flags, unsigned int columns, struct gcc_options *opts, unsigned int lang_mask) argument
1612 print_specific_help(unsigned int include_flags, unsigned int exclude_flags, unsigned int any_flags, struct gcc_options *opts, unsigned int lang_mask) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts.cc1531 unsigned int exclude_flags,
1566 if ((option->flags & exclude_flags) != 0)
1593 if (exclude_flags & CL_UNDOCUMENTED)
1890 unsigned int exclude_flags,
1942 if (exclude_flags & all_langs_mask)
1979 print_filtered_help (include_flags, exclude_flags, any_flags,
2420 unsigned int exclude_flags = 0; local
2463 pflags = &exclude_flags;
2535 exclude_flags |= CL_WARNING;
2537 exclude_flags |
1530 print_filtered_help(unsigned int include_flags, unsigned int exclude_flags, unsigned int any_flags, unsigned int columns, struct gcc_options *opts, unsigned int lang_mask) argument
1889 print_specific_help(unsigned int include_flags, unsigned int exclude_flags, unsigned int any_flags, struct gcc_options *opts, unsigned int lang_mask) argument
[all...]

Completed in 295 milliseconds