Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dptree.c99 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
H A Dtree.c1249 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t)); in strip_typedefs()
1250 if (result == DECLTYPE_TYPE_EXPR (t)) in strip_typedefs()
3349 WALK_SUBTREE (DECLTYPE_TYPE_EXPR (*tp)); in cp_walk_subtrees()
H A Dmangle.c1988 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type()
2019 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
H A Dcp-tree.def454 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
H A Dcxx-pretty-print.c1312 pp_cxx_expression (pp, DECLTYPE_TYPE_EXPR (t)); in pp_cxx_type_specifier_seq()
H A Dsemantics.c5201 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()
8824 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type()
9028 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
H A Derror.c542 dump_expr (DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
H A Dtypeck.c1339 || !cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), in structural_comptypes()
1340 DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
H A Dcp-tree.h3512 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
H A Dpt.c1636 return iterative_hash_template_arg (DECLTYPE_TYPE_EXPR (arg), val); in iterative_hash_template_arg()
11527 type = tsubst_expr (DECLTYPE_TYPE_EXPR (t), args, in tsubst()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dptree.c100 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
H A Dlambda.c226 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type()
381 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
H A Dmangle.c2317 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type()
2352 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
H A Dtree.c1600 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t), in strip_typedefs()
1602 if (result == DECLTYPE_TYPE_EXPR (t)) in strip_typedefs()
4928 WALK_SUBTREE (DECLTYPE_TYPE_EXPR (*tp)); in cp_walk_subtrees()
H A Dcp-tree.def475 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
H A Dcxx-pretty-print.c1355 pp->expression (DECLTYPE_TYPE_EXPR (t)); in pp_cxx_type_specifier_seq()
H A Derror.c614 dump_expr (pp, DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
H A Dtypeck.c1433 || !cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), in structural_comptypes()
1434 DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
H A Dpt.c1853 return iterative_hash_template_arg (DECLTYPE_TYPE_EXPR (arg), val); in iterative_hash_template_arg()
3863 cp_walk_tree (&DECLTYPE_TYPE_EXPR (t), &find_parameter_packs_r, in find_parameter_packs_r()
14944 type = tsubst_copy_and_build (DECLTYPE_TYPE_EXPR (t), args, in tsubst()
14973 if (id && TREE_CODE (DECLTYPE_TYPE_EXPR (t)) == BIT_NOT_EXPR in tsubst()
H A Dcp-tree.h4381 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
H A Dsemantics.c8760 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()