Home
last modified time | relevance | path

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

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