Searched defs:auto_node (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 221 tree auto_node = make_auto (); in lambda_capture_field_type() local
|
H A D | decl.cc | 8067 tree auto_node; in cp_finish_decl() local 12855 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local 13841 tree auto_node = type_uses_auto (type); in grokdeclarator() local 13911 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local 14545 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local
|
H A D | pt.cc | 5010 tree auto_node = type_uses_auto (type); in maybe_update_decl_type() local 16912 if (tree auto_node = type_uses_auto (type)) in tsubst_init() local 17145 if (tree auto_node = type_uses_auto (TREE_TYPE (r))) in tsubst_copy() local 18248 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in tsubst_omp_for_iterator() local 19734 if (tree auto_node = type_uses_auto (TREE_TYPE (field))) in prepend_one_capture() local 29099 listify_autos (tree type, tree auto_node) in listify_autos() 30344 do_auto_deduction (tree type, tree init, tree auto_node, in do_auto_deduction() 30604 if (tree auto_node = find_type_usage (type, is_auto)) in splice_late_return_type() local
|
H A D | init.cc | 3871 tree auto_node = type_uses_auto (type); in build_new() local
|
H A D | parser.cc | 13635 tree auto_node = make_auto (); in build_range_temp() local 13656 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in do_range_for_auto_deduction() local 24215 if (tree auto_node = type_uses_auto (type_specifier_seq.type)) in cp_parser_type_id_1() local 41896 tree pushed_scope, auto_node; in cp_parser_omp_for_loop_init() local 42201 tree auto_node = type_uses_auto (TREE_TYPE (orig_decl)); in cp_convert_omp_range_for() local
|
H A D | typeck.cc | 10521 tree auto_node; in check_return_expr() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 237 tree auto_node = make_auto (); in lambda_capture_field_type() local
|
H A D | decl.c | 7497 tree auto_node; in cp_finish_decl() local 12156 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local 13134 tree auto_node = type_uses_auto (type); in grokdeclarator() local 13194 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local 13809 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local
|
H A D | pt.c | 4861 tree auto_node = type_uses_auto (type); in maybe_update_decl_type() local 14670 if (tree auto_node = type_uses_auto (type)) in tsubst_decl() local 16402 if (tree auto_node = type_uses_auto (type)) in tsubst_init() local 16628 if (tree auto_node = type_uses_auto (TREE_TYPE (r))) in tsubst_copy() local 17675 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in tsubst_omp_for_iterator() local 19060 if (tree auto_node = type_uses_auto (TREE_TYPE (field))) in prepend_one_capture() local 28139 listify_autos (tree type, tree auto_node) in listify_autos() 29202 do_auto_deduction (tree type, tree init, tree auto_node, in do_auto_deduction() 29408 if (tree auto_node = find_type_usage (type, is_auto)) in splice_late_return_type() local
|
H A D | init.c | 3808 tree auto_node = type_uses_auto (type); in build_new() local
|
H A D | constraint.cc | 2242 if (tree auto_node = type_uses_auto (arg)) in tsubst_parameter_mapping() local
|
H A D | typeck.c | 9924 tree auto_node; in check_return_expr() local
|
H A D | parser.c | 12560 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in do_range_for_auto_deduction() local 22287 if (tree auto_node = type_uses_auto (type_specifier_seq.type)) in cp_parser_type_id_1() local 38564 tree pushed_scope, auto_node; in cp_parser_omp_for_loop_init() local 38869 tree auto_node = type_uses_auto (TREE_TYPE (orig_decl)); in cp_convert_omp_range_for() local
|