Searched refs:DECL_VALUE_EXPR (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | print-tree.c | 525 print_node (file, "value-expr", DECL_VALUE_EXPR (node), indent + 4); in print_node()
|
| HD | omp-low.c | 573 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()
|
| HD | gimplify.c | 1674 *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()
|
| HD | dbxout.c | 2330 return dbxout_expand_expr (DECL_VALUE_EXPR (expr)); in dbxout_expand_expr()
|
| HD | function.c | 1643 tree v = DECL_VALUE_EXPR (t); in instantiate_decls_1() 1668 tree v = DECL_VALUE_EXPR (decl); in instantiate_decls()
|
| HD | tree-pretty-print.c | 2013 dump_generic_node (buffer, DECL_VALUE_EXPR (t), spc, flags, false); in print_declaration()
|
| HD | tree.h | 2648 #define DECL_VALUE_EXPR(NODE) \ macro
|
| HD | tree.c | 637 SET_DECL_VALUE_EXPR (t, DECL_VALUE_EXPR (node)); in copy_node_stat()
|
| HD | ChangeLog-2006 | 14996 (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.
|
| HD | dwarf2out.c | 9216 return loc_descriptor_from_tree_1 (DECL_VALUE_EXPR (loc), in loc_descriptor_from_tree_1()
|
| HD | ChangeLog-2004 | 913 * 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.
|
| HD | ChangeLog-2005 | 7326 (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/ |
| HD | ChangeLog | 4652 * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR. 4668 DECL_VALUE_EXPR instead.
|
| HD | pt.c | 6990 tree ve = DECL_VALUE_EXPR (t); in tsubst_decl()
|