Home
last modified time | relevance | path

Searched refs:NT_USER_MACRO (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h904 NT_USER_MACRO, /* A user macro. */ enumerator
906 NT_MACRO_MASK = NT_USER_MACRO /* Mask for either macro kind. */
1107 return node->type == NT_USER_MACRO; in cpp_user_macro_p()
1123 node->type = NT_USER_MACRO;
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c65 case NT_USER_MACRO: in write_macdef()
231 case NT_USER_MACRO: in count_defs()
269 case NT_USER_MACRO: in write_defs()
H A Dmacro.c3707 node->type = NT_USER_MACRO; in _cpp_create_definition()
3745 case NT_USER_MACRO: in _cpp_notify_macro_use()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h843 NT_USER_MACRO, /* A user macro. */ enumerator
845 NT_MACRO_MASK = NT_USER_MACRO /* Mask for either macro kind. */
1025 return node->type == NT_USER_MACRO; in cpp_user_macro_p()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc65 case NT_USER_MACRO: in write_macdef()
231 case NT_USER_MACRO: in count_defs()
269 case NT_USER_MACRO: in write_defs()
H A Dmacro.cc3028 && node->type == NT_USER_MACRO in cpp_get_token_1()
3918 node->type = NT_USER_MACRO; in _cpp_create_definition()
3953 gcc_checking_assert (node->type == NT_USER_MACRO); in cpp_get_deferred_macro()
3993 case NT_USER_MACRO: in _cpp_notify_macro_use()
H A DChangeLog1713 (enum node_type): Replace NT_MACRO with NT_USER_MACRO,
1733 (_cpp_create_definition): Set type to NT_USER_MACRO.