Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp63 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
66 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp62 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h809 eBasicTypeInt, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig584 if basic_type == eBasicTypeInt: return (True,True)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp965 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp463 decl, m_ast->GetBasicType(eBasicTypeInt), in CreateEnum()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp502 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1027 .. py:data:: eBasicTypeInt
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp825 {"int", eBasicTypeInt}, in GetBasicTypeEnumeration()
826 {"signed int", eBasicTypeInt}, in GetBasicTypeEnumeration()
2027 case eBasicTypeInt: in GetOpaqueCompilerType()
5530 return eBasicTypeInt; in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp922 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81594 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInt", (lldb::eBasicTypeInt))},