Home
last modified time | relevance | path

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

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