Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp423 (eType == lldb::eBasicTypeLongLong) || (eType == lldb::eBasicTypeUnsignedLongLong) || in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h667 eBasicTypeLongLong, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp672 g_type_map.Append(ConstString("long long").GetCString(), eBasicTypeLongLong); in GetBasicTypeEnumeration()
673 g_type_map.Append(ConstString("long long int").GetCString(), eBasicTypeLongLong); in GetBasicTypeEnumeration()
779 case eBasicTypeLongLong: in GetBasicType()
HDClangASTType.cpp2682 case clang::BuiltinType::LongLong: return eBasicTypeLongLong; in GetBasicTypeEnumeration()