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

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 170 const char *gcc_path = dirname (ASTRDUP (collect_gcc)); local
182 target_compiler = concat (gcc_path, "/", name, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 423 const char *gcc_path = dirname (ASTRDUP (collect_gcc)); local
426 size_t len = (strlen (gcc_path) + 1
434 gcc_path = NULL;
437 if (gcc_path != NULL)
438 driver_used = sprintf (driver, "%s/", gcc_path);
442 if (gcc_path == NULL)
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 651 const char *gcc_path = dirname (ASTRDUP (collect_gcc)); local
654 size_t len = (strlen (gcc_path) + 1
662 gcc_path = NULL;
665 if (gcc_path != NULL)
666 driver_used = sprintf (driver, "%s/", gcc_path);
670 if (gcc_path == NULL)
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 831 const char *gcc_path = dirname (ASTRDUP (collect_gcc)); local
834 size_t len = (strlen (gcc_path) + 1 + strlen (GCC_INSTALL_NAME) + 1);
840 gcc_path = NULL;
843 if (gcc_path != NULL)
844 driver_used = sprintf (driver, "%s/", gcc_path);
848 if (gcc_path == NULL)
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 941 const char *gcc_path = dirname (ASTRDUP (collect_gcc)); local
944 size_t len = (strlen (gcc_path) + 1 + strlen (GCC_INSTALL_NAME) + 1);
950 gcc_path = NULL;
953 if (gcc_path != NULL)
954 driver_used = sprintf (driver, "%s/", gcc_path);
958 if (gcc_path == NULL)

Completed in 64 milliseconds