| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | identifiers.cc | 49 struct spec_nodes *s; in _cpp_init_hashtable() 67 s = &pfile->spec_nodes; in _cpp_init_hashtable()
|
| H A D | init.cc | 895 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 D | internal.h | 296 struct spec_nodes struct 566 struct spec_nodes spec_nodes; member
|
| H A D | lex.cc | 1975 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 D | pch.cc | 808 struct spec_nodes *s = &r->spec_nodes; in cpp_read_state()
|
| H A D | expr.cc | 1184 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 D | macro.cc | 139 && 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 D | traditional.cc | 568 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
|
| H A D | directives.cc | 615 && node == pfile->spec_nodes.n_defined) in lex_macro_node()
|
| H A D | ChangeLog | 1136 * 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 D | identifiers.c | 49 struct spec_nodes *s; in _cpp_init_hashtable() 67 s = &pfile->spec_nodes; in _cpp_init_hashtable()
|
| H A D | internal.h | 286 struct spec_nodes struct 551 struct spec_nodes spec_nodes; member
|
| H A D | pch.c | 808 struct spec_nodes *s = &r->spec_nodes; in cpp_read_state()
|
| H A D | expr.c | 1158 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 D | lex.c | 1418 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 D | macro.c | 138 && 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 D | traditional.c | 563 && node == pfile->spec_nodes.n_defined) in _cpp_scan_out_logical_line()
|
| H A D | directives.c | 599 && node == pfile->spec_nodes.n_defined) in lex_macro_node()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 5058 (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 D | ChangeLog-2001 | 3863 * 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 D | ChangeLog-2002 | 20647 * 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 D | test_patches.txt | 540 (struct spec_nodes): Rename n__has_include{,_next}__ fields.
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| H A D | test_patches.txt | 540 (struct spec_nodes): Rename n__has_include{,_next}__ fields.
|