Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/template-arguments/
DTestCppTemplateArguments.py16 template_type = value.GetType()
17 self.assertEqual(template_type.GetNumberOfTemplateArguments(), 2)
20 self.assertEqual(template_type.GetTemplateArgumentKind(0), lldb.eTemplateArgumentKindType)
21 self.assertEqual(template_type.GetTemplateArgumentType(0).GetName(), "int")
24 … self.assertEqual(template_type.GetTemplateArgumentKind(1), lldb.eTemplateArgumentKindIntegral)
25 self.assertEqual(template_type.GetTemplateArgumentType(1).GetName(), "unsigned int")
29 self.assertEqual(template_type.GetTemplateArgumentKind(2), lldb.eTemplateArgumentKindNull)
30 self.assertEqual(template_type.GetTemplateArgumentType(2).GetName(), "")
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxVariant.cpp157 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in LibcxxVariantSummaryProvider() local
159 if (!template_type) in LibcxxVariantSummaryProvider()
162 stream << " Active Type = " << template_type.GetDisplayTypeName() << " "; in LibcxxVariantSummaryProvider()
234 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in GetChildAtIndex() local
236 if (!template_type) in GetChildAtIndex()
/external/autotest/tko/parsers/test/
Dscenario_base.py376 def install_unittest_module(package_dirpath, template_type): argument
394 TEMPLATES_DIRPATH, '%s.py' % template_type)
399 package_dirpath, '%s_unittest.py' % template_type)
Dnew_scenario.py106 scenario_package_dirpath, options.template_type)
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1063template_type = 'StaticType::Get<Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {secon…
1065template_type = 'StaticType::GetArray<Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {…
1066 return template_type.format(**self.data)
1069template_type = 'new TType(Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {secondarySi…
1071 template_type += ', TVector<unsigned int>{{{arraySize}}}'
1072 template_type += ')'
1073 return template_type.format(**self.data)
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_type.py463 template_type = cursor_type.get_template_argument_type(0)
464 self.assertEqual(template_type.spelling, 'Foo')
/external/llvm/test/DebugInfo/Generic/
Dtu-composite.ll33 ; Make sure we correctly handle type of a template_type being a type identifier.
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dtu-composite.ll31 ; Make sure we correctly handle type of a template_type being a type identifier.