Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
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()
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()
Dprint-tree.c524 && DECL_HAS_VALUE_EXPR_P (node)) in print_node()
Dtree-mudflap.c715 && !DECL_HAS_VALUE_EXPR_P (decl)); in mf_decl_eligible_p()
Dcgraphunit.c876 && (TREE_CODE (decl) != VAR_DECL || !DECL_HAS_VALUE_EXPR_P (decl))) in cgraph_varpool_assemble_decl()
Dcfgexpand.c733 else if (DECL_HAS_VALUE_EXPR_P (var)) in expand_one_var()
Dfunction.c1641 if (TREE_CODE (t) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (t)) in instantiate_decls_1()
1666 if (DECL_HAS_VALUE_EXPR_P (decl)) in instantiate_decls()
3246 DECL_HAS_VALUE_EXPR_P (parm) = 1; in gimplify_parameters()
Dgimplify.c1242 DECL_HAS_VALUE_EXPR_P (decl) = 1; in gimplify_decl_expr()
1672 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()
Ddbxout.c2329 if (DECL_HAS_VALUE_EXPR_P (expr)) in dbxout_expand_expr()
Dtree-pretty-print.c2010 if (TREE_CODE (t) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (t)) in print_declaration()
Dtree.c635 && DECL_HAS_VALUE_EXPR_P (node)) in copy_node_stat()
638 DECL_HAS_VALUE_EXPR_P (t) = 1; in copy_node_stat()
Dtree.h2646 #define DECL_HAS_VALUE_EXPR_P(NODE) \ macro
Dexpr.c6431 if (TREE_CODE (var) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (var)) in expand_var()
Ddwarf2out.c9215 if (DECL_HAS_VALUE_EXPR_P (loc)) in loc_descriptor_from_tree_1()
DChangeLog-20066361 DECL_HAS_VALUE_EXPR_P for RESULT_DECLs.
16577 (instantiate_decls_1, instantiate_decls): If DECL_HAS_VALUE_EXPR_P,
DChangeLog-200516103 * cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.
16109 * tree-mudflap.c (mf_decl_eligible_p): Use DECL_HAS_VALUE_EXPR_P.
16118 (DECL_HAS_VALUE_EXPR_P): New.
/freebsd-12-stable/contrib/gcc/cp/
Dmethod.c418 DECL_HAS_VALUE_EXPR_P (x) = 0; in use_thunk()
Ddecl2.c1067 DECL_HAS_VALUE_EXPR_P (decl) = 1; in build_anon_union_vars()
Dpt.c6988 if (DECL_HAS_VALUE_EXPR_P (t)) in tsubst_decl()
DChangeLog844 * method.c (use_thunk): Clear DECL_HAS_VALUE_EXPR_P on copied