Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc49 struct spec_nodes *s; in _cpp_init_hashtable()
67 s = &pfile->spec_nodes; in _cpp_init_hashtable()
H A Dinit.cc895 const char *const inits[spec_nodes::M_HWM] in post_options()
898 for (int ix = 0; ix != spec_nodes::M_HWM; ix++) in post_options()
904 pfile->spec_nodes.n_modules[ix][1] = node; in post_options()
906 if (ix != spec_nodes::M__IMPORT) in post_options()
911 pfile->spec_nodes.n_modules[ix][0] = node; in post_options()
H A Dinternal.h296 struct spec_nodes struct
566 struct spec_nodes spec_nodes; member
H A Dlex.cc1975 if (result == pfile->spec_nodes.n__VA_ARGS__ in lex_identifier_intern()
1988 if (result == pfile->spec_nodes.n__VA_OPT__) in lex_identifier_intern()
2071 if (result == pfile->spec_nodes.n__VA_ARGS__ in lex_identifier()
2086 if (result == pfile->spec_nodes.n__VA_OPT__) in lex_identifier()
3239 cpp_hashnode *(&n_modules)[spec_nodes::M_HWM][2] = pfile->spec_nodes.n_modules; in cpp_maybe_module_directive()
3264 if (node == n_modules[spec_nodes::M_EXPORT][0]) in cpp_maybe_module_directive()
3276 if (node == n_modules[spec_nodes::M__IMPORT][0]) in cpp_maybe_module_directive()
3279 else if (node == n_modules[spec_nodes::M_IMPORT][0]) in cpp_maybe_module_directive()
3282 else if (node == n_modules[spec_nodes::M_MODULE][0]) in cpp_maybe_module_directive()
3334 ? spec_nodes::M_IMPORT in cpp_maybe_module_directive()
[all …]
H A Dpch.cc808 struct spec_nodes *s = &r->spec_nodes; in cpp_read_state()
H A Dexpr.cc1184 if (token->val.node.node == pfile->spec_nodes.n_defined) in eval_token()
1187 && (token->val.node.node == pfile->spec_nodes.n_true in eval_token()
1188 || token->val.node.node == pfile->spec_nodes.n_false)) in eval_token()
1191 result.low = (token->val.node.node == pfile->spec_nodes.n_true); in eval_token()
H A Dmacro.cc139 && token->val.node.node == m_pfile->spec_nodes.n__VA_OPT__) in update()
3567 pfile->spec_nodes.n__VA_ARGS__, in parse_params()
3568 pfile->spec_nodes.n__VA_ARGS__); in parse_params()
3735 && token->val.node.node == pfile->spec_nodes.n__VA_OPT__)) in create_iso_definition()
4132 if (param != pfile->spec_nodes.n__VA_ARGS__) in cpp_macro_definition()
H A Dtraditional.cc568 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
H A Ddirectives.cc615 && node == pfile->spec_nodes.n_defined) in lex_macro_node()
H A DChangeLog1136 * internal.h (struct spec_nodes): Drop n__has_include{,_next}.
1162 (struct spec_nodes): Rename n__has_include{,_next}__ fields.
2050 (struct spec_nodes) <n__VA_OPT__>: New field.
3668 * internal.h (lexer_state, spec_nodes): Add in__has_include__.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Didentifiers.c49 struct spec_nodes *s; in _cpp_init_hashtable()
67 s = &pfile->spec_nodes; in _cpp_init_hashtable()
H A Dinternal.h286 struct spec_nodes struct
551 struct spec_nodes spec_nodes; member
H A Dpch.c808 struct spec_nodes *s = &r->spec_nodes; in cpp_read_state()
H A Dexpr.c1158 if (token->val.node.node == pfile->spec_nodes.n_defined) in eval_token()
1161 && (token->val.node.node == pfile->spec_nodes.n_true in eval_token()
1162 || token->val.node.node == pfile->spec_nodes.n_false)) in eval_token()
1165 result.low = (token->val.node.node == pfile->spec_nodes.n_true); in eval_token()
H A Dlex.c1418 if (result == pfile->spec_nodes.n__VA_ARGS__ in lex_identifier_intern()
1431 if (result == pfile->spec_nodes.n__VA_OPT__) in lex_identifier_intern()
1511 if (result == pfile->spec_nodes.n__VA_ARGS__ in lex_identifier()
1526 if (result == pfile->spec_nodes.n__VA_OPT__) in lex_identifier()
H A Dmacro.c138 && token->val.node.node == m_pfile->spec_nodes.n__VA_OPT__) in update()
3364 pfile->spec_nodes.n__VA_ARGS__, in parse_params()
3365 pfile->spec_nodes.n__VA_ARGS__); in parse_params()
3881 if (param != pfile->spec_nodes.n__VA_ARGS__) in cpp_macro_definition()
H A Dtraditional.c563 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
H A Ddirectives.c599 && node == pfile->spec_nodes.n_defined) in lex_macro_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-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 …]
H A DChangeLog-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,
H A DChangeLog-200220647 * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
32869 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_patches.txt540 (struct spec_nodes): Rename n__has_include{,_next}__ fields.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_patches.txt540 (struct spec_nodes): Rename n__has_include{,_next}__ fields.