Home
last modified time | relevance | path

Searched refs:auto_identifier (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c28006 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 Ddecl.c4227 {"auto", &auto_identifier, cik_normal}, in initialize_predefined_identifiers()
11892 || TYPE_IDENTIFIER (type) != auto_identifier) in grokdeclarator()
H A Dcp-tree.h299 #define auto_identifier cp_global_trees[CPTI_AUTO_IDENTIFIER] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc28933 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 Ddecl.cc4450 {"auto", &auto_identifier, cik_normal}, in initialize_predefined_identifiers()
12592 || TYPE_IDENTIFIER (type) != auto_identifier) in grokdeclarator()
H A Dcp-tree.h313 #define auto_identifier cp_global_trees[CPTI_AUTO_IDENTIFIER] macro
H A Dmodule.cc7352 if (DECL_NAME (inner) == auto_identifier in tpl_parm_value()
7417 if (DECL_NAME (inner) == auto_identifier in tpl_parm_value()
H A DChangeLog-2016207 (auto_identifier, decltype_auto_identifier): New.
H A DChangeLog-20195430 * pt.c (make_template_placeholder): Use auto_identifier.