Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/value/linked_list/
H A DTestValueAPILinkedList.py72 self.assertTrue(t.TypeIsPointerType())
103 self.assertTrue(t.TypeIsPointerType())
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py52 self.assertFalse(val.TypeIsPointerType())
89 self.assertFalse(val.TypeIsPointerType())
109 self.assertFalse(val.TypeIsPointerType())
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py32 obj.TypeIsPointerType()
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py132 return found if not found.TypeIsPointerType() else found.Dereference()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h292 bool TypeIsPointerType();
/llvm-project-15.0.7/lldb/test/API/python_api/value/
H A DTestValueAPI.py121 self.assertTrue(value.TypeIsPointerType())
/llvm-project-15.0.7/lldb/examples/python/
H A Dsbvalue.py60 return self.sbvalue.TypeIsPointerType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i346 TypeIsPointerType ();
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp981 bool SBValue::TypeIsPointerType() { in TypeIsPointerType() function in SBValue
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2531 str(val.TypeIsPointerType()) + '\n')