Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h828 eBasicTypeNullPtr, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp356 lldb::eBasicTypeNullPtr; in IsNullPtrType()
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig603 if basic_type == eBasicTypeNullPtr: return (False,False)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp498 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1046 .. py:data:: eBasicTypeNullPtr
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp856 {"nullptr", eBasicTypeNullPtr}, in GetBasicTypeEnumeration()
2065 case eBasicTypeNullPtr: in GetOpaqueCompilerType()
5556 return eBasicTypeNullPtr; in GetBasicTypeEnumeration()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp667 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81613 {SWIG_LUA_CONSTTAB_INT("eBasicTypeNullPtr", (lldb::eBasicTypeNullPtr))},