| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectSyntheticFilter.cpp | 53 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 D | ValueObjectDynamicValue.cpp | 55 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 D | ValueObjectRegister.cpp | 54 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 D | ValueObject.cpp | 1435 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 D | SBTypeFormat.cpp | 43 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 D | ClangFunctionCaller.cpp | 84 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 D | ValueObjectRegister.h | 57 ConstString GetTypeName() override; 98 ConstString GetTypeName() override; 147 ConstString GetTypeName() override;
|
| H A D | ValueObjectMemory.h | 51 ConstString GetTypeName() override;
|
| H A D | ValueObjectVariable.h | 56 ConstString GetTypeName() override;
|
| H A D | ValueObjectChild.h | 48 ConstString GetTypeName() override;
|
| H A D | ValueObjectDynamicValue.h | 49 ConstString GetTypeName() override;
|
| H A D | ValueObjectSyntheticFilter.h | 52 ConstString GetTypeName() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 707 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 D | gtest-unittest-api_test.cc | 191 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 D | ItaniumABILanguageRuntime.cpp | 84 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 D | CF.cpp | 78 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 D | TypeCategoryMap.cpp | 187 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 D | MICmnLLDBUtilSBValue.h | 37 CMIUtilString GetTypeName() const;
|
| H A D | MICmnLLDBUtilSBValue.cpp | 455 CMIUtilString CMICmnLLDBUtilSBValue::GetTypeName() const { in GetTypeName() function in CMICmnLLDBUtilSBValue 456 const char *pName = m_bValidSBValue ? m_rValue.GetTypeName() : nullptr; in GetTypeName()
|
| H A D | MICmnLLDBProxySBValue.cpp | 103 const char *pCType = rValue.GetTypeName(); in GetCString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 36 const char *GetTypeName();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 183 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 D | CompilerType.cpp | 301 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 D | FormatClasses.h | 56 ConstString GetTypeName() const { return m_type_name; } in GetTypeName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVariant.cpp | 163 stream.Printf(" Active Type = %s ", template_type.GetTypeName().GetCString()); in LibcxxVariantSummaryProvider()
|