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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 200 static bool template_template_parm_bindings_ok_p (tree, tree);
8375 template_template_parm_bindings_ok_p (tree tparms, tree targs) function
22757 if (!template_template_parm_bindings_ok_p
26162 of template_template_parm_bindings_ok_p in fn_type_unification
26164 if (!template_template_parm_bindings_ok_p (tparms, deduced_args))
30784 /* I believe we don't need the template_template_parm_bindings_ok_p call
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 200 static bool template_template_parm_bindings_ok_p (tree, tree);
8238 template_template_parm_bindings_ok_p (tree tparms, tree targs) function
22336 if (!template_template_parm_bindings_ok_p
25583 of template_template_parm_bindings_ok_p in fn_type_unification
25585 if (!template_template_parm_bindings_ok_p (tparms, deduced_args))

Completed in 101 milliseconds