Home
last modified time | relevance | path

Searched refs:template_depth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1354 int template_depth; in is_specialization_of_friend() local
1401 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl)); in is_specialization_of_friend()
1402 if (template_depth in is_specialization_of_friend()
1427 while (current_depth < template_depth) in is_specialization_of_friend()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc1378 int template_depth; in is_specialization_of_friend() local
1425 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl)); in is_specialization_of_friend()
1426 if (template_depth in is_specialization_of_friend()
1451 while (current_depth < template_depth) in is_specialization_of_friend()