Searched refs:cpp_defined (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | identifiers.cc | 100 cpp_defined (cpp_reader *pfile, const unsigned char *str, int len) in cpp_defined() function
|
H A D | ChangeLog | 96 (cpp_defined): Likewise. 1833 * identifiers.c (cpp_defined): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | identifiers.c | 100 cpp_defined (cpp_reader *pfile, const unsigned char *str, int len) in cpp_defined() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1088 extern int cpp_defined (cpp_reader *, const unsigned char *, int);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1197 extern int cpp_defined (cpp_reader *, const unsigned char *, int);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 4285 * cpphash.c: Move cpp_defined here from cpplib.c. 4286 * cpplib.c: Update comments, move cpp_defined to cpphash.c. 5181 (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update. 14726 lex): Check val.node->type instead of calling cpp_defined. 15029 cpp_defined): Update for new scheme. 15859 cpp_defined to const unsigned char *. 17219 Examine the cmacro node directly, no need to call cpp_defined. 20226 do_unassert, cpp_defined): Use _cpp_lookup. Don't create a 20326 (check_macro_names): Provide length of token to cpp_defined. 20331 cpp_defined. [all …]
|