Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/value/linked_list/
DTestValueAPILinkedList.py75 self.assertTrue(t.TypeIsPointerType())
106 self.assertTrue(t.TypeIsPointerType())
/external/llvm-project/lldb/test/API/python_api/process/
DTestProcessAPI.py56 self.assertFalse(val.TypeIsPointerType())
93 self.assertFalse(val.TypeIsPointerType())
113 self.assertFalse(val.TypeIsPointerType())
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_value.py32 obj.TypeIsPointerType()
/external/clang/utils/
DClangDataFormat.py153 return found if not found.TypeIsPointerType() else found.Dereference()
/external/llvm-project/clang/utils/
DClangDataFormat.py153 return found if not found.TypeIsPointerType() else found.Dereference()
/external/llvm-project/lldb/include/lldb/API/
DSBValue.h286 bool TypeIsPointerType();
/external/llvm-project/lldb/test/API/python_api/value/
DTestValueAPI.py124 self.assertTrue(value.TypeIsPointerType())
/external/llvm-project/lldb/examples/python/
Dsbvalue.py60 return self.sbvalue.TypeIsPointerType()
/external/llvm-project/lldb/bindings/interface/
DSBValue.i346 TypeIsPointerType ();
/external/llvm-project/lldb/source/API/
DSBValue.cpp1013 bool SBValue::TypeIsPointerType() { in TypeIsPointerType() function in SBValue
1014 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, TypeIsPointerType); in TypeIsPointerType()
1630 LLDB_REGISTER_METHOD(bool, SBValue, TypeIsPointerType, ()); in RegisterMethods()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2698 str(val.TypeIsPointerType()) + '\n')