Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp705 size_t template_depth = 1; in GetTypeScopeAndBasename() local
708 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
710 template_depth++; in GetTypeScopeAndBasename()
712 template_depth--; in GetTypeScopeAndBasename()
715 if (template_depth != 0) in GetTypeScopeAndBasename()
/openbsd-src/gnu/gcc/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()