Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h828 eBasicTypeNullPtr, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp356 lldb::eBasicTypeNullPtr; in IsNullPtrType()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig603 if basic_type == eBasicTypeNullPtr: return (False,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp498 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1046 .. py:data:: eBasicTypeNullPtr
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp856 {"nullptr", eBasicTypeNullPtr}, in GetBasicTypeEnumeration()
2065 case eBasicTypeNullPtr: in GetOpaqueCompilerType()
5556 return eBasicTypeNullPtr; in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp667 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81613 {SWIG_LUA_CONSTTAB_INT("eBasicTypeNullPtr", (lldb::eBasicTypeNullPtr))},