Searched refs:input_stat_set (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c4452 static int input_stat_set;
4968 /* Note, set_input() resets input_stat_set to 0. */
4969 if (input_stat_set == 0)
4971 input_stat_set = stat (input_filename, &input_stat);
4972 if (input_stat_set >= 0)
4973 input_stat_set = 1;
4980 if (input_stat_set != 1
6167 input_stat_set = 0;
4430 static int input_stat_set; variable

Completed in 70 milliseconds