Searched refs:DECLTYPE_TYPE_EXPR (Results 1 – 21 of 21) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | ptree.c | 99 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
|
H A D | tree.c | 1249 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 D | mangle.c | 1988 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type() 2019 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
|
H A D | cp-tree.def | 454 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
|
H A D | cxx-pretty-print.c | 1312 pp_cxx_expression (pp, DECLTYPE_TYPE_EXPR (t)); in pp_cxx_type_specifier_seq()
|
H A D | semantics.c | 5201 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 D | error.c | 542 dump_expr (DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
|
H A D | typeck.c | 1339 || !cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), in structural_comptypes() 1340 DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
|
H A D | cp-tree.h | 3512 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
|
H A D | pt.c | 1636 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 D | ptree.c | 100 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
|
H A D | lambda.c | 226 DECLTYPE_TYPE_EXPR (type) = expr; in lambda_capture_field_type() 381 DECLTYPE_TYPE_EXPR (type) = ref; in lambda_proxy_type()
|
H A D | mangle.c | 2317 tree expr = DECLTYPE_TYPE_EXPR (type); in write_type() 2352 write_expression (DECLTYPE_TYPE_EXPR (type)); in write_type()
|
H A D | tree.c | 1600 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 D | cp-tree.def | 475 DECLTYPE_TYPE_EXPR is the expression whose type we are computing.
|
H A D | cxx-pretty-print.c | 1355 pp->expression (DECLTYPE_TYPE_EXPR (t)); in pp_cxx_type_specifier_seq()
|
H A D | error.c | 614 dump_expr (pp, DECLTYPE_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
|
H A D | typeck.c | 1433 || !cp_tree_equal (DECLTYPE_TYPE_EXPR (t1), in structural_comptypes() 1434 DECLTYPE_TYPE_EXPR (t2))) in structural_comptypes()
|
H A D | pt.c | 1853 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 D | cp-tree.h | 4381 #define DECLTYPE_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (DECLTYPE_TYPE_CHECK (NODE))) macro
|
H A D | semantics.c | 8760 DECLTYPE_TYPE_EXPR (type) = expr; in finish_decltype_type()
|