| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 44 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean() 50 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean() 56 if (GetType() == OptionValue::eTypeChar) in GetAsChar() 62 if (GetType() == OptionValue::eTypeChar) in GetAsChar() 68 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec() 74 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec() 80 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList() 86 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList() 92 if (GetType() == OptionValue::eTypeArch) in GetAsArch() 98 if (GetType() == OptionValue::eTypeArch) in GetAsArch() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 53 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat() 61 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName() 163 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) || in CopyOnWrite_Impl() 165 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum))) in CopyOnWrite_Impl() 169 if (m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in CopyOnWrite_Impl()
|
| H A D | SBStructuredData.cpp | 94 if (!json_obj || llvm::is_contained(unsupported_type, json_obj->GetType())) in SetFromJSON() 140 StructuredDataType SBStructuredData::GetType() const { in GetType() function in SBStructuredData 143 return m_impl_up->GetType(); in GetType() 155 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
|
| H A D | SBFunction.cpp | 100 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() 205 SBType SBFunction::GetType() { in GetType() function in SBFunction 210 Type *function_type = m_opaque_ptr->GetType(); in GetType()
|
| H A D | SBEvent.cpp | 71 uint32_t SBEvent::GetType() const { in GetType() function in SBEvent 77 event_type = lldb_event->GetType(); in GetType()
|
| H A D | SBError.cpp | 114 ErrorType SBError::GetType() const { in GetType() function in SBError 119 err_type = m_opaque_up->GetType(); in GetType()
|
| H A D | SBType.cpp | 394 SBType SBTypeStaticField::GetType() { in GetType() function in SBTypeStaticField 399 return SBType(m_opaque_up->GetType()); in GetType() 414 target.GetSP().get(), m_opaque_up->GetType(), m_opaque_up->GetName(), in GetConstantValue() 833 SBType SBTypeMember::GetType() { in GetType() function in SBTypeMember 976 SBType SBTypeMemberFunction::GetType() { in GetType() function in SBTypeMemberFunction 981 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
|
| H A D | SBSymbol.cpp | 188 SymbolType SBSymbol::GetType() { in GetType() function in SBSymbol 192 return m_opaque_ptr->GetType(); in GetType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 771 return GetType(ast.VoidPtrTy); in GetBuiltinTypeForEncodingAndBitSize() 776 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForEncodingAndBitSize() 778 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize() 780 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 782 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForEncodingAndBitSize() 784 return GetType(ast.UnsignedLongLongTy); in GetBuiltinTypeForEncodingAndBitSize() 786 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize() 791 return GetType(ast.SignedCharTy); in GetBuiltinTypeForEncodingAndBitSize() 793 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize() 795 return GetType(ast.IntTy); in GetBuiltinTypeForEncodingAndBitSize() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 84 lldb::StructuredDataType GetType() const { in GetType() function 85 return (m_data_sp ? m_data_sp->GetType() : in GetType() 93 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize() 96 } else if (m_data_sp->GetType() == lldb::eStructuredDataTypeArray) { in GetSize()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSite.h | 197 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware() 199 return BreakpointSite::Type::eHardware == GetType(); in IsHardware() 202 BreakpointSite::Type GetType() const { return m_type; } in GetType() function
|
| /freebsd/lib/libdevdctl/ |
| H A D | exception.h | 128 Type GetType() const; 154 ParseException::GetType() const in GetType() function
|
| H A D | event.h | 168 Type GetType() const; 290 Event::GetType() const in GetType() function
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 341 const SymbolType type = symbol->GetType(); in InitNameIndexes() 367 if (variant.GetType() & lldb::eFunctionNameTypeSelector) in InitNameIndexes() 369 else if (variant.GetType() & lldb::eFunctionNameTypeFull) in InitNameIndexes() 371 else if (variant.GetType() & lldb::eFunctionNameTypeMethod) in InitNameIndexes() 373 else if (variant.GetType() & lldb::eFunctionNameTypeBase) in InitNameIndexes() 510 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType() 529 m_symbols[i].GetType() == symbol_type) && in AppendSymbolIndexesWithTypeAndFlagsValue() 551 m_symbols[i].GetType() == symbol_type) { in AppendSymbolIndexesWithType() 729 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType() 749 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType() [all …]
|
| H A D | Variable.cpp | 98 Type *Variable::GetType() { in GetType() function in Variable 100 return m_symfile_type_sp->GetType(); in GetType() 113 Type *type = m_symfile_type_sp->GetType(); in Dump() 197 Type *type = GetType(); in GetDeclContext() 204 Type *type = GetType(); in GetDecl() 696 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 54 return object_sp->GetType() == lldb::eStructuredDataTypeArray || in IsRecordType() 55 object_sp->GetType() == lldb::eStructuredDataTypeDictionary; in IsRecordType() 108 if (GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath() 123 if (GetType() == lldb::eStructuredDataTypeArray) { in GetObjectForDotSeparatedPath()
|
| H A D | XcodeSDK.cpp | 138 XcodeSDK::Type XcodeSDK::GetType() const { in GetType() function in XcodeSDK 298 if (sdk.GetType() != desired_type) in SDKSupportsModules() 300 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 144 virtual Type GetType() { return Type::eTypeUnknown; } in GetType() function 177 TypeFormatImpl::Type GetType() override { in GetType() function 207 TypeFormatImpl::Type GetType() override { in GetType() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 79 virtual Type GetType() const = 0; 84 return GetType() == eTypeProperties; in ValueIsTransparent() 88 return GetBuiltinTypeAsCString(GetType()); in GetTypeAsCString() 131 uint32_t GetTypeAsMask() { return 1u << GetType(); } in GetTypeAsMask()
|
| H A D | OptionValueArgs.h | 25 Type GetType() const override { return eTypeArgs; } in GetType() function
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVariable.cpp | 70 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl() 77 Type *var_type = m_variable_sp->GetType(); in GetTypeName() 84 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName() 91 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 40 lldb::SBType GetType(); 85 lldb::SBType GetType(); 127 lldb::SBType GetType();
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | make_hash.c | 217 #define GetType(n) \ macro 385 printf("\t%s %15d,\t%10s,", L_BRACE, len, GetType(n)); in main() 410 printf("\t%s %15s,\t%10s,", L_BRACE, buffer, GetType(n)); in main()
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | TPointerBase.cs | 57 GetType().Name, vp.x); in ToString()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBErrorExtensions.i | 13 type = property(GetType, None, doc='''A read only property that returns the same result as GetType().''')
|