Home
last modified time | relevance | path

Searched refs:IsPointerType (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp81 if (valobj.IsPointerType()) in CFBagSummaryProvider()
140 if (valobj.IsPointerType()) in CFBitVectorSummaryProvider()
268 if (valobj.IsPointerType()) in CFBinaryHeapSummaryProvider()
/openbsd/gnu/llvm/clang/utils/
H A DClangDataFormat.py100 if ty.IsPointerType() or ty.IsReferenceType():
110 if not (ty.IsPointerType() or
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp174 else if (compiler_type.IsPointerType()) in GetArgumentValues()
207 compiler_type.IsPointerType()) { in SetReturnValueObject()
335 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp287 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
321 compiler_type.IsPointerType()) { in SetReturnValueObject()
581 field_compiler_type.IsPointerType() || in FlattenAggregateType()
686 field_compiler_type.IsPointerType() || in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp281 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
315 compiler_type.IsPointerType()) { in SetReturnValueObject()
604 field_compiler_type.IsPointerType() || in FlattenAggregateType()
707 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBType.i248 ") IsPointerType;
250 IsPointerType();
908 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp99 if (!compiler_type.IsPointerType()) in CreateChildAtIndex()
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp119 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFBag.py110 if valobj_type.IsValid() and valobj_type.IsPointerType():
H A DCFBinaryHeap.py107 if valobj_type.IsValid() and valobj_type.IsPointerType():
H A DCFBitVector.py162 if valobj_type.IsValid() and valobj_type.IsPointerType():
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp30 if (!ptr_sp->GetCompilerType().IsPointerType()) in GetCoroFramePtrFromHandle()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp405 else if (compiler_type.IsPointerType()) in GetArgumentValues()
438 compiler_type.IsPointerType()) { in SetReturnValueObject()
721 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp284 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
318 compiler_type.IsPointerType()) { in SetReturnValueObject()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp183 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
186 return type_system_sp->IsPointerType(m_type, pointee_type); in IsPointerType()
289 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h119 bool IsPointerType();
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp368 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
402 compiler_type.IsPointerType()) { in SetReturnValueObject()
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp581 if (!compiler_type.IsPointerType()) in GetValueForVariableExpressionPath()
656 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()
692 const bool actual_is_ptr = valobj_sp->IsPointerType(); in GetValueForVariableExpressionPath()
836 if (valobj_sp->IsPointerType()) { in GetValueForVariableExpressionPath()
842 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBType.cpp130 bool SBType::IsPointerType() { in IsPointerType() function in SBType
135 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp686 compiler_type.IsPointerType()) { in SetReturnValueObject()
815 } else if (return_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h382 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
/openbsd/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp214 arg_value->GetCompilerType().IsPointerType()) in WriteFunctionArguments()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h186 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1564 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
1605 compiler_type.IsPointerType()) { in SetReturnValueObject()
H A DABISysV_arm.cpp1511 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
1749 compiler_type.IsPointerType()) { in SetReturnValueObject()

12