Home
last modified time | relevance | path

Searched refs:eBasicTypeInt (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp74 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
77 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp268 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetPendingItems()
H A DAppleGetQueuesHandler.cpp271 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNumber.py87 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp337 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h768 eBasicTypeInt, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig571 if basic_type == eBasicTypeInt: return (True,True)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp961 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp503 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1025 .. py:data:: eBasicTypeInt
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp884 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration()
885 g_type_map.Append(ConstString("signed int"), eBasicTypeInt); in GetBasicTypeEnumeration()
2068 case eBasicTypeInt: in GetOpaqueCompilerType()
5563 return eBasicTypeInt; in GetBasicTypeEnumeration()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp822 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()