Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp54 m_parent_type_name(parent.GetTypeName()), in ValueObjectSynthetic()
70 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName() function in ValueObjectSynthetic
71 return m_parent->GetTypeName(); in GetTypeName()
97 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
105 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
168 ConstString new_parent_type_name = m_parent->GetTypeName(); in UpdateValue()
H A DValueObjectChild.cpp64 ConstString ValueObjectChild::GetTypeName() { in GetTypeName() function in ValueObjectChild
66 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName()
73 ConstString qualified_name = GetCompilerType().GetTypeName(); in GetQualifiedTypeName()
H A DValueObjectVTable.cpp170 ConstString ValueObjectVTable::GetTypeName() { in GetTypeName() function in ValueObjectVTable
176 ConstString ValueObjectVTable::GetQualifiedTypeName() { return GetTypeName(); } in GetQualifiedTypeName()
241 SetName(GetTypeName()); in UpdateValue()
H A DValueObjectRegister.cpp71 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } in GetTypeName() function in ValueObjectRegisterSet
217 ConstString ValueObjectRegister::GetTypeName() { in GetTypeName() function in ValueObjectRegister
219 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()
256 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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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()
905 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
917 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
930 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
939 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
1002 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp190 return compiler_type.GetTypeName(); in GetPDBBuiltinTypeName()
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()
1379 record_type.GetTypeName().GetCString(), in AddRecordBases()
1380 base_comp_type.GetTypeName().GetCString()); in AddRecordBases()
1437 record_type.GetTypeName().GetCString(), in AddRecordMethod()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h46 ConstString GetTypeName() override;
96 ConstString GetTypeName() override;
H A DValueObjectVTable.h74 ConstString GetTypeName() override;
H A DValueObjectMemory.h46 ConstString GetTypeName() override;
H A DValueObjectVariable.h43 ConstString GetTypeName() override;
H A DValueObjectChild.h44 ConstString GetTypeName() override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp430 m_name = GetForwardCompilerType().GetTypeName(); in GetName()
435 return GetForwardCompilerType().GetTypeName(/*BaseOnly*/ true); in GetBaseName()
757 return GetForwardCompilerType().GetTypeName(); in GetQualifiedName()
868 return m_compiler_type.GetTypeName(); in GetName()
895 m_type_name = m_compiler_type.GetTypeName(); in SetCompilerType()
1036 return m_dynamic_type.GetTypeName(); in GetName()
1037 return m_static_type.GetTypeName(); in GetName()
1218 m_type.GetTypeName().AsCString("<unknown>")); in GetDescription()
1222 m_type.GetTypeName().AsCString("<unknown>")); in GetDescription()
H A DCompilerType.cpp440 auto name = GetTypeName(); in TypeDescription()
441 auto canonical_name = GetCanonicalType().GetTypeName(); in TypeDescription()
456 const ConstString name = GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()
457 const ConstString rhs_name = rhs.GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()
507 ConstString CompilerType::GetTypeName(bool BaseOnly) const { in GetTypeName() function in CompilerType
510 return type_system_sp->GetTypeName(m_type, BaseOnly); in GetTypeName()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp149 if (isUnorderedMap(m_backend.GetTypeName())) { in GetChildAtIndex()
154 if (isStdTemplate(actual_type.GetTypeName(), "pair")) in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp193 m_derived_ct.GetTypeName(), static_data_member.Name, in visitKnownMember()
194 member_ct.GetTypeName(), type_width, constant_width); in visitKnownMember()
214 m_derived_ct.GetTypeName(), static_data_member.Name, in visitKnownMember()
215 member_ct.GetTypeName(), type_width, constant_width); in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h37 const char *GetTypeName();

123