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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 263 int class_template_depth = template_class_depth (type);
550 int class_template_depth = template_class_depth (current_class_type);
627 || template_class_depth (current_class_type) != 0)
decl.cc 5672 > template_class_depth (context));
10137 > template_class_depth (ctx)));
10559 > template_class_depth (ctype))
10834 && current_template_depth > template_class_depth (scope))
14219 if (template_class_depth (current_class_type) == 0)
14286 > template_class_depth (current_class_type));
15857 && template_class_depth (current_class_type)
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));
cp-tree.h 5186 && current_template_depth > template_class_depth (current_scope ()))
7365 extern int template_class_depth (tree);
semantics.cc 3704 int depth = template_class_depth (type);
parser.cc 24434 return ((int) parser->num_template_parameter_lists > template_class_depth
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 265 int class_template_depth = template_class_depth (type);
552 int class_template_depth = template_class_depth (current_class_type);
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);
decl.cc 6006 > template_class_depth (context));
10590 > template_class_depth (ctx)));
11041 > template_class_depth (ctype))
11317 && current_template_depth > template_class_depth (scope))
14955 > template_class_depth (current_class_type));
16585 && template_class_depth (current_class_type)
cp-tree.h 5314 && current_template_depth > template_class_depth (current_scope ()))
7576 extern int template_class_depth (tree);
semantics.cc 4077 int depth = template_class_depth (type);
parser.cc 25308 return ((int) parser->num_template_parameter_lists > template_class_depth
    [all...]

Completed in 145 milliseconds