Searched refs:cpp_defined (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | identifiers.c | 100 cpp_defined (cpp_reader *pfile, const unsigned char *str, int len) in cpp_defined() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpphash.c | 105 cpp_defined (pfile, str, len) in cpp_defined() function
|
| H A D | cpplib.h | 598 extern int cpp_defined PARAMS ((cpp_reader *, const unsigned char *, int));
|
| H A D | fix-header.c | 592 if (cpp_defined (pfile, (const unsigned char *)names, len))
|
| H A D | cppexp.c | 633 && ! cpp_defined (pfile, DSC("__bool_true_false_are_defined")))
|
| H A D | ChangeLog.3 | 593 cpp_defined to const unsigned char *. 1953 Examine the cmacro node directly, no need to call cpp_defined. 4960 do_unassert, cpp_defined): Use _cpp_lookup. Don't create a 5060 (check_macro_names): Provide length of token to cpp_defined. 5065 cpp_defined. 12196 ourselves, with cpp_defined. 13398 (do_xifdef): Use cpp_defined. De-obfuscate. 13482 (parse_charconst, cpp_lex): Use cpp_defined. 13492 (cpp_defined): New function. 13502 * cppfiles.c (redundant_include_p): Use cpp_defined. [all …]
|
| H A D | ChangeLog.4 | 4279 * cpphash.c: Move cpp_defined here from cpplib.c. 4280 * cpplib.c: Update comments, move cpp_defined to cpphash.c. 5175 (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update. 14720 lex): Check val.node->type instead of calling cpp_defined. 15023 cpp_defined): Update for new scheme.
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 712 extern int cpp_defined (cpp_reader *, const unsigned char *, int);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fix-header.c | 588 if (cpp_defined (pfile, (const unsigned char *)names, len)) in check_macro_names()
|