Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp23 switch (GetType()) { in GetUInt64Value()
47 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
53 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
59 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
65 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
71 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
77 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
83 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
89 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
95 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
[all …]
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNumber.py78 self.sys_params.types_cache.char = self.valobj.GetType(
81 self.sys_params.types_cache.short = self.valobj.GetType(
84 self.sys_params.types_cache.ushort = self.valobj.GetType(
87 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
89 self.sys_params.types_cache.long = self.valobj.GetType(
92 self.sys_params.types_cache.ulong = self.valobj.GetType(
95 self.sys_params.types_cache.longlong = self.valobj.GetType(
98 self.sys_params.types_cache.ulonglong = self.valobj.GetType(
101 self.sys_params.types_cache.float = self.valobj.GetType(
104 self.sys_params.types_cache.double = self.valobj.GetType(
H A DNSIndexSet.py38 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
40 self.sys_params.types_cache.uint32 = self.valobj.GetType(
43 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
45 self.sys_params.types_cache.uint32 = self.valobj.GetType(
48 self.sys_params.types_cache.uint32 = self.valobj.GetType(
H A DNSSet.py38 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
41 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
103 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
106 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
147 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
150 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
180 self.sys_params.types_cache.voidptr = self.valobj.GetType(
H A DCFDictionary.py38 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
41 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
78 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
81 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
121 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
124 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
H A DCFString.py46 "string_ptr", pointee, valobj.GetType())
50 valobj.GetType()).AddressOf()
151 char_type = self.valobj.GetType().GetBasicType(
175 "content", offset, self.valobj.GetType().GetBasicType(
192 "content", offset, self.valobj.GetType().GetBasicType(
199 "content", offset, self.valobj.GetType().GetBasicType(
290 self.valobj.GetType().GetBasicType(
H A DSelector.py12 return valobj.Cast(valobj.GetType().GetBasicType(
18 'text', valobj.GetValueAsUnsigned(0), valobj.GetType().GetBasicType(
H A DCFBitVector.py64 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
67 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
70 self.sys_params.types_cache.charptr = self.valobj.GetType(
161 valobj_type = valobj.GetType()
H A DCFBinaryHeap.py38 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
41 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
106 valobj_type = valobj.GetType()
H A DCFBag.py38 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
41 self.sys_params.types_cache.NSUInteger = self.valobj.GetType(
109 valobj_type = valobj.GetType()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeFormat.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()
H A DSBStructuredData.cpp65 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
111 StructuredDataType SBStructuredData::GetType() const { in GetType() function in SBStructuredData
114 return m_impl_up->GetType(); in GetType()
126 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
H A DSBFunction.cpp101 Type *func_type = m_opaque_ptr->GetType(); in GetDescription()
192 SBType SBFunction::GetType() { in GetType() function in SBFunction
197 Type *function_type = m_opaque_ptr->GetType(); in GetType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp804 return GetType(ast.VoidPtrTy); in GetBuiltinTypeForEncodingAndBitSize()
809 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForEncodingAndBitSize()
811 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize()
813 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize()
815 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForEncodingAndBitSize()
817 return GetType(ast.UnsignedLongLongTy); in GetBuiltinTypeForEncodingAndBitSize()
819 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize()
824 return GetType(ast.SignedCharTy); in GetBuiltinTypeForEncodingAndBitSize()
826 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize()
828 return GetType(ast.IntTy); in GetBuiltinTypeForEncodingAndBitSize()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.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()
/openbsd-src/gnu/llvm/llvm/utils/
H A DlldbDataFormatters.py82 the_type = self.valobj.GetType()
118 self.data_type = self.data.GetType().GetPointeeType()
135 underlying_type = storage.GetType().GetTemplateArgumentType(0)
238 self.pointer_ty = self.valobj.GetType().GetTemplateArgumentType(0)
239 self.int_ty = self.valobj.GetType().GetTemplateArgumentType(2)
293 self.template_args = parse_template_parameters(self.valobj.GetType().name)
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h187 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware()
189 return BreakpointSite::Type::eHardware == GetType(); in IsHardware()
192 BreakpointSite::Type GetType() const { return m_type; } in GetType() function
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py64 type = self.valobj.GetType()
83 self.skip_size = self.next.GetType().GetByteSize()
256 (2 if self.has_prev else 1) * current.GetType().GetByteSize(),
263 list_type = self.valobj.GetType().GetUnqualifiedType()
414 self.data_type = self.start.GetType().GetPointeeType()
446 element_type = self.start_p.GetType().GetPointeeType()
479 first_template_arg_type = valobj.GetType().GetTemplateArgumentType(0)
562 map_type = self.valobj.GetType()
575 rep_type = self.valobj.GetChildMemberWithName('_M_t').GetType()
581 self.skip_size = self.Mheader.GetType().GetByteSize()
[all …]
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBError.i82 GetType () const;
116 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
H A DSBFunction.i87 GetType ();
128 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
H A DSBSymbol.i60 GetType ();
86 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value …
H A DSBTypeEnumMember.i40 GetType ();
50 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h69 virtual Type GetType() const = 0;
74 return GetType() == eTypeProperties; in ValueIsTransparent()
78 return GetBuiltinTypeAsCString(GetType()); in GetTypeAsCString()
129 uint32_t GetTypeAsMask() { return 1u << GetType(); } in GetTypeAsMask()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp329 const SymbolType type = symbol->GetType(); in InitNameIndexes()
355 if (variant.GetType() & lldb::eFunctionNameTypeSelector) in InitNameIndexes()
357 else if (variant.GetType() & lldb::eFunctionNameTypeFull) in InitNameIndexes()
359 else if (variant.GetType() & lldb::eFunctionNameTypeMethod) in InitNameIndexes()
361 else if (variant.GetType() & lldb::eFunctionNameTypeBase) in InitNameIndexes()
498 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType()
517 m_symbols[i].GetType() == symbol_type) && in AppendSymbolIndexesWithTypeAndFlagsValue()
539 m_symbols[i].GetType() == symbol_type) { in AppendSymbolIndexesWithType()
716 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType()
736 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeFormat.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

12345678