Searched refs:help_option_arguments (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopts-global.c330 if (!help_option_arguments.is_empty ())
335 FOR_EACH_VEC_ELT (help_option_arguments, i, arg)
H A Dopts.h447 extern vec<const char *> help_option_arguments;
H A Dopts.c820 vec<const char *> help_option_arguments; variable
2250 help_option_arguments.safe_push (arg);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts-global.cc330 if (!help_option_arguments.is_empty ())
335 FOR_EACH_VEC_ELT (help_option_arguments, i, arg)
H A Dopts.h484 extern vec<const char *> help_option_arguments;
H A Dopts.cc964 vec<const char *> help_option_arguments; variable
2607 help_option_arguments.safe_push (arg);

Completed in 218 milliseconds