Searched refs:IsPointerType (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp82 if (valobj.IsPointerType())
141 if (valobj.IsPointerType())
269 if (valobj.IsPointerType())
H A DNSSet.cpp401 if (valobj_sp->IsPointerType()) {
561 if (valobj_sp->IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i166 self.assertTrue(task_head_type.IsPointerType())
200 IsPointerType();
335 is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean value that indicates if this type is a pointer type.''')
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp139 if (valobj.IsPointerType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp151 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { function in class:CompilerType
153 return m_type_system->IsPointerType(m_type, pointee_type);
240 return IsPointerType() && GetPointeeType().IsScalarType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp831 else if (compiler_type.IsPointerType())
864 compiler_type.IsPointerType()) {
992 } else if (compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h118 bool IsPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h125 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
H A DTypeSystem.h178 virtual bool IsPointerType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp131 bool SBType::IsPointerType() { function in class:SBType
132 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPointerType);
136 return m_opaque_sp->GetCompilerType(true).IsPointerType();
912 LLDB_REGISTER_METHOD(bool, SBType, IsPointerType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp380 } else if (compiler_type.IsPointerType()) {
414 compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp430 } else if (compiler_type.IsPointerType()) {
464 compiler_type.IsPointerType()) {
753 field_compiler_type.IsPointerType() ||
856 field_compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1263 } else if (compiler_type.IsPointerType()) {
1297 compiler_type.IsPointerType()) {
1557 field_compiler_type.IsPointerType() ||
1662 field_compiler_type.IsPointerType() ||
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp198 arg_value->GetCompilerType().IsPointerType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp403 else if (compiler_type.IsPointerType())
436 compiler_type.IsPointerType()) {
721 field_compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp635 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) {
671 const bool actual_is_ptr = valobj_sp->IsPointerType();
815 if (valobj_sp->IsPointerType()) {
821 else if (!valobj_sp->GetCompilerType().IsPointerType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp721 compiler_type.IsPointerType()) {
850 } else if (return_compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp280 } else if (compiler_type.IsPointerType()) {
314 compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp63 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp455 if (valobj.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp327 !compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp353 if (!type.IsPointerType(&pointee))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1628 } else if (compiler_type.IsPointerType()) {
1867 compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1683 } else if (compiler_type.IsPointerType()) {
1724 compiler_type.IsPointerType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1687 bool ValueObject::IsPointerType() { return GetCompilerType().IsPointerType(); } function in class:ValueObject
1755 if (IsPointerType() || IsArrayType()) {

Completed in 381 milliseconds

12