Searched refs:expand_default_init (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 39 static void expand_default_init (tree, tree, tree, tree, int, tsubst_flags_t); 1532 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_default_init() function 1770 expand_default_init (binfo, true_exp, exp, init, flags, complain); in expand_aggr_init_1()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 41 static void expand_default_init (tree, tree, tree, tree, int, tsubst_flags_t); 1772 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_default_init() function 2021 expand_default_init (binfo, true_exp, exp, init, flags, complain); in expand_aggr_init_1()
|