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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 469 tree explicit_targs; member in struct:rejection_reason::__anon15971::__anon15973
520 tree explicit_targs; member in struct:z_candidate
690 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs,
699 r->u.template_unification.explicit_targs = explicit_targs;
3381 EXPLICIT_TARGS and ARGLIST, adds the instantiation to CANDIDATES.
3383 TMPL is the template. EXPLICIT_TARGS are any explicit template
3394 tree ctype, tree explicit_targs, tree first_arg,
3463 gcc_assert (!explicit_targs);
3488 if (!obj && explicit_targs)
4703 tree explicit_targs; local
10854 tree explicit_targs = NULL_TREE; local
    [all...]
pt.cc 2160 tree explicit_targs; local
2189 explicit_targs = TREE_OPERAND (template_id, 1);
2224 targs = coerce_template_parms (parms, explicit_targs, fns,
2353 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
22066 The EXPLICIT_TARGS are explicit template arguments provided via a
22089 tree explicit_targs,
22147 if (explicit_targs)
22170 if (explicit_targs == error_mark_node)
22173 if (TMPL_ARGS_DEPTH (explicit_targs)
22175 explicit_targs = add_outermost_template_args (full_targs
    [all...]
class.cc 8355 a template-id, and EXPLICIT_TARGS are the explicitly provided
8368 tree explicit_targs,
8532 instantiation = fn_type_unification (fn, explicit_targs, targs, args,
8818 /*explicit_targs=*/NULL_TREE,
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 479 tree explicit_targs; member in struct:rejection_reason::__anon13543::__anon13545
530 tree explicit_targs; member in struct:z_candidate
709 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs,
718 r->u.template_unification.explicit_targs = explicit_targs;
3482 EXPLICIT_TARGS and ARGLIST, adds the instantiation to CANDIDATES.
3484 TMPL is the template. EXPLICIT_TARGS are any explicit template
3495 tree ctype, tree explicit_targs, tree first_arg,
3564 gcc_assert (!explicit_targs);
3654 fn = fn_type_unification (tmpl, explicit_targs, targs
4988 tree explicit_targs; local
11535 tree explicit_targs = NULL_TREE; local
    [all...]
pt.cc 2142 tree explicit_targs; local
2171 explicit_targs = TREE_OPERAND (template_id, 1);
2206 targs = coerce_template_parms (parms, explicit_targs, fns,
2334 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
22488 The EXPLICIT_TARGS are explicit template arguments provided via a
22511 tree explicit_targs,
22569 if (explicit_targs)
22592 if (explicit_targs == error_mark_node)
22595 if (TMPL_ARGS_DEPTH (explicit_targs)
22597 explicit_targs = add_outermost_template_args (full_targs
    [all...]
class.cc 8687 a template-id, and EXPLICIT_TARGS are the explicitly provided
8700 tree explicit_targs,
8864 instantiation = fn_type_unification (fn, explicit_targs, targs, args,
9174 /*explicit_targs=*/NULL_TREE,

Completed in 71 milliseconds