HomeSort by relevance Sort by last modified time
    Searched refs:IsPointerType (Results 1 - 25 of 30) sorted by null

1 2

  /external/lldb/test/python_api/default-constructor/
sb_type.py 19 obj.IsPointerType(None)
20 lldb.SBType.IsPointerType(None)
  /external/lldb/source/DataFormatters/
CF.cpp 75 if (valobj.IsPointerType())
139 if (valobj.IsPointerType())
269 if (valobj.IsPointerType())
NSSet.cpp 121 if (!valobj_sp->IsPointerType())
210 if (valobj_sp->IsPointerType())
352 if (valobj_sp->IsPointerType())
NSArray.cpp 296 if (!valobj_sp->IsPointerType())
CXXFormatterFunctions.cpp 513 if (valobj.IsPointerType())
    [all...]
LibCxx.cpp 511 if (valobj.IsPointerType())
  /external/lldb/scripts/Python/interface/
SBType.i 127 self.assertTrue(task_head_type.IsPointerType())
160 IsPointerType();
253 __swig_getmethods__["is_pointer"] = IsPointerType
254 if _newclass: is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean value that indicates if this type is a pointer type.''')
  /external/lldb/include/lldb/API/
SBType.h 88 IsPointerType();
  /external/clang/utils/
ClangDataFormat.py 121 if ty.IsPointerType() or ty.IsReferenceType():
131 if not (ty.IsPointerType() or
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 235 if (m_parent->IsPointerType())
244 if (m_parent->IsPointerType())
ValueObjectConstResultImpl.cpp 231 if (NeedsDerefOnTarget() && m_impl_backend->IsPointerType())
  /external/lldb/examples/summaries/cocoa/
CFBag.py 102 if valobj_type.IsValid() and valobj_type.IsPointerType():
CFBinaryHeap.py 99 if valobj_type.IsValid() and valobj_type.IsPointerType():
CFBitVector.py 142 if valobj_type.IsValid() and valobj_type.IsPointerType():
  /external/lldb/test/python_api/type/
TestTypeList.py 99 self.assertTrue(task_head_type.IsPointerType())
  /external/lldb/source/API/
SBType.cpp 150 SBType::IsPointerType()
154 return m_opaque_sp->GetClangASTType().IsPointerType();
SBValue.cpp 858 if (value_sp->IsPointerType())
1170 is_ptr_type = value_sp->IsPointerType();
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 50 if (!(valobj.IsPointerType() || valobj.IsIntegerType(is_signed)))
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 198 IsPointerType (ClangASTType *pointee_type = NULL) const;
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.cpp 654 else if (clang_type.IsPointerType())
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp 678 const bool actual_is_ptr = valobj_sp->IsPointerType ();
    [all...]
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp 544 else if (clang_type.IsPointerType ())
585 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType())
    [all...]
  /external/lldb/source/Expression/
ClangFunction.cpp 365 arg_value->GetClangType().IsPointerType())
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp     [all...]
  /external/lldb/include/lldb/Core/
ValueObject.h 627 IsPointerType ();
    [all...]

Completed in 1161 milliseconds

1 2