/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 637 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 D | typeck2.c | 1007 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 D | call.c | 5805 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 D | decl2.c | 935 init = digest_init (TREE_TYPE (value), init, tf_warning_or_error); in grokfield()
|
H A D | cp-tree.h | 5893 extern tree digest_init (tree, tree, tsubst_flags_t);
|
H A D | semantics.c | 2390 compound_literal = digest_init (type, compound_literal, complain); in finish_compound_literal()
|
H A D | typeck.c | 6903 newrhs = digest_init (lhstype, newrhs, complain); in cp_build_modify_expr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 794 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 D | typeck2.c | 1188 digest_init (tree type, tree init, tsubst_flags_t complain) in digest_init() function
|
H A D | typeck.c | 8191 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 D | call.c | 6919 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 D | cp-tree.h | 7366 extern tree digest_init (tree, tree, tsubst_flags_t);
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 98 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 D | c-typeck.c | 107 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()
|