Home
last modified time | relevance | path

Searched refs:filter_sp (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp110 TypeFilterImpl::SharedPointer filter_sp; in Get() local
111 m_filter_cont.Get(candidates, filter_sp); in Get()
116 if (!filter_sp.get() && !synth_sp.get()) in Get()
118 else if (!filter_sp.get() && synth_sp.get()) in Get()
120 else if (filter_sp.get() && !synth_sp.get()) in Get()
124 pick_synth = filter_sp->GetRevision() <= synth_sp->GetRevision(); in Get()
131 entry = filter_sp; in Get()
H A DFormattersHelpers.cpp92 TypeFilterImplSP filter_sp(new TypeFilterImpl(flags)); in AddFilter() local
94 filter_sp->AddExpressionPath(child); in AddFilter()
97 category_sp->AddTypeFilter(type_name, match_type, filter_sp); in AddFilter()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp426 SearchFilterSP filter_sp; in CreateBreakpoint() local
474 SearchFilterSP filter_sp( in CreateBreakpoint() local
485 SearchFilterSP filter_sp( in CreateAddressInModuleBreakpoint() local
574 SearchFilterSP filter_sp; in GetSearchFilterForModule() local
587 return filter_sp; in GetSearchFilterForModule()
592 SearchFilterSP filter_sp; in GetSearchFilterForModuleList() local
605 return filter_sp; in GetSearchFilterForModuleList()
614 SearchFilterSP filter_sp; in GetSearchFilterForModuleAndCUList() local
625 return filter_sp; in GetSearchFilterForModuleAndCUList()
667 SearchFilterSP filter_sp; in CreateScriptedBreakpoint() local
[all …]
H A DLanguageRuntime.cpp243 SearchFilterSP filter_sp( in CreateExceptionBreakpoint() local
248 target.CreateBreakpoint(filter_sp, resolver_sp, is_internal, hardware, in CreateExceptionBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h247 lldb::TypeFilterImplSP filter_sp) { in AddTypeFilter() argument
248 m_filter_cont.Add(type_sp, filter_sp); in AddTypeFilter()
252 lldb::TypeFilterImplSP filter_sp) { in AddTypeFilter() argument
255 filter_sp); in AddTypeFilter()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp190 TypeFilterImplSP filter_sp = in GetFilterForType() local
193 return lldb::SBTypeFilter(filter_sp); in GetFilterForType()
263 TypeFilterImplSP filter_sp = in GetFilterAtIndex() local
266 return lldb::SBTypeFilter(filter_sp); in GetFilterAtIndex()
H A DSBValue.cpp516 TypeFilterImplSP filter_sp = in GetTypeFilter() local
518 filter.SetSP(filter_sp); in GetTypeFilter()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp44 Breakpoint::Breakpoint(Target &target, SearchFilterSP &filter_sp, in Breakpoint() argument
48 m_filter_sp(filter_sp), m_resolver_sp(resolver_sp), m_options(true), in Breakpoint()
160 SearchFilterSP filter_sp; in CreateFromStructuredData() local
162 filter_sp = in CreateFromStructuredData()
165 filter_sp = SearchFilter::CreateFromStructuredData(target_sp, *filter_dict, in CreateFromStructuredData()
195 result_sp = target.CreateBreakpoint(filter_sp, resolver_sp, false, in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp565 SearchFilterSP filter_sp(CreateExceptionSearchFilter()); in CreateExceptionBreakpoint() local
568 return target.CreateBreakpoint(filter_sp, exception_resolver_sp, is_internal, in CreateExceptionBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h626 Breakpoint(Target &target, lldb::SearchFilterSP &filter_sp,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h749 lldb::BreakpointSP CreateBreakpoint(lldb::SearchFilterSP &filter_sp,
/freebsd/lib/ncurses/tinfo/
H A DMakefile776 curs_sp_funcs.3 filter_sp.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses1597 #undef filter_sp
1598 void filter_sp(
H A Dllib-lncursest1606 #undef filter_sp
1607 void filter_sp(
H A Dllib-lncursestw2187 #undef filter_sp
2188 void filter_sp(
H A Dllib-lncursesw2178 #undef filter_sp
2179 void filter_sp(