Home
last modified time | relevance | path

Searched refs:template_decl (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcall.c413 tree template_decl; member
2299 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE); in add_template_candidate_real()
2301 cand->template_decl = DECL_TEMPLATE_INFO (fn); in add_template_candidate_real()
6214 if (!cand1->template_decl && cand2->template_decl) in joust()
6216 else if (cand1->template_decl && !cand2->template_decl) in joust()
6224 if (cand1->template_decl && cand2->template_decl) in joust()
6227 (TI_TEMPLATE (cand1->template_decl), in joust()
6228 TI_TEMPLATE (cand2->template_decl), in joust()
H A Dcp-tree.def119 DEFTREECODE (TEMPLATE_DECL, "template_decl", tcc_declaration, 0)
H A DChangeLog-20043087 * call.c (z_candidate::template_decl): Rename from template.
/openbsd-src/gnu/lib/libiberty/src/
H A Dcp-demangle.c213 const struct demangle_component *template_decl; member
2755 dpt.template_decl = typed_name; in d_print_comp()
2851 for (a = d_right (dpi->templates->template_decl); in d_print_comp()
3720 dpt.template_decl = d_left (dc); in d_print_cast()
H A DChangeLog284 "template" to "template_decl". Adjust use throughout the file.
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7179 const clang::ClassTemplateSpecializationDecl *template_decl = in GetNumTemplateArguments() local
7182 if (template_decl) { in GetNumTemplateArguments()
7183 const auto &template_arg_list = template_decl->getTemplateArgs(); in GetNumTemplateArguments()
7263 const clang::ClassTemplateSpecializationDecl *template_decl = in GetTemplateArgumentKind() local
7265 if (!template_decl) in GetTemplateArgumentKind()
7268 const auto *arg = GetNthTemplateArgument(template_decl, arg_idx, expand_pack); in GetTemplateArgumentKind()
7306 const clang::ClassTemplateSpecializationDecl *template_decl = in GetTypeTemplateArgument() local
7308 if (!template_decl) in GetTypeTemplateArgument()
7311 const auto *arg = GetNthTemplateArgument(template_decl, idx, expand_pack); in GetTypeTemplateArgument()
7321 const clang::ClassTemplateSpecializationDecl *template_decl = in GetIntegralTemplateArgument() local
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.def121 DEFTREECODE (TEMPLATE_DECL, "template_decl", 'd', 0)