Home
last modified time | relevance | path

Searched refs:NT_MACRO (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libcpp/
HDpch.c61 case NT_MACRO: in write_macdef()
74 if (hn->type == NT_MACRO) in write_macdef()
231 case NT_MACRO: in count_defs()
270 case NT_MACRO: in write_defs()
626 if (h->type != NT_MACRO) in cpp_valid_state()
764 && h->type == NT_MACRO in save_macros()
783 case NT_MACRO: in save_macros()
HDidentifiers.c108 return node && node->type == NT_MACRO; in cpp_defined()
HDdirectives.c668 if (node->type == NT_MACRO) in do_undef()
1669 if (hp->type == NT_MACRO) in do_pragma_poison()
1963 skip = (node->type != NT_MACRO in do_ifdef()
1969 if (node->type == NT_MACRO) in do_ifdef()
2009 skip = (node->type == NT_MACRO in do_ifndef()
2015 if (node->type == NT_MACRO) in do_ifndef()
2511 if (node->type == NT_MACRO) in cpp_pop_definition()
HDmacro.c345 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN)) in _cpp_warn_if_unused_macro()
2753 if (node->type != NT_MACRO || (result->flags & NO_EXPAND)) in cpp_get_token_1()
3505 if (node->type == NT_MACRO) in _cpp_create_definition()
3521 if (warned && node->type == NT_MACRO && !(node->flags & NODE_BUILTIN)) in _cpp_create_definition()
3532 node->type = NT_MACRO; in _cpp_create_definition()
3597 return (node->type == NT_MACRO in cpp_fun_like_macro_p()
3614 if (node->type != NT_MACRO || (node->flags & NODE_BUILTIN)) in cpp_macro_definition()
3616 if (node->type != NT_MACRO in cpp_macro_definition()
HDinternal.h97 if ((NODE)->type == NT_MACRO && !((NODE)->flags & NODE_BUILTIN)) \
HDinit.c483 hp->type = NT_MACRO; in cpp_init_special_builtins()
HDexpr.c1071 if (node->type == NT_MACRO) in parse_defined()
1100 result.low = (node && node->type == NT_MACRO in parse_defined()
HDtraditional.c524 if (node->type == NT_MACRO in _cpp_scan_out_logical_line()
HDfiles.c808 if (file->cmacro && file->cmacro->type == NT_MACRO) in should_stack_file()
/dragonfly/contrib/gcc-4.7/libcpp/
HDpch.c60 case NT_MACRO: in write_macdef()
73 if (hn->type == NT_MACRO) in write_macdef()
220 case NT_MACRO: in count_defs()
259 case NT_MACRO: in write_defs()
613 if (h->type != NT_MACRO) in cpp_valid_state()
752 && h->type == NT_MACRO in save_macros()
771 case NT_MACRO: in save_macros()
HDidentifiers.c107 return node && node->type == NT_MACRO; in cpp_defined()
HDdirectives.c607 if (node->type == NT_MACRO) in do_undef()
1603 if (hp->type == NT_MACRO) in do_pragma_poison()
1857 skip = (node->type != NT_MACRO in do_ifdef()
1863 if (node->type == NT_MACRO) in do_ifdef()
1903 skip = (node->type == NT_MACRO in do_ifndef()
1909 if (node->type == NT_MACRO) in do_ifndef()
2412 if (node->type == NT_MACRO) in cpp_pop_definition()
HDmacro.c181 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN)) in _cpp_warn_if_unused_macro()
2280 if (node->type != NT_MACRO || (result->flags & NO_EXPAND)) in cpp_get_token_1()
2986 if (node->type == NT_MACRO) in _cpp_create_definition()
3002 if (warned && node->type == NT_MACRO && !(node->flags & NODE_BUILTIN)) in _cpp_create_definition()
3013 node->type = NT_MACRO; in _cpp_create_definition()
3086 if (node->type != NT_MACRO || (node->flags & NODE_BUILTIN)) in cpp_macro_definition()
3088 if (node->type != NT_MACRO in cpp_macro_definition()
HDinternal.h96 if ((NODE)->type == NT_MACRO && !((NODE)->flags & NODE_BUILTIN)) \
HDinit.c443 hp->type = NT_MACRO; in cpp_init_special_builtins()
HDexpr.c861 if (node->type == NT_MACRO) in parse_defined()
890 result.low = (node && node->type == NT_MACRO in parse_defined()
HDtraditional.c484 if (node->type == NT_MACRO in _cpp_scan_out_logical_line()
HDfiles.c710 if (file->cmacro && file->cmacro->type == NT_MACRO) in should_stack_file()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-spellcheck.cc48 if (hashnode->type != NT_MACRO) in should_suggest_as_macro_p()
HDc-ppoutput.c693 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN)) in dump_macro()
HDc-ada-spec.c176 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN) in count_ada_macro()
195 if (node->type == NT_MACRO in store_ada_macro()
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDcpplib.h617 NT_MACRO, /* A macro of some form. */ enumerator
656 : HNODE.type == NT_MACRO ? ((HNODE.flags & NODE_BUILTIN) \
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDcpplib.h702 NT_MACRO, /* A macro of some form. */ enumerator
742 : HNODE.type == NT_MACRO ? ((HNODE.flags & NODE_BUILTIN) \
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-ppoutput.c645 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN)) in dump_macro()
HDc-ada-spec.c438 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN) in count_ada_macro()
459 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN) in store_ada_macro()

12