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

  /src/external/gpl3/gcc/dist/gcc/
opt-suggestions.cc 116 char *with_arg = concat (opt_text, e->values[j].arg, NULL); local
118 with_arg);
119 free (with_arg);
138 char *with_arg = concat (opt_text, option_values[j], local
141 with_arg);
142 free (with_arg);
184 char *with_arg = concat (opt_text, local
187 /* Add with_arg and all of its variant spellings e.g.
191 with_arg);
192 free (with_arg);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
opt-suggestions.cc 116 char *with_arg = concat (opt_text, e->values[j].arg, NULL); local
118 with_arg);
119 free (with_arg);
138 char *with_arg = concat (opt_text, option_values[j], local
141 with_arg);
142 free (with_arg);
184 char *with_arg = concat (opt_text, local
187 /* Add with_arg and all of its variant spellings e.g.
191 with_arg);
192 free (with_arg);
    [all...]

Completed in 21 milliseconds