Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp647 size_t template_depth = 1; in GetTypeScopeAndBasename() local
650 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
652 template_depth++; in GetTypeScopeAndBasename()
654 template_depth--; in GetTypeScopeAndBasename()
657 if (template_depth != 0) in GetTypeScopeAndBasename()
/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c967 int template_depth; in is_specialization_of_friend() local
1014 template_depth = template_class_depth (DECL_CONTEXT (friend)); in is_specialization_of_friend()
1015 if (template_depth in is_specialization_of_friend()
1040 while (current_depth < template_depth) in is_specialization_of_friend()