Home
last modified time | relevance | path

Searched refs:IsNullPtrType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h212 bool IsNullPtrType() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp354 bool CompilerType::IsNullPtrType() const { in IsNullPtrType() function in CompilerType
452 IsNullPtrType() || IsArrayType(); in IsContextuallyConvertibleToBool()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1130 !GetCompilerType().IsNullPtrType() && in GetValueAsAPSInt()
3169 GetCompilerType().IsPointerType() || GetCompilerType().IsNullPtrType(); in CastToBasicType()
3647 if (!type.IsNullPtrType()) { in CreateValueObjectFromNullptr()