Home
last modified time | relevance | path

Searched refs:did_strip_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp179 bool did_strip_ptr, bool did_strip_ref, bool did_strip_typedef, in GetPossibleMatches() argument
188 {bitfieldname, did_strip_ptr, did_strip_ref, did_strip_typedef}); in GetPossibleMatches()
193 {type_name, did_strip_ptr, did_strip_ref, did_strip_typedef}); in GetPossibleMatches()
197 entries.push_back({display_type_name, did_strip_ptr, in GetPossibleMatches()
206 use_dynamic, entries, did_strip_ptr, true, did_strip_typedef); in GetPossibleMatches()
214 use_dynamic, entries, did_strip_ptr, did_strip_ref, in GetPossibleMatches()
230 use_dynamic, entries, did_strip_ptr, did_strip_ref, in GetPossibleMatches()
251 use_dynamic, entries, did_strip_ptr, did_strip_ref, in GetPossibleMatches()
264 did_strip_ptr, did_strip_ref, did_strip_typedef}); in GetPossibleMatches()
274 use_dynamic, entries, did_strip_ptr, did_strip_ref, true); in GetPossibleMatches()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DFormatManager.h182 bool did_strip_ptr, bool did_strip_ref,