Home
last modified time | relevance | path

Searched refs:eBasicTypeInvalid (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp436 lldb::eBasicTypeInvalid; in IsBasicType()
786 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h793 eBasicTypeInvalid = 0, enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp359 return eBasicTypeInvalid; in GetBasicType()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig571 if basic_type == eBasicTypeInvalid: return (False,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp989 return lldb::eBasicTypeInvalid; in GetCompilerTypeForSimpleKind()
H A DPdbAstBuilder.cpp511 if (bt == lldb::eBasicTypeInvalid) in CreateSimpleType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp336 if (basic_type == eBasicTypeInvalid) in CreateInteger()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1014 .. py:data:: eBasicTypeInvalid
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp919 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
5481 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78294 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInvalid", lldb::eBasicTypeInvalid)},