Home
last modified time | relevance | path

Searched refs:new_auto (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c29414 tree new_auto = make_auto_1 (TYPE_IDENTIFIER (auto_node), false); in splice_late_return_type() local
29416 TREE_VEC_ELT (auto_vec, 0) = new_auto; in splice_late_return_type()
29421 PLACEHOLDER_TYPE_CONSTRAINTS (new_auto) in splice_late_return_type()
29423 TYPE_CANONICAL (new_auto) = canonical_type_parameter (new_auto); in splice_late_return_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc30610 tree new_auto = make_auto_1 (TYPE_IDENTIFIER (auto_node), false); in splice_late_return_type() local
30612 TREE_VEC_ELT (auto_vec, 0) = new_auto; in splice_late_return_type()
30617 PLACEHOLDER_TYPE_CONSTRAINTS_INFO (new_auto) in splice_late_return_type()
30621 TYPE_CANONICAL (new_auto) = canonical_type_parameter (new_auto); in splice_late_return_type()