Searched refs:num_in_fnames (Results 1 – 7 of 7) sorted by relevance
86 extern unsigned num_in_fnames;
377 unsigned num_in_fnames; variable616 num_in_fnames++; in add_input_filename()617 in_fnames = xrealloc (in_fnames, num_in_fnames * sizeof (in_fnames[0])); in add_input_filename()618 in_fnames[num_in_fnames - 1] = filename; in add_input_filename()
1059 if (num_in_fnames > 1) in c_common_post_options()1125 if (num_in_fnames > 1) in c_common_post_options()1230 if (++i >= num_in_fnames) in c_common_parse_file()
2929 if (num_in_fnames == 1) in c_common_get_alias_set()
861 if (scope == file_scope && num_in_fnames > 1) in pop_scope()
12237 * opts.c (in_fnames, num_in_fnames): Moved here from c-opts.12241 * opts.h (in_fnames, num_in_fnames): Moved here.12245 * c-opts.c (in_fnames, num_in_fnames): Moved to opts.c.12247 * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):13070 * c-common.h (num_in_fnames): Declare.13075 (num_in_fnames): Make externally visible.
26048 range 0 .. num_in_fnames-1 for TRANSLATION_UNIT_DECLs.