Searched refs:auto_node (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.c3721 tree auto_node = type_uses_auto (type); local
3723 if (auto_node)
3726 TREE_VEC_ELT (auto_vec, 0) = auto_node;
9625 tree auto_node = type_uses_auto (type);
9630 if (auto_node && init && describable_type (init))
9632 type = do_auto_deduction (type, init, auto_node);
11430 tree decl, init, cond, incr, auto_node;
11436 auto_node = type_uses_auto (TREE_TYPE (decl));
11437 if (auto_node && init)
11444 = do_auto_deduction (TREE_TYPE (decl), init_expr, auto_node);
9624 tree auto_node = type_uses_auto (type); local
11429 tree decl, init, cond, incr, auto_node; local
18357 listify_autos(tree type, tree auto_node) argument
18385 do_auto_deduction(tree type, tree init, tree auto_node) argument
[all...]
H A Dinit.c2378 tree auto_node = type_uses_auto (type);
2379 if (auto_node && describable_type (VEC_index (tree, *init, 0)))
2380 type = do_auto_deduction (type, VEC_index (tree, *init, 0), auto_node);
2376 tree auto_node = type_uses_auto (type); local
H A Ddecl.c5588 tree auto_node;
5623 auto_node = type_uses_auto (type);
5624 if (auto_node)
5636 type = TREE_TYPE (decl) = do_auto_deduction (type, init, auto_node);
5576 tree auto_node; local
H A Dparser.c22309 tree pushed_scope, auto_node;
22316 auto_node = type_uses_auto (TREE_TYPE (decl));
22332 || auto_node)
22340 if (auto_node && describable_type (init))
22344 auto_node);
22305 tree pushed_scope, auto_node; local

Completed in 324 milliseconds