Home
last modified time | relevance | path

Searched refs:GetBasicType (Results 1 – 25 of 59) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNumber.py79 ).GetBasicType(lldb.eBasicTypeChar)
82 ).GetBasicType(lldb.eBasicTypeShort)
85 ).GetBasicType(lldb.eBasicTypeUnsignedShort)
87 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
90 ).GetBasicType(lldb.eBasicTypeLong)
93 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
96 ).GetBasicType(lldb.eBasicTypeLongLong)
99 ).GetBasicType(lldb.eBasicTypeUnsignedLongLong)
102 ).GetBasicType(lldb.eBasicTypeFloat)
105 ).GetBasicType(lldb.eBasicTypeDouble)
H A DNSIndexSet.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
41 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
44 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
46 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
49 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSSet.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
104 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
107 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
148 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
151 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
181 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
H A DCFDictionary.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
79 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
82 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
122 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
125 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DSelector.py12 return valobj.Cast(valobj.GetType().GetBasicType(
18 'text', valobj.GetValueAsUnsigned(0), valobj.GetType().GetBasicType(
H A DCFString.py151 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 DCFBitVector.py65 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
68 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
71 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
H A DCFArray.py67 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
92 ).GetBasicType(lldb.eBasicTypeLong)
120 ).GetBasicType(lldb.eBasicTypeLong)
H A DNSMachPort.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSDate.py107 ).GetBasicType(lldb.eBasicTypeDouble)
141 ).GetBasicType(lldb.eBasicTypeDouble)
173 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
H A DCFBinaryHeap.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSData.py40 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
43 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBag.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dsynth.py39 type = self.value.target.GetBasicType(lldb.eBasicTypeLong)
43 type = self.value.target.GetBasicType(lldb.eBasicTypeDouble)
46 type = self.value.target.GetBasicType(
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
219 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
220 CompilerType long_long_type = ast->GetBasicType(eBasicTypeLongLong); in GetSiginfoType()
221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
200 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetPendingItemsHandler.cpp170 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction()
263 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
268 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetPendingItems()
274 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetPendingItems()
H A DAppleGetQueuesHandler.cpp186 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction()
266 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
271 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
281 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp177 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction()
264 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
275 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetThreadItemInfo()
H A DAppleGetItemInfoHandler.cpp264 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetItemInfo()
275 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetItemInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp71 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
74 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
77 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
H A DLibCxxMap.cpp303 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
304 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
305 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
306 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
H A DLibCxx.cpp318 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
320 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
322 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
323 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
484 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
485 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update()
862 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp337 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
338 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
339 CompilerType short_type = ast->GetBasicType(eBasicTypeShort); in GetSiginfoType()
340 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
341 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp94 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
165 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()

123