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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 981 tree spec_args = TREE_PURPOSE (specs); local
983 if (comp_template_args (args, spec_args)
11644 tree& spec_args = DECL_TI_ARGS (spec);
11645 spec_args = add_outermost_template_args
11646 (new_args, INNERMOST_TEMPLATE_ARGS (spec_args));
11649 (spec, new_template, spec_args, true, 0);
26086 tree spec_args
26106 INNERMOST_TEMPLATE_ARGS (spec_args),
26117 INNERMOST_TEMPLATE_ARGS (spec_args));
26143 spec_args = tsubst (spec_args, deduced_args, tf_none, NULL_TREE)
11643 tree& spec_args = DECL_TI_ARGS (spec); local
26084 tree spec_args local
26400 tree spec_args = get_partial_spec_bindings (tmpl, spec_tmpl, args); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 948 tree spec_args = TREE_PURPOSE (specs); local
950 if (comp_template_args (args, spec_args)
25507 tree spec_args
25527 INNERMOST_TEMPLATE_ARGS (spec_args),
25538 INNERMOST_TEMPLATE_ARGS (spec_args));
25564 spec_args = tsubst (spec_args, deduced_args, tf_none, NULL_TREE);
25566 if (spec_args != error_mark_node)
25567 spec_args = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (tmpl),
25568 INNERMOST_TEMPLATE_ARGS (spec_args),
    [all...]

Completed in 82 milliseconds