Home
last modified time | relevance | path

Searched refs:DECL_HAS_VALUE_EXPR_P (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Domp-low.c500 if (TREE_CODE (decl) != RESULT_DECL && DECL_HAS_VALUE_EXPR_P (decl)) in use_pointer_for_field()
654 && DECL_HAS_VALUE_EXPR_P (decl)) in fixup_remapped_decl()
659 DECL_HAS_VALUE_EXPR_P (new_decl) = 1; in fixup_remapped_decl()
1748 DECL_HAS_VALUE_EXPR_P (new_var) = 1; in lower_rec_input_clauses()
1961 DECL_HAS_VALUE_EXPR_P (placeholder) = 1; in lower_reduction_clauses()
2119 if (!nvar || !DECL_HAS_VALUE_EXPR_P (nvar)) in lower_send_shared_vars()
4355 if (ctx && DECL_HAS_VALUE_EXPR_P (t)) in lower_omp_1()
H A Dtree-nested.c920 DECL_HAS_VALUE_EXPR_P (new_decl) = 1; in get_nonlocal_debug_decl()
1228 DECL_HAS_VALUE_EXPR_P (new_decl) = 1; in get_local_debug_decl()
H A Dprint-tree.c522 && DECL_HAS_VALUE_EXPR_P (node)) in print_node()
H A Dtree-mudflap.c715 && !DECL_HAS_VALUE_EXPR_P (decl)); in mf_decl_eligible_p()
H A Dfunction.c1633 if (TREE_CODE (t) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (t)) in instantiate_decls_1()
1658 if (DECL_HAS_VALUE_EXPR_P (decl)) in instantiate_decls()
3238 DECL_HAS_VALUE_EXPR_P (parm) = 1; in gimplify_parameters()
H A Dcgraphunit.c862 && (TREE_CODE (decl) != VAR_DECL || !DECL_HAS_VALUE_EXPR_P (decl))) in cgraph_varpool_assemble_decl()
H A Dcfgexpand.c750 else if (DECL_HAS_VALUE_EXPR_P (var)) in expand_one_var()
H A Dgimplify.c1242 DECL_HAS_VALUE_EXPR_P (decl) = 1; in gimplify_decl_expr()
1674 if (DECL_HAS_VALUE_EXPR_P (decl)) in gimplify_var_or_parm_decl()
4522 if (DECL_HAS_VALUE_EXPR_P (decl)) in omp_notice_variable()
H A Ddbxout.c2327 if (DECL_HAS_VALUE_EXPR_P (expr)) in dbxout_expand_expr()
H A Dtree-pretty-print.c2010 if (TREE_CODE (t) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (t)) in print_declaration()
H A Dtree.c627 && DECL_HAS_VALUE_EXPR_P (node)) in copy_node_stat()
630 DECL_HAS_VALUE_EXPR_P (t) = 1; in copy_node_stat()
H A Dtree.h2606 #define DECL_HAS_VALUE_EXPR_P(NODE) \ macro
H A Dexpr.c6386 if (TREE_CODE (var) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (var)) in expand_var()
H A Ddwarf2out.c9164 if (DECL_HAS_VALUE_EXPR_P (loc)) in loc_descriptor_from_tree_1()
/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c422 DECL_HAS_VALUE_EXPR_P (x) = 0; in use_thunk()
H A Ddecl2.c1067 DECL_HAS_VALUE_EXPR_P (decl) = 1; in build_anon_union_vars()
H A Dpt.c6979 if (DECL_HAS_VALUE_EXPR_P (t)) in tsubst_decl()
H A DChangeLog775 * method.c (use_thunk): Clear DECL_HAS_VALUE_EXPR_P on copied