Home
last modified time | relevance | path

Searched refs:GetTypeName (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp58 m_parent_type_name(parent.GetTypeName()), in ValueObjectSynthetic()
74 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName() function in ValueObjectSynthetic
75 return m_parent->GetTypeName(); in GetTypeName()
102 GetName().AsCString(), GetTypeName().AsCString(), in CalculateNumChildren()
115 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
178 ConstString new_parent_type_name = m_parent->GetTypeName(); in UpdateValue()
H A DValueObjectVTable.cpp172 ConstString ValueObjectVTable::GetTypeName() { in GetTypeName() function in ValueObjectVTable
178 ConstString ValueObjectVTable::GetQualifiedTypeName() { return GetTypeName(); } in GetQualifiedTypeName()
239 SetName(GetTypeName()); in UpdateValue()
H A DValueObjectChild.cpp66 ConstString ValueObjectChild::GetTypeName() { in GetTypeName() function in ValueObjectChild
68 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName()
75 ConstString qualified_name = GetCompilerType().GetTypeName(); in GetQualifiedTypeName()
H A DValueObjectRegister.cpp71 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } in GetTypeName() function in ValueObjectRegisterSet
214 ConstString ValueObjectRegister::GetTypeName() { in GetTypeName() function in ValueObjectRegister
216 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName()
H A DValueObjectDynamicValue.cpp51 ConstString ValueObjectDynamicValue::GetTypeName() { in GetTypeName() function in ValueObjectDynamicValue
57 return m_parent->GetTypeName(); in GetTypeName()
259 static_cast<void *>(this), GetTypeName().GetCString()); in UpdateValue()
H A DValueObjectMemory.cpp117 ConstString ValueObjectMemory::GetTypeName() { in GetTypeName() function in ValueObjectMemory
120 return m_compiler_type.GetTypeName(); in GetTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp82 m_function_return_type.GetTypeName().AsCString("")); in CompileFunction()
132 .GetTypeName() in CompileFunction()
138 type_name = clang_qual_type.GetTypeName().AsCString(""); in CompileFunction()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h91 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function
129 std::string GetTypeName() { in GetTypeName() function
131 return GetTypeName(typeid(T)); in GetTypeName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp58 const char *SBTypeFormat::GetTypeName() { in GetTypeName() function in SBTypeFormat
63 ->GetTypeName() in GetTypeName()
180 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp73 in_value.GetTypeName().GetCString(), in GetTypeInfo()
126 in_value.GetPointerValue(), in_value.GetTypeName().AsCString(), in GetTypeInfo()
143 in_value.GetTypeName().AsCString(), in GetTypeInfo()
160 in_value.GetTypeName().AsCString(), in GetTypeInfo()
173 in_value.GetTypeName().AsCString()); in GetTypeInfo()
198 original_type.GetTypeName().AsCString("<invalid>")); in TypeHasVTable()
205 type.GetTypeName().AsCString("<invalid>")); in TypeHasVTable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp733 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
804 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
821 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
843 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
858 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
868 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
876 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
889 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
906 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
918 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc183 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), test_suite->type_param()); in TEST()
194 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TEST()
258 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), in TearDown()
309 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TearDown()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp190 return compiler_type.GetTypeName(); in GetPDBBuiltinTypeName()
1260 record_type.GetTypeName().GetCString(), member_name.c_str(), in AddRecordMembers()
1261 member_comp_type.GetTypeName().GetCString()); in AddRecordMembers()
1305 record_type.GetTypeName(), member_name, in AddRecordMembers()
1306 member_comp_type.GetTypeName()); in AddRecordMembers()
1323 record_type.GetTypeName(), member_name, in AddRecordMembers()
1324 member_comp_type.GetTypeName(), type_width, in AddRecordMembers()
1341 record_type.GetTypeName(), member_name, in AddRecordMembers()
1342 member_comp_type.GetTypeName(), type_width, in AddRecordMembers()
1379 record_type.GetTypeName().GetCString(), in AddRecordBases()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp434 m_name = GetForwardCompilerType().GetTypeName(); in GetName()
439 return GetForwardCompilerType().GetTypeName(/*BaseOnly*/ true); in GetBaseName()
772 return GetForwardCompilerType().GetTypeName(); in GetQualifiedName()
874 return m_compiler_type.GetTypeName(); in GetName()
901 m_type_name = m_compiler_type.GetTypeName(); in SetCompilerType()
1042 return m_dynamic_type.GetTypeName(); in GetName()
1043 return m_static_type.GetTypeName(); in GetName()
1211 m_type.GetTypeName().AsCString("<unknown>")); in GetDescription()
1215 m_type.GetTypeName().AsCString("<unknown>")); in GetDescription()
H A DCompilerType.cpp461 auto name = GetTypeName(); in TypeDescription()
462 auto canonical_name = GetCanonicalType().GetTypeName(); in TypeDescription()
477 const ConstString name = GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()
478 const ConstString rhs_name = rhs.GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()
528 ConstString CompilerType::GetTypeName(bool BaseOnly) const { in GetTypeName() function in CompilerType
531 return type_system_sp->GetTypeName(m_type, BaseOnly); in GetTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp75 ConstString type_name(valobj.GetTypeName()); in CFBagSummaryProvider()
133 ConstString type_name(valobj.GetTypeName()); in CFBitVectorSummaryProvider()
254 ConstString type_name(valobj.GetTypeName()); in CFBinaryHeapSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h46 ConstString GetTypeName() override;
98 ConstString GetTypeName() override;
H A DValueObjectVTable.h71 ConstString GetTypeName() override;
H A DValueObjectVariable.h43 ConstString GetTypeName() override;
H A DValueObjectMemory.h46 ConstString GetTypeName() override;
H A DValueObjectChild.h44 ConstString GetTypeName() override;
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h85 ConstString GetTypeName() const { return m_type_name; } in GetTypeName() function
168 m_type.m_type_name.assign(type.GetTypeName().GetCString()); in TypeNameSpecifierImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp196 m_derived_ct.GetTypeName(), static_data_member.Name, in visitKnownMember()
197 member_ct.GetTypeName(), type_width, constant_width); in visitKnownMember()
217 m_derived_ct.GetTypeName(), static_data_member.Name, in visitKnownMember()
218 member_ct.GetTypeName(), type_width, constant_width); in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h37 const char *GetTypeName();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp158 if (isUnorderedMap(m_backend.GetTypeName())) { in GetChildAtIndex()
163 if (isStdTemplate(actual_type.GetTypeName(), "pair")) in GetChildAtIndex()

123