/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/utils/ |
H A D | ClangDataFormat.py | 100 if ty.IsPointerType() or ty.IsReferenceType(): 110 if not (ty.IsPointerType() or
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 174 else if (compiler_type.IsPointerType()) in GetArgumentValues() 207 compiler_type.IsPointerType()) { in SetReturnValueObject() 335 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
|
H A D | ABIWindows_x86_64.cpp | 287 } 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 D | ABISysV_x86_64.cpp | 281 } 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 D | SBType.i | 248 ") 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 D | ValueObjectConstResultImpl.cpp | 99 if (!compiler_type.IsPointerType()) in CreateChildAtIndex()
|
/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 119 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
|
/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | CFBag.py | 110 if valobj_type.IsValid() and valobj_type.IsPointerType():
|
H A D | CFBinaryHeap.py | 107 if valobj_type.IsValid() and valobj_type.IsPointerType():
|
H A D | CFBitVector.py | 162 if valobj_type.IsValid() and valobj_type.IsPointerType():
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 30 if (!ptr_sp->GetCompilerType().IsPointerType()) in GetCoroFramePtrFromHandle()
|
/openbsd/gnu/llvm/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 | 284 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 318 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 183 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 D | SBType.h | 119 bool IsPointerType();
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 368 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 402 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 581 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 D | SBType.cpp | 130 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 D | ABISysV_mips.cpp | 686 compiler_type.IsPointerType()) { in SetReturnValueObject() 815 } else if (return_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 382 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 214 arg_value->GetCompilerType().IsPointerType()) in WriteFunctionArguments()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 186 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1564 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1605 compiler_type.IsPointerType()) { in SetReturnValueObject()
|
H A D | ABISysV_arm.cpp | 1511 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1749 compiler_type.IsPointerType()) { in SetReturnValueObject()
|