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

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 113 int parm_depth; variable
966 ++G.parm_depth;
969 --G.parm_depth;
3024 ++G.parm_depth;
3028 --G.parm_depth;
3160 ++G.parm_depth;
3163 --G.parm_depth;
3228 ++G.parm_depth;
3237 --G.parm_depth;
3422 int delta = G.parm_depth - level + 1
    [all...]
pt.cc 3144 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); local
3146 if (arg_depth > parm_depth)
3156 new_targs = make_tree_vec (parm_depth);
3157 for (i = arg_depth - parm_depth; i < arg_depth; ++i)
3158 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth))
10053 int parm_depth; local
10068 parm_depth = TMPL_PARMS_DEPTH (parmlist);
10071 if (arg_depth == 1 && parm_depth > 1)
10091 gcc_assert (parm_depth == arg_depth);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 113 int parm_depth; variable
2803 ++G.parm_depth;
2807 --G.parm_depth;
3091 int delta = G.parm_depth - level + 1;
pt.cc 3163 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); local
3165 if (arg_depth > parm_depth)
3175 new_targs = make_tree_vec (parm_depth);
3176 for (i = arg_depth - parm_depth; i < arg_depth; ++i)
3177 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth))
9967 int parm_depth; local
9982 parm_depth = TMPL_PARMS_DEPTH (parmlist);
9985 if (arg_depth == 1 && parm_depth > 1)
10005 gcc_assert (parm_depth == arg_depth);

Completed in 107 milliseconds