Lines Matching defs:files

6970    additional compilation units for each of the include files we see
9850 /* Data structure containing information about input files. */
9861 files. */
9867 int count; /* Number of files in this directory. */
9911 struct file_info *files;
9932 fi = fnad->files + fnad->used_files++;
9964 slowdowns with many input files. */
9971 struct file_info *files;
9990 files = XALLOCAVEC (struct file_info, numfiles);
9993 fnad.files = files;
9999 qsort (files, numfiles, sizeof (files[0]), file_info_cmp);
10002 dirs[0].path = files[0].path;
10003 dirs[0].length = files[0].fname - files[0].path;
10007 files[0].dir_idx = 0;
10011 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
10012 && memcmp (dirs[ndirs - 1].path, files[i].path,
10016 files[i].dir_idx = ndirs - 1;
10024 dirs[ndirs].path = files[i].path;
10025 dirs[ndirs].length = files[i].fname - files[i].path;
10028 files[i].dir_idx = ndirs;
10119 backmap[files[i].file_idx->emitted_number - 1] = i;
10125 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx;
10136 int maxfilelen = strlen (files[file_idx].path)
10141 vms_file_stats_name (files[file_idx].path, 0, 0, 0, &ver);
10143 files[file_idx].path + dirs[dir_idx].length, ver);
10153 ((vms_file_stats_name (files[file_idx].path, &cdt, 0, 0, 0) == 0)
10159 ((vms_file_stats_name (files[file_idx].path, 0, &siz, 0, 0) == 0)
10163 dw2_asm_output_nstring (files[file_idx].path + dirs[dir_idx].length, -1,
10364 /* Write out the information about the files we use. */
21345 for inline function definitions appearing within include files which
21519 section) and references to those files numbers (in the .debug_srcinfo
22409 optimize_macinfo_range (unsigned int idx, vec<macinfo_entry, va_gc> *files,
22430 if (vec_safe_is_empty (files))
22445 else if (vec_safe_is_empty (files) && cur->lineno > 1)
22459 if (vec_safe_is_empty (files))
22462 base = lbasename (files->last ().info);
22570 vec<macinfo_entry, va_gc> *files = NULL;
22608 vec_safe_push (files, *ref);
22611 if (!vec_safe_is_empty (files))
22612 files->pop ();
22618 && vec_safe_length (files) != 1
22623 unsigned count = optimize_macinfo_range (i, files, &macinfo_htab);
24761 /* Generate separate CUs for each of the include files we've seen.