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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 14937 tree full_args = NULL_TREE;
14972 full_args = tsubst_template_args (tmpl_args, args,
14975 if (full_args == error_mark_node)
14980 if (full_args == tmpl_args)
14983 hash = spec_hasher::hash (t, full_args);
14984 spec = retrieve_specialization (t, full_args, hash);
15073 DECL_TI_ARGS (inner) = full_args;
15110 register_specialization (r, t, full_args, false, hash);
15112 register_specialization (inner, t, full_args, false, hash);
14936 tree full_args = NULL_TREE; local

Completed in 90 milliseconds