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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 1378 int template_depth; local
1421 For this type of template friend, TEMPLATE_DEPTH below will be
1425 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl));
1426 if (template_depth
1451 while (current_depth < template_depth)
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 1345 int template_depth; local
1389 For this type of template friend, TEMPLATE_DEPTH below will be
1393 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl));
1394 if (template_depth
1419 while (current_depth < template_depth)

Completed in 52 milliseconds