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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9291 int args_depth = TMPL_ARGS_DEPTH (args); local
9305 if (cur_depth == args_depth)
26206 int args_depth;
26212 args_depth = TMPL_ARGS_DEPTH (args);
26214 if (args_depth > parms_depth)
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 26791 int args_depth;
26802 args_depth = TMPL_ARGS_DEPTH (args);
26804 if (args_depth > parms_depth)
31000 int args_depth = TMPL_ARGS_DEPTH (outer_targs);
31006 int want = std::min (args_depth, parms_depth - 1);
31008 args_depth - want);
26789 int args_depth; local
30998 int args_depth = TMPL_ARGS_DEPTH (outer_targs); local

Completed in 249 milliseconds