HomeSort by: relevance | last modified time | path
    Searched defs:exclude_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
opts.cc 1601 unsigned int exclude_flags,
1636 if ((option->flags & exclude_flags) != 0)
1663 if (exclude_flags & CL_UNDOCUMENTED)
1956 and NONE of the EXCLUDE_FLAGS set. The current option state is in
1960 unsigned int exclude_flags,
2012 if (exclude_flags & all_langs_mask)
2049 print_filtered_help (include_flags, exclude_flags, any_flags,
2536 unsigned int exclude_flags = 0; local
2579 pflags = &exclude_flags;
2653 exclude_flags |= CL_WARNING
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
opts.cc 1531 unsigned int exclude_flags,
1566 if ((option->flags & exclude_flags) != 0)
1593 if (exclude_flags & CL_UNDOCUMENTED)
1886 and NONE of the EXCLUDE_FLAGS set. The current option state is in
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
    [all...]

Completed in 66 milliseconds