Searched defs:is_ptr_type (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/API/
H A DSBValue.cpp1165 bool is_ptr_type = false; local
1170 is_ptr_type = value_sp->IsPointerType();
1174 log->Printf ("SBValue(%p)::TypeIsPointerType () => %i", value_sp.get(), is_ptr_type);
1177 return is_ptr_type;

Completed in 91 milliseconds