Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_type.py19 obj.IsPointerType(None)
20 lldb.SBType.IsPointerType(None)
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py100 if ty.IsPointerType() or ty.IsReferenceType():
110 if not (ty.IsPointerType() or
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/varscript_formatting/
H A Dhelperfunc.py6 0).IsPointerType() else "non-pointer type"
/llvm-project-15.0.7/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…
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp173 else if (compiler_type.IsPointerType()) in GetArgumentValues()
206 compiler_type.IsPointerType()) { in SetReturnValueObject()
334 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp286 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
320 compiler_type.IsPointerType()) { in SetReturnValueObject()
580 field_compiler_type.IsPointerType() || in FlattenAggregateType()
685 field_compiler_type.IsPointerType() || in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp279 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
313 compiler_type.IsPointerType()) { in SetReturnValueObject()
602 field_compiler_type.IsPointerType() || in FlattenAggregateType()
705 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/test/API/lang/c/unicode/
H A DTestUnicodeSymbols.py19 self.assertTrue(mytype.IsPointerType())
/llvm-project-15.0.7/lldb/test/API/lang/cpp/complete-type-check/
H A DTestCppIsTypeComplete.py33 self.assertTrue(found_type.IsPointerType())
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py84 self.assertTrue(got_type.IsPointerType())
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp157 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()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFBinaryHeap.py112 if valobj_type.IsValid() and valobj_type.IsPointerType():
H A DCFBag.py115 if valobj_type.IsValid() and valobj_type.IsPointerType():
H A DCFBitVector.py163 if valobj_type.IsValid() and valobj_type.IsPointerType():
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DTypeTraits.h76 template <typename T> struct IsPointerType {
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp139 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h118 bool IsPointerType();
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py114 self.assertTrue(task_head_type.IsPointerType())
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp568 if (!compiler_type.IsPointerType()) in GetValueForVariableExpressionPath()
643 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()
679 const bool actual_is_ptr = valobj_sp->IsPointerType(); in GetValueForVariableExpressionPath()
823 if (valobj_sp->IsPointerType()) { in GetValueForVariableExpressionPath()
829 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp368 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
402 compiler_type.IsPointerType()) { in SetReturnValueObject()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp131 bool SBType::IsPointerType() { in IsPointerType() function in SBType
136 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp686 compiler_type.IsPointerType()) { in SetReturnValueObject()
815 } else if (return_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsPointerType(CompilerType *pointee_type = nullptr) const;

12