Home
last modified time | relevance | path

Searched refs:pchf_data (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c1825 struct pchf_data { struct
1837 static struct pchf_data *pchf; argument
1853 struct pchf_data *result; in _cpp_save_file_entries()
1861 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1863 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()
1907 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1923 struct pchf_data d; in _cpp_read_file_entries()
1925 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
1929 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()
1931 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc1965 struct pchf_data { struct
1977 static struct pchf_data *pchf; argument
1993 struct pchf_data *result; in _cpp_save_file_entries()
2001 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
2003 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()
2047 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
2063 struct pchf_data d; in _cpp_read_file_entries()
2065 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
2069 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()
2071 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
H A DChangeLog6596 (struct pchf_entry): Move definition out of struct pchf_data.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200446438 (struct pchf_data): New.