Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp53 m_synthetic_children_cache(), m_parent_type_name(parent.GetTypeName()), in ValueObjectSynthetic()
67 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName() function in ValueObjectSynthetic
68 return m_parent->GetTypeName(); in GetTypeName()
94 GetName().AsCString(), GetTypeName().AsCString(), in CalculateNumChildren()
103 GetName().AsCString(), GetTypeName().AsCString(), in CalculateNumChildren()
165 ConstString new_parent_type_name = m_parent->GetTypeName(); in UpdateValue()
H A DValueObjectDynamicValue.cpp55 ConstString ValueObjectDynamicValue::GetTypeName() { in GetTypeName() function in ValueObjectDynamicValue
61 return m_parent->GetTypeName(); in GetTypeName()
248 static_cast<void *>(this), GetTypeName().GetCString()); in UpdateValue()
H A DValueObjectRegister.cpp54 ConstString ValueObjectRegisterContext::GetTypeName() { return ConstString(); } in GetTypeName() function in ValueObjectRegisterContext
131 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } in GetTypeName() function in ValueObjectRegisterSet
275 ConstString ValueObjectRegister::GetTypeName() { in GetTypeName() function in ValueObjectRegister
H A DValueObject.cpp1435 str = GetTypeName().GetStringRef(); in DumpPrintableRepresentation()
1453 strm.Printf("%s @ %s", GetTypeName().AsCString(), in DumpPrintableRepresentation()
1647 ConstString ValueObject::GetTypeName() { in GetTypeName() function in ValueObject
1651 ConstString ValueObject::GetDisplayTypeName() { return GetTypeName(); } in GetDisplayTypeName()
1852 type.GetTypeName().AsCString("<unknown>"), offset); in GetSyntheticBase()
2059 s.Printf("((%s)0x%" PRIx64 ")", GetTypeName().AsCString("void"), in GetExpressionPath()
2066 s.Printf("(*( (%s *)0x%" PRIx64 "))", GetTypeName().AsCString("void"), in GetExpressionPath()
2074 s.Printf("((%s)%s)", GetTypeName().AsCString("void"), in GetExpressionPath()
2863 GetTypeName().AsCString("<invalid type>"), in Dereference()
2867 GetTypeName().AsCString("<invalid type>"), in Dereference()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp43 const char *SBTypeFormat::GetTypeName() { in GetTypeName() function in SBTypeFormat
46 ->GetTypeName() in GetTypeName()
145 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp84 m_function_return_type.GetTypeName().AsCString("")); in CompileFunction()
134 .GetTypeName() in CompileFunction()
140 type_name = clang_qual_type.GetTypeName().AsCString(""); in CompileFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h57 ConstString GetTypeName() override;
98 ConstString GetTypeName() override;
147 ConstString GetTypeName() override;
H A DValueObjectMemory.h51 ConstString GetTypeName() override;
H A DValueObjectVariable.h56 ConstString GetTypeName() override;
H A DValueObjectChild.h48 ConstString GetTypeName() override;
H A DValueObjectDynamicValue.h49 ConstString GetTypeName() override;
H A DValueObjectSyntheticFilter.h52 ConstString GetTypeName() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp707 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
778 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
796 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
818 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
833 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
880 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
892 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
905 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
914 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
978 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
[all …]
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc191 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param()); in TEST()
202 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TEST()
268 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param()); in TearDown()
320 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TearDown()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp84 original_ptr, in_value.GetTypeName().GetCString(), in GetTypeInfoFromVTableAddress()
133 original_ptr, in_value.GetTypeName().AsCString(), in GetTypeInfoFromVTableAddress()
149 original_ptr, in_value.GetTypeName().AsCString(), in GetTypeInfoFromVTableAddress()
166 original_ptr, in_value.GetTypeName().AsCString(), in GetTypeInfoFromVTableAddress()
178 original_ptr, in_value.GetTypeName().AsCString()); in GetTypeInfoFromVTableAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp78 ConstString type_name(valobj.GetTypeName()); in CFBagSummaryProvider()
142 ConstString type_name(valobj.GetTypeName()); in CFBitVectorSummaryProvider()
267 ConstString type_name(valobj.GetTypeName()); in CFBinaryHeapSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp187 match.GetTypeName().GetCString(), in GetFormat()
227 match.GetTypeName().GetCString(), in GetSummaryFormat()
269 match.GetTypeName().GetCString(), in GetSyntheticChildren()
311 match.GetTypeName().GetCString(), in GetValidator()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.h37 CMIUtilString GetTypeName() const;
H A DMICmnLLDBUtilSBValue.cpp455 CMIUtilString CMICmnLLDBUtilSBValue::GetTypeName() const { in GetTypeName() function in CMICmnLLDBUtilSBValue
456 const char *pName = m_bValidSBValue ? m_rValue.GetTypeName() : nullptr; in GetTypeName()
H A DMICmnLLDBProxySBValue.cpp103 const char *pCType = rValue.GetTypeName(); in GetCString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h36 const char *GetTypeName();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp183 return compiler_type.GetTypeName(); in GetPDBBuiltinTypeName()
1221 record_type.GetTypeName().GetCString(), member_name.c_str(), in AddRecordMembers()
1222 member_comp_type.GetTypeName().GetCString()); in AddRecordMembers()
1285 record_type.GetTypeName().GetCString(), in AddRecordBases()
1286 base_comp_type.GetTypeName().GetCString()); in AddRecordBases()
1342 record_type.GetTypeName().GetCString(), in AddRecordMethod()
1343 method_comp_type.GetTypeName().GetCString()); in AddRecordMethod()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp301 ConstString type_name(GetTypeName()); in GetConstTypeName()
308 ConstString CompilerType::GetTypeName() const { in GetTypeName() function in CompilerType
310 return m_type_system->GetTypeName(m_type); in GetTypeName()
315 ConstString CompilerType::GetDisplayTypeName() const { return GetTypeName(); } in GetDisplayTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h56 ConstString GetTypeName() const { return m_type_name; } in GetTypeName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp163 stream.Printf(" Active Type = %s ", template_type.GetTypeName().GetCString()); in LibcxxVariantSummaryProvider()

123