Searched refs:expand_default_init (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c49 static void expand_default_init PROTO((tree, tree, tree, tree, int));
1300 expand_default_init (binfo, true_exp, exp, init, flags)
1448 /* We know that expand_default_init can handle everything we want
1450 expand_default_init (binfo, true_exp, exp, init, flags);
1299 expand_default_init (binfo, true_exp, exp, init, flags) function
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c50 static void expand_default_init (tree, tree, tree, tree, int, tsubst_flags_t);
1605 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, function
1841 /* We know that expand_default_init can handle everything we want
1843 expand_default_init (binfo, true_exp, exp, init, flags, complain);

Completed in 86 milliseconds