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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5710 static int input_stat_set;
6453 /* Note, set_input() resets input_stat_set to 0. */
6454 if (input_stat_set == 0)
6456 input_stat_set = stat (gcc_input_filename,
6458 if (input_stat_set >= 0)
6459 input_stat_set = 1;
6466 if (input_stat_set != 1
8142 INPUT_STAT_SET signals that the stat is needed. */
8143 input_stat_set = 0;
11413 /* We don't need to purge "input_stat", just to unset "input_stat_set". *
5688 static int input_stat_set; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5624 static int input_stat_set;
6340 /* Note, set_input() resets input_stat_set to 0. */
6341 if (input_stat_set == 0)
6343 input_stat_set = stat (gcc_input_filename,
6345 if (input_stat_set >= 0)
6346 input_stat_set = 1;
6353 if (input_stat_set != 1
8016 INPUT_STAT_SET signals that the stat is needed. */
8017 input_stat_set = 0;
11250 /* We don't need to purge "input_stat", just to unset "input_stat_set". *
5602 static int input_stat_set; variable
    [all...]

Completed in 37 milliseconds