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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 380 that, for example, `template_class_depth (current_class_type)' is
384 template_class_depth (tree type) function
1267 : template_class_depth (DECL_CONTEXT (tmpl))));
1425 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl));
2182 && template_class_depth (DECL_CONTEXT (decl)) > 0)
5727 last_level_to_check = template_class_depth (current_class_type) + 1;
6169 && !(is_friend && template_class_depth (current_class_type) > 0))
10998 int depth = template_class_depth (CP_DECL_CONTEXT (decl));
11042 int depth = template_class_depth (CP_DECL_CONTEXT (decl));
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 411 that, for example, `template_class_depth (current_class_type)' is
415 template_class_depth (tree type) function
1267 : template_class_depth (DECL_CONTEXT (tmpl))));
1393 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl));
2164 && template_class_depth (DECL_CONTEXT (decl)) > 0)
5756 last_level_to_check = template_class_depth (current_class_type) + 1;
6222 && !(is_friend && template_class_depth (current_class_type) > 0))
11141 depth = template_class_depth (CP_DECL_CONTEXT (decl));
11192 int depth = template_class_depth (ctx);

Completed in 66 milliseconds