Home
last modified time | relevance | path

Searched refs:template_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp158 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in LibcxxVariantSummaryProvider() local
160 if (!template_type) in LibcxxVariantSummaryProvider()
163 stream.Printf(" Active Type = %s ", template_type.GetTypeName().GetCString()); in LibcxxVariantSummaryProvider()
236 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in GetChildAtIndex() local
238 if (!template_type) in GetChildAtIndex()
/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c4621 tree template_type = TREE_TYPE (template); in lookup_template_class() local
4729 found = template_type; in lookup_template_class()
4740 if (TYPE_P (ctx) && same_type_p (ctx, template_type)) in lookup_template_class()
4788 if (TREE_CODE (template_type) == ENUMERAL_TYPE) in lookup_template_class()
4793 t = start_enum (TYPE_IDENTIFIER (template_type)); in lookup_template_class()
4804 t = make_aggr_type (TREE_CODE (template_type)); in lookup_template_class()
4806 = CLASSTYPE_DECLARED_CLASS (template_type); in lookup_template_class()
4808 TYPE_FOR_JAVA (t) = TYPE_FOR_JAVA (template_type); in lookup_template_class()
4831 = TREE_PRIVATE (TYPE_STUB_DECL (template_type)); in lookup_template_class()
4833 = TREE_PROTECTED (TYPE_STUB_DECL (template_type)); in lookup_template_class()
[all …]
H A DChangeLog-19982897 (template_type, self_template_type): Use .finish_template_type.
5815 (typename_sub): Allow a template_type, an explicit_template_type,
6748 (template_type): Pass extra parameter to lookup_template_class.
6815 (template_type): Use it.
H A DChangeLog-19971317 aggr template_type.
H A DChangeLog-19963144 (template_type): Use it.
H A DChangeLog-19944217 'template_type SCOPED_NAME' rule.