| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | ptree.c | 100 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
|
| H A D | lambda.c | 252 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type() 384 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
|
| H A D | mangle.c | 2277 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type() 2312 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
|
| H A D | tree.c | 1693 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t), in strip_typedefs() 1695 if (result == DECLTYPE_TYPE_EXPR (t)) in strip_typedefs() 5183 result = cp_walk_tree (&DECLTYPE_TYPE_EXPR (*tp), func, data, pset); in cp_walk_subtrees()
|
| H A D | cp-tree.def | 478 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
|
| H A D | cxx-pretty-print.c | 1370 this->expression (DECLTYPE_TYPE_EXPR (t)); in simple_type_specifier()
|
| H A D | error.c | 644 dump_expr (pp, DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
|
| H A D | typeck.c | 1489 || !cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), in structural_comptypes() 1490 DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
|
| H A D | pt.c | 1931 val = iterative_hash_template_arg (DECLTYPE_TYPE_EXPR (arg), val); in iterative_hash_template_arg() 4016 cp_walk_tree (&DECLTYPE_TYPE_EXPR (t), &find_parameter_packs_r, in find_parameter_packs_r() 16037 type = tsubst_copy_and_build (DECLTYPE_TYPE_EXPR (t), args, in tsubst() 16054 if (id && TREE_CODE (DECLTYPE_TYPE_EXPR (t)) == BIT_NOT_EXPR in tsubst()
|
| H A D | cp-tree.h | 4577 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
|
| H A D | semantics.c | 9761 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ptree.cc | 151 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
|
| H A D | lambda.cc | 236 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type() 383 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
|
| H A D | mangle.cc | 2362 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type() 2397 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
|
| H A D | tree.cc | 1779 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t), in strip_typedefs() 1781 if (result == DECLTYPE_TYPE_EXPR (t)) in strip_typedefs() 5495 result = cp_walk_tree (&DECLTYPE_TYPE_EXPR (*tp), func, data, pset); in cp_walk_subtrees()
|
| H A D | cp-tree.def | 463 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
|
| H A D | cxx-pretty-print.cc | 1380 this->expression (DECLTYPE_TYPE_EXPR (t)); in simple_type_specifier()
|
| H A D | error.cc | 717 dump_expr (pp, DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
|
| H A D | typeck.cc | 1481 if (!cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
|
| H A D | pt.cc | 1962 val = iterative_hash_template_arg (DECLTYPE_TYPE_EXPR (arg), val); in iterative_hash_template_arg() 4088 cp_walk_tree (&DECLTYPE_TYPE_EXPR (t), &find_parameter_packs_r, in find_parameter_packs_r() 16447 type = tsubst_copy_and_build (DECLTYPE_TYPE_EXPR (t), args, in tsubst() 16464 if (id && TREE_CODE (DECLTYPE_TYPE_EXPR (t)) == BIT_NOT_EXPR in tsubst()
|
| H A D | cp-tree.h | 4819 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
|
| H A D | ChangeLog-2007 | 1608 (DECLTYPE_TYPE_EXPR): New.
|
| H A D | ChangeLog-2015 | 604 the DECLTYPE_TYPE_EXPR, set type_pack_expansion_p to false.
|
| H A D | semantics.cc | 11314 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()
|
| H A D | ChangeLog-2011 | 3449 (UNDERLYING_TYPE_TYPE, DECLTYPE_TYPE_EXPR): Likewise.
|