Searched refs:cpp_valid_state (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pch.cc | 299 result = cpp_valid_state (pfile, name, fd); in c_common_valid_pch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pch.c | 317 result = cpp_valid_state (pfile, name, fd); in c_common_valid_pch()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | pch.c | 566 cpp_valid_state (cpp_reader *r, const char *name, int fd) in cpp_valid_state() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1302 extern int cpp_valid_state (cpp_reader *, const char *, int);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | pch.cc | 566 cpp_valid_state (cpp_reader *r, const char *name, int fd) in cpp_valid_state() function
|
H A D | ChangeLog | 1735 * pch.c (write_macdef, count_defs, write_defs, cpp_valid_state) 2214 * pch.h (cpp_valid_state): Likewise. 3413 * pch.c (cpp_valid_state): Fix indentation so that it reflects the 4198 * pch.c (cpp_valid_state): Ditto. 4936 * pch.c (cpp_valid_state): Likewise. 5153 * pch.c (cpp_valid_state): Call specific warning functions with 5646 * pch.c (cpp_valid_state): Improve message for poisoned symbols. 6166 (cpp_valid_state): Check valid __COUNTER__ state. 6630 (cpp_valid_state): Use XNEWVEC. 7077 * pch.c (cpp_valid_state): Handle -fpreprocessed.
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1439 extern int cpp_valid_state (cpp_reader *, const char *, int);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 10950 * cpppch.c (cpp_valid_state): Re-add warning about PCH not used 26200 * cpppch.c (cpp_valid_state): Unconditionally initialize nl. 28307 (cpp_valid_state): When verifying that undefined identifiers in 29856 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING. 36520 cpp_valid_state. 36530 (cpp_valid_state): Prototype.
|