Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 170) sorted by relevance

1234567

/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp46 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
52 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
58 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
64 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
70 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
76 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
82 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
88 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
94 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
100 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
[all …]
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBTypeFormat.cpp53 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()
HDSBStructuredData.cpp89 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()
HDSBFunction.cpp99 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()
HDSBError.cpp96 ErrorType SBError::GetType() const { in GetType() function in SBError
101 err_type = m_opaque_up->GetType(); in GetType()
HDSBEvent.cpp71 uint32_t SBEvent::GetType() const { in GetType() function in SBEvent
77 event_type = lldb_event->GetType(); in GetType()
HDSBType.cpp394 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()
HDSBSymbol.cpp187 SymbolType SBSymbol::GetType() { in GetType() function in SBSymbol
191 return m_opaque_ptr->GetType(); in GetType()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp751 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-head/contrib/llvm-project/lldb/include/lldb/Core/
HDStructuredDataImpl.h94 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-head/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointSite.h192 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware()
194 return BreakpointSite::Type::eHardware == GetType(); in IsHardware()
197 BreakpointSite::Type GetType() const { return m_type; } in GetType() function
/freebsd-head/lib/libdevdctl/
HDexception.h128 Type GetType() const;
154 ParseException::GetType() const in GetType() function
HDevent.h168 Type GetType() const;
290 Event::GetType() const in GetType() function
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp341 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 …]
HDVariable.cpp98 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-head/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeFormat.h140 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-head/contrib/llvm-project/lldb/source/Utility/
HDStructuredData.cpp54 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()
HDXcodeSDK.cpp138 XcodeSDK::Type XcodeSDK::GetType() const { in GetType() function in XcodeSDK
270 if (sdk.GetType() != desired_type) in SDKSupportsModules()
272 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h79 virtual Type GetType() const = 0;
84 return GetType() == eTypeProperties; in ValueIsTransparent()
88 return GetBuiltinTypeAsCString(GetType()); in GetTypeAsCString()
138 uint32_t GetTypeAsMask() { return 1u << GetType(); } in GetTypeAsMask()
HDOptionValueArgs.h25 Type GetType() const override { return eTypeArgs; } in GetType() function
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDValueObjectVariable.cpp70 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-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h40 lldb::SBType GetType();
85 lldb::SBType GetType();
127 lldb::SBType GetType();
/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDmake_hash.c217 #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-head/contrib/bearssl/T0/
HDTPointerBase.cs57 GetType().Name, vp.x); in ToString()
/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBWatchpointDocstrings.i28 ) lldb::SBWatchpoint::GetType;

1234567