/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValue.cpp | 46 if (GetType() == OptionValue::eTypeBoolean) in GetAsChar() 52 if (GetType() == OptionValue::eTypeBoolean) in GetAsFileSpec() 58 if (GetType() == OptionValue::eTypeChar) in GetAsFileSpec() 64 if (GetType() == OptionValue::eTypeChar) in GetAsFileSpecList() 70 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpecList() 76 if (GetType() == OptionValue::eTypeFileSpec) in GetAsArch() 82 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsArch() 88 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsArray() 94 if (GetType() == OptionValue::eTypeArch) in GetAsArray() 100 if (GetType() in GetAsArgs() [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 | 89 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON() 135 StructuredDataType SBStructuredData::GetType() const { in GetType() function in SBStructuredData 138 return m_impl_up->GetType(); in GetType() 150 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
|
H A D | SBFunction.cpp | 99 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() 206 SBType SBFunction::GetType() { in GetType() function in SBFunction 211 Type *function_type = m_opaque_ptr->GetType(); in GetType()
|
H A D | SBError.cpp | 96 ErrorType SBError::GetType() const { in GetType() function in SBError 101 err_type = m_opaque_up->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 | 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() 797 SBType SBTypeMember::GetType() { in GetType() function in SBTypeMember 940 SBType SBTypeMemberFunction::GetType() { in GetType() function in SBTypeMemberFunction 945 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
|
H A D | SBSymbol.cpp | 187 SymbolType SBSymbol::GetType() { in GetType() function in SBSymbol 191 return m_opaque_ptr->GetType(); in GetType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 751 return GetType(ast.VoidPtrTy); in GetBuiltinTypeForEncodingAndBitSize() 756 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForEncodingAndBitSize() 758 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize() 760 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 762 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForEncodingAndBitSize() 764 return GetType(ast.UnsignedLongLongTy); in GetBuiltinTypeForEncodingAndBitSize() 766 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize() 771 return GetType(ast.SignedCharTy); in GetBuiltinTypeForEncodingAndBitSize() 773 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize() 775 return GetType(ast.IntTy); in GetBuiltinTypeForEncodingAndBitSize() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 94 lldb::StructuredDataType GetType() const { in GetType() function 95 return (m_data_sp ? m_data_sp->GetType() : in GetType() 103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize() 106 } else if (m_data_sp->GetType() == lldb::eStructuredDataTypeArray) { in GetSize()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointSite.h | 192 lldbassert(BreakpointSite::Type::eHardware == GetType() || in GetType() function 194 return BreakpointSite::Type::eHardware == GetType(); in SetType() 197 BreakpointSite::Type GetType() const { return m_type; }
|
/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() 728 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType() 748 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/include/lldb/DataFormatters/ |
H A D | TypeFormat.h | 140 virtual Type GetType() { return Type::eTypeUnknown; } in GetType() function 172 TypeFormatImpl::Type GetType() override { in GetType() function 202 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; in ValueIsTransparent() 84 return GetType() == eTypeProperties; in GetTypeAsCString() 88 return GetBuiltinTypeAsCString(GetType()); 138 uint32_t GetTypeAsMask() { return 1u << GetType(); }
|
H A D | OptionValueArgs.h | 25 Type GetType() const override { return eTypeArgs; } in GetType() function
|
/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 operator <() 270 if (sdk.GetType() != desired_type) in GetSDKTypeForTriple() 272 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in GetSDKTypeForTriple() 130 XcodeSDK::Type XcodeSDK::GetType() const { GetType() function in XcodeSDK
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
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 380 printf("\t%s %15d,\t%10s,", L_BRACE, len, GetType(n)); in main() 405 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().''')
|