Home
last modified time | relevance | path

Searched refs:TypeIsPointerType (Results 1 – 11 of 11) sorted by relevance

/external/lldb/test/python_api/value/linked_list/
DTestValueAPILinkedList.py78 self.assertTrue(t.TypeIsPointerType())
108 self.assertTrue(t.TypeIsPointerType())
/external/lldb/test/python_api/process/
DTestProcessAPI.py103 self.assertFalse(val.TypeIsPointerType())
133 self.assertFalse(val.TypeIsPointerType())
150 self.assertFalse(val.TypeIsPointerType())
/external/lldb/test/python_api/default-constructor/
Dsb_value.py32 obj.TypeIsPointerType()
/external/clang/utils/
DClangDataFormat.py153 return found if not found.TypeIsPointerType() else found.Dereference()
/external/lldb/test/python_api/value/
DTestValueAPI.py116 self.assertTrue(value.TypeIsPointerType())
/external/lldb/include/lldb/API/
DSBValue.h341 TypeIsPointerType ();
/external/lldb/examples/python/
Dsbvalue.py56 return self.sbvalue.TypeIsPointerType()
/external/lldb/scripts/Python/interface/
DSBValue.i321 TypeIsPointerType ();
/external/lldb/source/API/
DSBValue.cpp1163 SBValue::TypeIsPointerType () in TypeIsPointerType() function in SBValue
/external/lldb/test/
Dlldbtest.py1846 err.write('\t' + "IsPointerType -> " + str(val.TypeIsPointerType()) + '\n')
/external/lldb/www/python_reference/
Dapi-objects.txt4163 lldb.SBValue.TypeIsPointerType lldb.SBValue-class.html#TypeIsPointerType