Home
last modified time | relevance | path

Searched refs:DECL_VALUE_EXPR (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/gcc/
HDprint-tree.c525 print_node (file, "value-expr", DECL_VALUE_EXPR (node), indent + 4); in print_node()
HDomp-low.c573 x = TREE_OPERAND (DECL_VALUE_EXPR (var), 0); in build_outer_var_ref()
656 tree ve = DECL_VALUE_EXPR (decl); in fixup_remapped_decl()
1676 ptr = DECL_VALUE_EXPR (new_var); in lower_rec_input_clauses()
HDgimplify.c1674 *expr_p = unshare_expr (DECL_VALUE_EXPR (decl)); in gimplify_var_or_parm_decl()
4452 t = DECL_VALUE_EXPR (decl); in omp_add_variable()
4524 tree value = get_base_address (DECL_VALUE_EXPR (decl)); in omp_notice_variable()
HDdbxout.c2330 return dbxout_expand_expr (DECL_VALUE_EXPR (expr)); in dbxout_expand_expr()
HDfunction.c1643 tree v = DECL_VALUE_EXPR (t); in instantiate_decls_1()
1668 tree v = DECL_VALUE_EXPR (decl); in instantiate_decls()
HDtree-pretty-print.c2013 dump_generic_node (buffer, DECL_VALUE_EXPR (t), spc, flags, false); in print_declaration()
HDtree.h2648 #define DECL_VALUE_EXPR(NODE) \ macro
HDtree.c637 SET_DECL_VALUE_EXPR (t, DECL_VALUE_EXPR (node)); in copy_node_stat()
HDChangeLog-200614996 (print_declaration): Dump DECL_VALUE_EXPR.
15170 true, disregard DECL_VALUE_EXPR on the decl if any.
15201 * print-tree.c (print_node): Dump DECL_VALUE_EXPR.
16578 walk its DECL_VALUE_EXPR with instantiate_expr.
HDdwarf2out.c9216 return loc_descriptor_from_tree_1 (DECL_VALUE_EXPR (loc), in loc_descriptor_from_tree_1()
HDChangeLog-2004913 * gimplify.c (gimplify_expr): Examine DECL_VALUE_EXPR for PARM_DECL.
19780 Simplify address handling. Handle DECL_VALUE_EXPR. Handle register
19783 * expr.c (expand_var): Ignore DECL_VALUE_EXPR variables.
19785 pointer plus dereference. Set DECL_VALUE_EXPR. Set save_stack.
19788 (gimplify_expr): Lower DECL_VALUE_EXPR decls.
19793 * tree.h (DECL_VALUE_EXPR): New.
HDChangeLog-20057326 (dbxout_symbol): Handle DECL_VALUE_EXPR.
16115 (copy_node_stat): Copy DECL_VALUE_EXPR status.
16116 * tree.h (DECL_VALUE_EXPR): Use hashtable.
/NextBSD/contrib/gcc/cp/
HDChangeLog4652 * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.
4668 DECL_VALUE_EXPR instead.
HDpt.c6990 tree ve = DECL_VALUE_EXPR (t); in tsubst_decl()