Home
last modified time | relevance | path

Searched refs:spec_nodes (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDidentifiers.c50 struct spec_nodes *s; in _cpp_init_hashtable()
70 s = &pfile->spec_nodes; in _cpp_init_hashtable()
HDinternal.h231 struct spec_nodes struct
440 struct spec_nodes spec_nodes; member
HDpch.c638 struct spec_nodes *s = &r->spec_nodes; in cpp_read_state()
HDexpr.c647 if (token->val.node == pfile->spec_nodes.n_defined) in eval_token()
650 && (token->val.node == pfile->spec_nodes.n_true in eval_token()
651 || token->val.node == pfile->spec_nodes.n_false)) in eval_token()
654 result.low = (token->val.node == pfile->spec_nodes.n_true); in eval_token()
HDmacro.c1377 pfile->spec_nodes.n__VA_ARGS__); in parse_params()
1777 if (param != pfile->spec_nodes.n__VA_ARGS__) in cpp_macro_definition()
HDtraditional.c517 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
HDlex.c556 if (result == pfile->spec_nodes.n__VA_ARGS__ in lex_identifier()
HDdirectives.c527 if (node == pfile->spec_nodes.n_defined) in lex_macro_node()
/NextBSD/contrib/gcc/
HDChangeLog-20005058 (struct spec_nodes): Add n__Pragma.
5199 * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
5258 Change type of date, time and spec_nodes members.
5277 struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
13734 * cpphash.h (spec_nodes): Remove n_defined.
13742 (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
14670 (struct cpp_reader): Add spec_nodes field.
14673 * cpphash.h (struct spec_nodes): New.
14691 Check for L"str", L'str' using spec_nodes->n_L.
14696 (can_paste): Check for L ## "str" using spec_nodes->n_L.
[all …]
HDChangeLog-20013863 * cpphash.h (struct spec_nodes): Remove n_L.
9425 (spec_nodes): Remove n__Pragma.
30065 * cpphash.h (struct spec_nodes): Add n_true and n_false.
31719 struct spec_nodes, struct cpp_reader, CPP_OPTION, CPP_BUFFER,
HDChangeLog-200220647 * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
32869 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.