Searched refs:NT_USER_MACRO (Results 1 – 7 of 7) sorted by relevance
904 NT_USER_MACRO, /* A user macro. */ enumerator906 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;
65 case NT_USER_MACRO: in write_macdef()231 case NT_USER_MACRO: in count_defs()269 case NT_USER_MACRO: in write_defs()
3707 node->type = NT_USER_MACRO; in _cpp_create_definition()3745 case NT_USER_MACRO: in _cpp_notify_macro_use()
843 NT_USER_MACRO, /* A user macro. */ enumerator845 NT_MACRO_MASK = NT_USER_MACRO /* Mask for either macro kind. */1025 return node->type == NT_USER_MACRO; in cpp_user_macro_p()
3028 && 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()
1713 (enum node_type): Replace NT_MACRO with NT_USER_MACRO,1733 (_cpp_create_definition): Set type to NT_USER_MACRO.