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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 2145 static int have_c = 0;
4634 arg = convert_filename (arg, ! have_c, 0);
5001 have_c = 1;
5004 if (have_c)
5287 || (!have_c && !explicit_dumpdir)))
5313 else if (!have_c && (!explicit_dumpdir || (dumpbase && !*dumpbase)))
5410 if ((dumpbase || have_c)
8752 if (have_c)
9042 if (!combine_inputs && have_c && have_o && lang_n_infiles > 1)
9255 if (! have_c)
2134 static int have_c = 0; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 2134 static int have_c = 0;
4596 arg = convert_filename (arg, ! have_c, 0);
4944 have_c = 1;
4947 if (have_c)
5201 || (!have_c && !explicit_dumpdir)))
5227 else if (!have_c && (!explicit_dumpdir || (dumpbase && !*dumpbase)))
5324 if ((dumpbase || have_c)
8625 if (have_c)
8915 if (!combine_inputs && have_c && have_o && lang_n_infiles > 1)
9128 if (! have_c)
2123 static int have_c = 0; variable
    [all...]

Completed in 23 milliseconds