Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/utils/
DClangDataFormat.py132 return found if not found.TypeIsPointerType() else found.Dereference()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBValue.h292 bool TypeIsPointerType();
/openbsd/src/gnu/llvm/lldb/examples/python/
Dsbvalue.py60 return self.sbvalue.TypeIsPointerType()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBValue.i346 TypeIsPointerType ();
/openbsd/src/gnu/llvm/lldb/source/API/
DSBValue.cpp981 bool SBValue::TypeIsPointerType() { in TypeIsPointerType() function in SBValue
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2579 str(val.TypeIsPointerType()) + '\n')