HomeSort by: relevance | last modified time | path
    Searched defs:expand_default_init (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 43 static bool expand_default_init (tree, tree, tree, tree, int, tsubst_flags_t);
2091 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, function
2351 /* We know that expand_default_init can handle everything we want
2353 return expand_default_init (binfo, true_exp, exp, init, flags, complain);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 43 static bool expand_default_init (tree, tree, tree, tree, int, tsubst_flags_t);
2063 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, function
2323 /* We know that expand_default_init can handle everything we want
2325 return expand_default_init (binfo, true_exp, exp, init, flags, complain);

Completed in 18 milliseconds