Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DType.cpp694 size_t template_depth = 1; in GetTypeScopeAndBasename() local
697 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
699 template_depth++; in GetTypeScopeAndBasename()
701 template_depth--; in GetTypeScopeAndBasename()
704 if (template_depth != 0) in GetTypeScopeAndBasename()
/freebsd-12-stable/contrib/gcc/cp/
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()