Home
last modified time | relevance | path

Searched refs:DECLTYPE_TYPE_EXPR (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dptree.c100 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
H A Dlambda.c252 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type()
384 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
H A Dmangle.c2277 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type()
2312 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
H A Dtree.c1693 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 Dcp-tree.def478 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
H A Dcxx-pretty-print.c1370 this->expression (DECLTYPE_TYPE_EXPR (t)); in simple_type_specifier()
H A Derror.c644 dump_expr (pp, DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
H A Dtypeck.c1489 || !cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), in structural_comptypes()
1490 DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
H A Dpt.c1931 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 Dcp-tree.h4577 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
H A Dsemantics.c9761 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc151 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
H A Dlambda.cc236 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type()
383 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
H A Dmangle.cc2362 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type()
2397 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
H A Dtree.cc1779 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 Dcp-tree.def463 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
H A Dcxx-pretty-print.cc1380 this->expression (DECLTYPE_TYPE_EXPR (t)); in simple_type_specifier()
H A Derror.cc717 dump_expr (pp, DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
H A Dtypeck.cc1481 if (!cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
H A Dpt.cc1962 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 Dcp-tree.h4819 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
H A DChangeLog-20071608 (DECLTYPE_TYPE_EXPR): New.
H A DChangeLog-2015604 the DECLTYPE_TYPE_EXPR, set type_pack_expansion_p to false.
H A Dsemantics.cc11314 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()
H A DChangeLog-20113449 (UNDERLYING_TYPE_TYPE, DECLTYPE_TYPE_EXPR): Likewise.