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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 486 } template_unification; member in union:rejection_reason::__anon13543
717 r->u.template_unification.tmpl = tmpl;
718 r->u.template_unification.explicit_targs = explicit_targs;
719 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs);
722 r->u.template_unification.args = args1;
723 r->u.template_unification.nargs = nargs;
724 r->u.template_unification.return_type = return_type;
725 r->u.template_unification.strict = strict;
726 r->u.template_unification.flags = flags;
4025 if (r->u.template_unification.tmpl == NULL_TREE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 476 } template_unification; member in union:rejection_reason::__anon15971
698 r->u.template_unification.tmpl = tmpl;
699 r->u.template_unification.explicit_targs = explicit_targs;
700 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs);
703 r->u.template_unification.args = args1;
704 r->u.template_unification.nargs = nargs;
705 r->u.template_unification.return_type = return_type;
706 r->u.template_unification.strict = strict;
707 r->u.template_unification.flags = flags;
3930 if (r->u.template_unification.tmpl == NULL_TREE
    [all...]

Completed in 32 milliseconds