Home
last modified time | relevance | path

Searched refs:num_in_fnames (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDopts.h86 extern unsigned num_in_fnames;
HDopts.c377 unsigned num_in_fnames; variable
616 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()
HDc-opts.c1059 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()
HDc-common.c2929 if (num_in_fnames == 1) in c_common_get_alias_set()
HDc-decl.c861 if (scope == file_scope && num_in_fnames > 1) in pop_scope()
HDChangeLog-200312237 * 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.
HDChangeLog-200426048 range 0 .. num_in_fnames-1 for TRANSLATION_UNIT_DECLs.