Searched refs:cpp_read_state (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pch.cc | 349 if (cpp_read_state (pfile, name, f, smd) != 0) in c_common_read_pch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pch.c | 365 if (cpp_read_state (pfile, name, f, smd) != 0) in c_common_read_pch()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | pch.c | 798 cpp_read_state (cpp_reader *r, const char *name, FILE *f, in cpp_read_state() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1304 extern int cpp_read_state (cpp_reader *, const char *, FILE *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | pch.cc | 798 cpp_read_state (cpp_reader *r, const char *name, FILE *f, in cpp_read_state() function
|
H A D | ChangeLog | 101 (cpp_read_state): Likewise. 1145 * pch.c (cpp_read_state): ... and here. 1183 * pch.c (cpp_read_state): Adjust __has_include{,_next} access. 2041 * pch.c (cpp_read_state): Set n__VA_OPT__. 3519 * pch.c (cpp_read_state): Remove __has_attribute__ handling. 3586 * pch.c (cpp_read_state): Initialize n__has_attribute__. 3676 * pch.c (cpp_read_state): Lookup __has_include__. 5230 (cpp_read_state): Use _cpp_restore_pushed_macros. 6167 (cpp_read_state): Read new __COUNTER__ state. 6799 * pch.c (cpp_read_state): Use ustrcspn. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1441 extern int cpp_read_state (cpp_reader *, const char *, FILE *,
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 561 * pch.c (cpp_read_state): Adjust __has_include{,_next} access.
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 561 * pch.c (cpp_read_state): Adjust __has_include{,_next} access.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 26064 * cpppch.c (cpp_read_state): \n terminate buffer. 27883 (cpp_read_state): Remove loop to reset hashtable identifiers. 36185 (cpp_read_state): Call _cpp_restore_pragma_names, update 36188 * cpppch.c (cpp_read_state): Restore the hashtable references 36289 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'. 36337 (cpp_read_state): Erase and restore initial macro definitions. 36343 (cpp_read_state): Add fourth argument. 36521 (c_common_read_pch): Add NAME parameter. Call cpp_read_state. 36531 (cpp_read_state): Prototype.
|
H A D | ChangeLog-2004 | 35470 * cpppch.c (cpp_read_state): Don't save+restore cpp_reader's line. 46451 (cpp_read_state): Read the list of headers.
|