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

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 1156 unsigned int options_to_prepend = 0; local
1184 ++options_to_prepend;
1190 ++options_to_prepend;
1196 ++options_to_prepend;
1242 if (options_to_prepend)
1245 memmove (new_decoded_options + argv_0 + options_to_prepend,
1268 gcc_checking_assert (options_to_prepend == options_prepended);

Completed in 25 milliseconds