Searched refs:n_opts (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-read.awk22 n_opts = 0
110 opts[n_opts] = $1
111 opt_numbers[$1] = n_opts
112 flags[n_opts] = $2
113 help[n_opts] = $3
115 help[n_opts] = help[n_opts] " " $i
116 n_opts++;
H A Dopth-gen.awk77 for (i = 0; i < n_opts; i++) {
96 for (i = 0; i < n_opts; i++) {
105 for (i = 0; i < n_opts; i++) {
145 for (i = 0; i < n_opts; i++) {
225 for (i = 0; i < n_opts; i++) {
351 for (i = 0; i < n_opts; i++) {
394 for (i = 0; i < n_opts; i++) {
425 for (i = 0; i < n_opts; i++) {
451 for (i = 0; i < n_opts; i++)
455 for (i = 0; i < n_opts;
[all...]
H A Doptc-gen.awk37 for (i = 0; i < n_opts; i++) {
40 for (i = 0; i < n_opts; i++) {
41 while(i + 1 != n_opts && opts[i] == opts[i + 1] ) {
52 for (i = 0; i < n_opts; i++) {
79 opt_var_name_1 = search_var_name(enabledby_names[1], opt_numbers, opts, flags, n_opts);
80 opt_var_name_2 = search_var_name(enabledby_names[2], opt_numbers, opts, flags, n_opts);
193 for (i = 0; i < n_opts; i++) {
205 for (i = 0; i < n_opts; i++) {
222 for (i = 0; i < n_opts; i++) {
229 for (i = 0; i < n_opts;
[all...]
H A Dopt-functions.awk333 function search_var_name(name, opt_numbers, opts, flags, n_opts)
339 for (k = 0; k < n_opts; k++) {
H A Doptc-save-gen.awk74 for (i = 0; i < n_opts; i++) {
102 for (i = 0; i < n_opts; i++) {
356 for (i = 0; i < n_opts; i++) {
680 for (i = 0; i < n_opts; i++) {
829 for (i = 0; i < n_opts; i++) {
H A Ddiagnostic.h117 int n_opts; member in struct:diagnostic_context
H A Ddiagnostic.c173 diagnostic_initialize (diagnostic_context *context, int n_opts)
184 context->n_opts = n_opts;
185 context->classify_diagnostic = XNEWVEC (diagnostic_t, n_opts);
186 for (i = 0; i < n_opts; i++)
758 || option_index >= context->n_opts
171 diagnostic_initialize(diagnostic_context *context, int n_opts) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-read.awk22 n_opts = 0
115 opts[n_opts] = $1
116 opt_numbers[$1] = n_opts
117 flags[n_opts] = $2
118 help[n_opts] = $3
120 help[n_opts] = help[n_opts] " " $i
121 n_opts++;
H A Dopth-gen.awk77 for (i = 0; i < n_opts; i++) {
96 for (i = 0; i < n_opts; i++) {
105 for (i = 0; i < n_opts; i++) {
146 for (i = 0; i < n_opts; i++) {
232 for (i = 0; i < n_opts; i++) {
381 for (i = 0; i < n_opts; i++) {
424 for (i = 0; i < n_opts; i++) {
462 for (i = 0; i < n_opts; i++) {
488 for (i = 0; i < n_opts; i++)
492 for (i = 0; i < n_opts;
[all...]
H A Doptc-gen.awk37 for (i = 0; i < n_opts; i++) {
40 for (i = 0; i < n_opts; i++) {
41 while(i + 1 != n_opts && opts[i] == opts[i + 1] ) {
52 for (i = 0; i < n_opts; i++) {
79 opt_var_name_1 = search_var_name(enabledby_names[1], opt_numbers, opts, flags, n_opts);
80 opt_var_name_2 = search_var_name(enabledby_names[2], opt_numbers, opts, flags, n_opts);
242 for (i = 0; i < n_opts; i++) {
258 for (i = 0; i < n_opts; i++) {
275 for (i = 0; i < n_opts; i++) {
282 for (i = 0; i < n_opts;
[all...]
H A Dopt-functions.awk361 function search_var_name(name, opt_numbers, opts, flags, n_opts)
367 for (k = 0; k < n_opts; k++) {
H A Doptc-save-gen.awk74 for (i = 0; i < n_opts; i++) {
103 for (i = 0; i < n_opts; i++) {
508 for (i = 0; i < n_opts; i++) {
1061 for (i = 0; i < n_opts; i++) {
1280 for (i = 0; i < n_opts; i++) {
1449 for (i = 0; i < n_opts; i++) {
H A Ddiagnostic.h181 int n_opts; member in struct:diagnostic_context
H A Ddiagnostic.cc174 diagnostic_initialize (diagnostic_context *context, int n_opts)
185 context->n_opts = n_opts;
186 context->classify_diagnostic = XNEWVEC (diagnostic_t, n_opts);
187 for (i = 0; i < n_opts; i++)
887 || option_index >= context->n_opts
172 diagnostic_initialize(diagnostic_context *context, int n_opts) argument

Completed in 126 milliseconds