Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp58 return ast_ctx->GetBasicType(lldb::eBasicTypeInt); in GetClangTypeForFormat()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp421 (eType == lldb::eBasicTypeInt) || (eType == lldb::eBasicTypeUnsignedInt) || in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h663 eBasicTypeInt, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp660 g_type_map.Append(ConstString("int").GetCString(), eBasicTypeInt); in GetBasicTypeEnumeration()
661 g_type_map.Append(ConstString("signed int").GetCString(), eBasicTypeInt); in GetBasicTypeEnumeration()
767 case eBasicTypeInt: in GetBasicType()
HDClangASTType.cpp2678 case clang::BuiltinType::Int: return eBasicTypeInt; in GetBasicTypeEnumeration()