Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dinit.c637 init = digest_init (type, init, tf_warning_or_error); in perform_member_init()
665 init = digest_init (type, init, tf_warning_or_error); in perform_member_init()
1562 init = digest_init (type, init, complain); in expand_default_init()
2574 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
H A Dtypeck2.c1007 digest_init (tree type, tree init, tsubst_flags_t complain) in digest_init() function
1116 next = digest_init (TREE_TYPE (type), next, complain); in process_init_constructor_array()
H A Dcall.c5805 return get_target_expr (digest_init (totype, expr, complain)); in convert_like_real()
6172 arg = digest_init (type, arg, tf_warning_or_error); in convert_default_arg()
7233 init = digest_init (basetype, init_list, complain); in build_new_method_call_1()
H A Ddecl2.c935 init = digest_init (TREE_TYPE (value), init, tf_warning_or_error); in grokfield()
H A Dcp-tree.h5893 extern tree digest_init (tree, tree, tsubst_flags_t);
H A Dsemantics.c2390 compound_literal = digest_init (type, compound_literal, complain); in finish_compound_literal()
H A Dtypeck.c6903 newrhs = digest_init (lhstype, newrhs, complain); in cp_build_modify_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dinit.c794 init = digest_init (type, init, tf_warning_or_error); in perform_member_init()
831 init = digest_init (type, init, tf_warning_or_error); in perform_member_init()
1804 init = digest_init (type, init, complain); in expand_default_init()
3380 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
4092 init = digest_init (atype, init, complain); in build_vec_init()
H A Dtypeck2.c1188 digest_init (tree type, tree init, tsubst_flags_t complain) in digest_init() function
H A Dtypeck.c8191 newrhs = digest_init (lhstype, newrhs, complain); in cp_build_modify_expr()
8203 newrhs = digest_init (lhstype, newrhs, complain); in cp_build_modify_expr()
H A Dcall.c6919 expr = get_target_expr_sfinae (digest_init (totype, expr, complain), in convert_like_real()
9235 init = digest_init (basetype, init, complain); in build_new_method_call_1()
H A Dcp-tree.h7366 extern tree digest_init (tree, tree, tsubst_flags_t);
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c98 static tree digest_init (location_t, tree, tree, tree, bool, bool, int);
4682 t = digest_init (loc, type, t, in build_c_cast()
5857 value = digest_init (init_loc, type, init, origtype, npc, in store_init_value()
6110 digest_init (location_t init_loc, tree type, tree init, tree origtype, in digest_init() function
7909 value = digest_init (input_location, type, value, origtype, npc, in output_init_element()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c107 static tree digest_init (location_t, tree, tree, tree, bool, bool, int);
5605 t = digest_init (loc, type, t, in build_c_cast()
7150 value = digest_init (init_loc, type, init, origtype, npc, in store_init_value()
7338 digest_init (location_t init_loc, tree type, tree init, tree origtype, in digest_init() function
9171 new_value = digest_init (loc, type, new_value, origtype, npc, strict_string, in output_init_element()