HomeSort by: relevance | last modified time | path
    Searched refs:opts_concat (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
opts.h 362 extern char *opts_concat (const char *first, ...);
opts.h 362 extern char *opts_concat (const char *first, ...);
opts-common.cc 417 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL);
991 opts_concat (const char *first, ...) function
1072 = opts_concat (needle, "=", argv[i + 1], NULL);
1372 = opts_concat (decoded->canonical_option[0], " ",
opts-common.cc 417 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL);
991 opts_concat (const char *first, ...) function
1072 = opts_concat (needle, "=", argv[i + 1], NULL);
1372 = opts_concat (decoded->canonical_option[0], " ",
opts.cc 1049 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name,
opts.cc 1049 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name,
  /src/external/gpl3/gcc.old/dist/gcc/
opts.h 356 extern char *opts_concat (const char *first, ...);
opts.h 356 extern char *opts_concat (const char *first, ...);
opts-common.cc 417 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL);
969 opts_concat (const char *first, ...) function
1050 = opts_concat (needle, "=", argv[i + 1], NULL);
1308 = opts_concat (decoded->canonical_option[0], " ",
opts-common.cc 417 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL);
969 opts_concat (const char *first, ...) function
1050 = opts_concat (needle, "=", argv[i + 1], NULL);
1308 = opts_concat (decoded->canonical_option[0], " ",
opts.cc 1039 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name,
opts.cc 1039 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name,

Completed in 71 milliseconds