Home
last modified time | relevance | path

Searched refs:n_defined (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc68 s->n_defined = cpp_lookup (pfile, DSC("defined")); in _cpp_init_hashtable()
H A Dinternal.h298 cpp_hashnode *n_defined; /* defined operator */ member
H A Dpch.cc809 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state()
H A Dtraditional.cc568 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
H A Dexpr.cc1184 if (token->val.node.node == pfile->spec_nodes.n_defined) in eval_token()
H A Ddirectives.cc615 && node == pfile->spec_nodes.n_defined) in lex_macro_node()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Didentifiers.c68 s->n_defined = cpp_lookup (pfile, DSC("defined")); in _cpp_init_hashtable()
H A Dinternal.h288 cpp_hashnode *n_defined; /* defined operator */ member
H A Dpch.c809 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state()
H A Dtraditional.c563 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
H A Dexpr.c1158 if (token->val.node.node == pfile->spec_nodes.n_defined) in eval_token()
H A Ddirectives.c599 && node == pfile->spec_nodes.n_defined) in lex_macro_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200013734 * cpphash.h (spec_nodes): Remove n_defined.
13742 (_cpp_init_stacks): Don't set up spec_nodes->n_defined.