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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
xm-mingw32.h 27 #define HOST_BIT_BUCKET "nul"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
xm-mingw32.h 27 #define HOST_BIT_BUCKET "nul"
  /src/external/gpl3/gcc/dist/gcc/
system.h 739 /* Provide a default for the HOST_BIT_BUCKET.
742 #ifndef HOST_BIT_BUCKET
743 #define HOST_BIT_BUCKET "/dev/null"
gcc.cc 531 substitutes the name of the HOST_BIT_BUCKET, if any, and if it is
2157 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
5078 && strcmp (output_file, HOST_BIT_BUCKET) != 0)
6323 /* If save_temps_flag is off, and the HOST_BIT_BUCKET is
6329 && (stat (HOST_BIT_BUCKET, &st) == 0) && (!S_ISDIR (st.st_mode))
6330 && (access (HOST_BIT_BUCKET, W_OK) == 0))
6332 obstack_grow (&obstack, HOST_BIT_BUCKET,
6333 strlen (HOST_BIT_BUCKET));
10895 || strcmp (name, HOST_BIT_BUCKET) == 0);
toplev.cc 708 || !strcmp (asm_file_name, HOST_BIT_BUCKET))
collect2.cc 2401 errmsg = pex_run (pex, 0, nm_file_name, real_nm_argv, NULL, HOST_BIT_BUCKET,
lto-wrapper.cc 1693 || strcmp (linker_output, HOST_BIT_BUCKET) == 0)
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 717 /* Provide a default for the HOST_BIT_BUCKET.
720 #ifndef HOST_BIT_BUCKET
721 #define HOST_BIT_BUCKET "/dev/null"
gcc.cc 517 substitutes the name of the HOST_BIT_BUCKET, if any, and if it is
2146 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
4992 && strcmp (output_file, HOST_BIT_BUCKET) != 0)
6210 /* If save_temps_flag is off, and the HOST_BIT_BUCKET is
6216 && (stat (HOST_BIT_BUCKET, &st) == 0) && (!S_ISDIR (st.st_mode))
6217 && (access (HOST_BIT_BUCKET, W_OK) == 0))
6219 obstack_grow (&obstack, HOST_BIT_BUCKET,
6220 strlen (HOST_BIT_BUCKET));
10753 || strcmp (name, HOST_BIT_BUCKET) == 0);
toplev.cc 711 || !strcmp (asm_file_name, HOST_BIT_BUCKET))
collect2.cc 2397 errmsg = pex_run (pex, 0, nm_file_name, real_nm_argv, NULL, HOST_BIT_BUCKET,
lto-wrapper.cc 1664 || strcmp (linker_output, HOST_BIT_BUCKET) == 0)

Completed in 62 milliseconds