Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h744 eBasicTypeUnsignedLong, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp746 return lldb::eBasicTypeUnsignedLong; in GetCompilerTypeForSimpleKind()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig572 if basic_type == eBasicTypeUnsignedLong: return (True,False)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp846 g_type_map.Append(ConstString("unsigned long"), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
848 eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
1796 case eBasicTypeUnsignedLong: in GetOpaqueCompilerType()
5097 return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()