| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CF.cpp | 81 if (valobj.IsPointerType()) in CFBagSummaryProvider() 140 if (valobj.IsPointerType()) in CFBitVectorSummaryProvider() 268 if (valobj.IsPointerType()) in CFBinaryHeapSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 248 ") IsPointerType; 250 IsPointerType(); 881 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 173 else if (compiler_type.IsPointerType()) in GetArgumentValues() 206 compiler_type.IsPointerType()) { in SetReturnValueObject() 334 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
|
| H A D | ABIWindows_x86_64.cpp | 285 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 319 compiler_type.IsPointerType()) { in SetReturnValueObject() 579 field_compiler_type.IsPointerType() || in FlattenAggregateType() 684 field_compiler_type.IsPointerType() || in GetReturnValueObjectImpl()
|
| H A D | ABISysV_x86_64.cpp | 278 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 312 compiler_type.IsPointerType()) { in SetReturnValueObject() 601 field_compiler_type.IsPointerType() || in FlattenAggregateType() 704 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_i386.cpp | 190 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 157 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType 159 return m_type_system->IsPointerType(m_type, pointee_type); in IsPointerType() 246 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 132 bool SBType::IsPointerType() { in IsPointerType() function in SBType 133 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPointerType); in IsPointerType() 137 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType() 940 LLDB_REGISTER_METHOD(bool, SBType, IsPointerType, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 138 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 405 else if (compiler_type.IsPointerType()) in GetArgumentValues() 438 compiler_type.IsPointerType()) { in SetReturnValueObject() 721 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_ppc64.cpp | 282 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 316 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 118 bool IsPointerType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 367 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 401 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 134 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
|
| H A D | TypeSystem.h | 184 virtual bool IsPointerType(lldb::opaque_compiler_type_t type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 636 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath() 672 const bool actual_is_ptr = valobj_sp->IsPointerType(); in GetValueForVariableExpressionPath() 816 if (valobj_sp->IsPointerType()) { in GetValueForVariableExpressionPath() 822 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 382 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 723 compiler_type.IsPointerType()) { in SetReturnValueObject() 852 } else if (return_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 198 arg_value->GetCompilerType().IsPointerType()) in WriteFunctionArguments()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1668 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1709 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
| H A D | ABISysV_arm.cpp | 1615 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1854 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 74 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 349 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 330 !compiler_type.IsPointerType()) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 537 if (valobj.IsPointerType()) { in LibcxxContainerSummaryProvider()
|