Searched refs:floc (Results 1 – 5 of 5) sorted by relevance
554 write_state_fileloc (struct fileloc *floc) in write_state_fileloc() argument557 if (floc != NULL && floc->line > 0) in write_state_fileloc()560 gcc_assert (floc->file != NULL); in write_state_fileloc()563 srcrelpath = get_file_srcdir_relative_path (floc->file); in write_state_fileloc()572 write_state_a_string (get_input_file_name (floc->file)); in write_state_fileloc()574 fprintf (state_file, " %d", floc->line); in write_state_fileloc()1679 read_state_fileloc (struct fileloc *floc) in read_state_fileloc() argument1685 gcc_assert (floc != NULL); in read_state_fileloc()1703 floc->file = input_file_by_name (fullpath); in read_state_fileloc()1707 floc->file = input_file_by_name (path); in read_state_fileloc()[all …]
1588 expanded_location xloc, floc; in warn_uninit() local1606 floc = expand_location (DECL_SOURCE_LOCATION (cfun->decl)); in warn_uninit()1613 if (xloc.file != floc.file in warn_uninit()1614 || xloc.line < floc.line in warn_uninit()
162 void write_state_fileloc (struct fileloc *floc);668 state_writer::write_state_fileloc (struct fileloc *floc) in write_state_fileloc() argument671 if (floc != NULL && floc->line > 0) in write_state_fileloc()674 gcc_assert (floc->file != NULL); in write_state_fileloc()677 srcrelpath = get_file_srcdir_relative_path (floc->file); in write_state_fileloc()686 write_state_a_string (get_input_file_name (floc->file)); in write_state_fileloc()688 fprintf (state_file, " %d", floc->line); in write_state_fileloc()1900 read_state_fileloc (struct fileloc *floc) in read_state_fileloc() argument1906 gcc_assert (floc != NULL); in read_state_fileloc()1924 floc->file = input_file_by_name (fullpath); in read_state_fileloc()[all …]
127 expanded_location xloc, floc; in warn_uninit() local180 floc = expand_location (cfun_loc); in warn_uninit()187 if (xloc.file != floc.file in warn_uninit()
71075 floc