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

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 435 const char *opt0; member in struct:option_map
441 /* Whether at least one character is needed following opt1 or opt0
481 const char * const old_prefix = option_map[i].opt0;
526 const char *opt0 = option_map[i].opt0; local
537 = concat (opt0 + 1, opt1 ? " " : "", opt1 ? opt1 : "",
586 const char *opt0 = option_map[i].opt0; local
590 size_t opt0_len = strlen (opt0);
598 if (strncmp (argv[0], opt0, opt0_len) ==
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 435 const char *opt0; member in struct:option_map
441 /* Whether at least one character is needed following opt1 or opt0
504 const char *opt0 = option_map[i].opt0; local
515 = concat (opt0 + 1, opt1 ? " " : "", opt1 ? opt1 : "",
564 const char *opt0 = option_map[i].opt0; local
568 size_t opt0_len = strlen (opt0);
576 if (strncmp (argv[0], opt0, opt0_len) == 0

Completed in 44 milliseconds