Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h742 eBasicTypeInvalid = 0, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompilerType.cpp526 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp752 return lldb::eBasicTypeInvalid; in GetCompilerTypeForSimpleKind()
DPdbAstBuilder.cpp710 if (bt == lldb::eBasicTypeInvalid) in CreateSimpleType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBType.cpp362 return eBasicTypeInvalid; in GetBasicType()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-extensions.swig558 if basic_type == eBasicTypeInvalid: return (False,False)
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1012 .. py:data:: eBasicTypeInvalid
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp926 return g_type_map.Find(name, eBasicTypeInvalid); in GetBasicTypeEnumeration()
928 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
5507 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp71010 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInvalid", lldb::eBasicTypeInvalid)},