Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc5599 static int input_stat_set; variable
6316 if (input_stat_set == 0) in do_spec_1()
6318 input_stat_set = stat (gcc_input_filename, in do_spec_1()
6320 if (input_stat_set >= 0) in do_spec_1()
6321 input_stat_set = 1; in do_spec_1()
6328 if (input_stat_set != 1 in do_spec_1()
7982 input_stat_set = 0; in set_input()
11211 input_stat_set = 0; in finalize()
H A DChangeLog-20011772 * gcc.c: Add static globals input_stat and input_stat_set.
1775 (set_input): Reset input_stat_set for each new file.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c4881 static int input_stat_set; variable
5588 if (input_stat_set == 0) in do_spec_1()
5590 input_stat_set = stat (gcc_input_filename, in do_spec_1()
5592 if (input_stat_set >= 0) in do_spec_1()
5593 input_stat_set = 1; in do_spec_1()
5600 if (input_stat_set != 1 in do_spec_1()
7245 input_stat_set = 0; in set_input()
10272 input_stat_set = 0; in finalize()