Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h286 bool TypeIsPointerType();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i346 TypeIsPointerType ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67802 result = (bool)(arg1)->TypeIsPointerType(); in _wrap_SBValue_TypeIsPointerType()