Searched refs:auto_identifier (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 28006 return make_auto_1 (auto_identifier, true); in make_auto() 28014 tree t = make_auto_1 (auto_identifier, false); in make_template_placeholder() 28062 tree type = make_auto_1 (auto_identifier, false); in make_constrained_auto() 29436 && (TYPE_IDENTIFIER (type) == auto_identifier in is_auto()
|
| H A D | decl.c | 4227 {"auto", &auto_identifier, cik_normal}, in initialize_predefined_identifiers() 11892 || TYPE_IDENTIFIER (type) != auto_identifier) in grokdeclarator()
|
| H A D | cp-tree.h | 299 #define auto_identifier cp_global_trees[CPTI_AUTO_IDENTIFIER] macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 28933 return make_auto_1 (auto_identifier, true); in make_auto() 28943 tree t = make_auto_1 (auto_identifier, false, /*level=*/0); in make_template_placeholder() 28992 tree type = make_auto_1 (auto_identifier, false); in make_constrained_auto() 30634 && (TYPE_IDENTIFIER (type) == auto_identifier in is_auto()
|
| H A D | decl.cc | 4450 {"auto", &auto_identifier, cik_normal}, in initialize_predefined_identifiers() 12592 || TYPE_IDENTIFIER (type) != auto_identifier) in grokdeclarator()
|
| H A D | cp-tree.h | 313 #define auto_identifier cp_global_trees[CPTI_AUTO_IDENTIFIER] macro
|
| H A D | module.cc | 7352 if (DECL_NAME (inner) == auto_identifier in tpl_parm_value() 7417 if (DECL_NAME (inner) == auto_identifier in tpl_parm_value()
|
| H A D | ChangeLog-2016 | 207 (auto_identifier, decltype_auto_identifier): New.
|
| H A D | ChangeLog-2019 | 5430 * pt.c (make_template_placeholder): Use auto_identifier.
|