Home
last modified time | relevance | path

Searched refs:eBasicTypeNullPtr (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h773 eBasicTypeNullPtr, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig589 if basic_type == eBasicTypeNullPtr: return (False,False)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp699 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1043 .. py:data:: eBasicTypeNullPtr
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp620 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp922 g_type_map.Append(ConstString("nullptr"), eBasicTypeNullPtr); in GetBasicTypeEnumeration()
2067 case eBasicTypeNullPtr: in GetOpaqueCompilerType()
5495 return eBasicTypeNullPtr; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71041 {SWIG_LUA_CONSTTAB_INT("eBasicTypeNullPtr", lldb::eBasicTypeNullPtr)},