/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-spellcheck.cc | 48 if (!cpp_macro_p (hashnode)) in should_suggest_as_macro_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-spellcheck.cc | 48 if (!cpp_macro_p (hashnode)) in should_suggest_as_macro_p()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | identifiers.cc | 107 return node && cpp_macro_p (node); in cpp_defined()
|
H A D | internal.h | 674 return cpp_macro_p (node) && !(node->flags & NODE_CONDITIONAL); in _cpp_defined_macro_p()
|
H A D | directives.cc | 675 if (cpp_macro_p (node)) in do_undef() 1717 if (cpp_macro_p (hp)) in do_pragma_poison() 2593 if (cpp_macro_p (node)) in cpp_pop_definition()
|
H A D | traditional.cc | 530 if (cpp_macro_p (node) in _cpp_scan_out_logical_line()
|
H A D | files.cc | 823 if (file->cmacro && cpp_macro_p (file->cmacro)) in is_known_idempotent_file()
|
H A D | ChangeLog | 1720 (cpp_user_macro_p, cpp_builtin_macro_p, cpp_macro_p): Adjust. 1739 * directives.c (do_undef): Use cpp_macro_p & cpp_builtin_macro_p. 1825 (cpp_macro_p): New inlines. 1826 * directives.c (do_pragma_poison): Use cpp_macro_p. 1828 (cpp_pop_definition): Use cpp_macro_p. Move _cpp_free_definition 1831 cpp_macro_p. 1832 * files.c (should_stack_file): Use cpp_macro_p. 1837 * lex.c (is_macro): Use cpp_macro_p.
|
H A D | macro.cc | 3893 if (cpp_macro_p (node)) in _cpp_create_definition()
|
H A D | lex.cc | 2257 return result && cpp_macro_p (result); in is_macro()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | identifiers.c | 107 return node && cpp_macro_p (node); in cpp_defined()
|
H A D | internal.h | 646 return cpp_macro_p (node) && !(node->flags & NODE_CONDITIONAL); in _cpp_defined_macro_p()
|
H A D | directives.c | 659 if (cpp_macro_p (node)) in do_undef() 1676 if (cpp_macro_p (hp)) in do_pragma_poison() 2456 if (cpp_macro_p (node)) in cpp_pop_definition()
|
H A D | traditional.c | 525 if (cpp_macro_p (node) in _cpp_scan_out_logical_line()
|
H A D | files.c | 823 if (file->cmacro && cpp_macro_p (file->cmacro)) in is_known_idempotent_file()
|
H A D | lex.c | 1641 return result && cpp_macro_p (result); in is_macro()
|
H A D | macro.c | 3682 if (cpp_macro_p (node)) in _cpp_create_definition()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu-c.c | 67 if (cpp_macro_p (ident)) in spu_macro_to_expand()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1031 inline bool cpp_macro_p (const cpp_hashnode *node) in cpp_macro_p() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390-c.c | 236 if (cpp_macro_p (ident)) in s390_macro_to_expand()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1113 inline bool cpp_macro_p (const cpp_hashnode *node) in cpp_macro_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390-c.cc | 236 if (cpp_macro_p (ident)) in s390_macro_to_expand()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-c.c | 225 bool is_macro = cpp_macro_p (ident); in rs6000_macro_to_expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-c.cc | 225 bool is_macro = cpp_macro_p (ident); in rs6000_macro_to_expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2018 | 12731 * config/s390/s390-c (s390_macro_to_expand): Use cpp_macro_p. 13070 * config/rs6000/rs6000-c.c (rs6000_macro_to_expend): Use cpp_macro_p.
|