Home
last modified time | relevance | path

Searched refs:eBasicTypeLong (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp422 (eType == lldb::eBasicTypeLong) || (eType == lldb::eBasicTypeUnsignedLong) || in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h665 eBasicTypeLong, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp666 g_type_map.Append(ConstString("long").GetCString(), eBasicTypeLong); in GetBasicTypeEnumeration()
667 g_type_map.Append(ConstString("long int").GetCString(), eBasicTypeLong); in GetBasicTypeEnumeration()
773 case eBasicTypeLong: in GetBasicType()
HDClangASTType.cpp2680 case clang::BuiltinType::Long: return eBasicTypeLong; in GetBasicTypeEnumeration()