Home
last modified time | relevance | path

Searched defs:to_add (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1016 std::string to_add = completion.GetCompletion(); in TabCommand() local
1032 std::string to_add = completion.GetCompletion(); in TabCommand() local
1072 if (std::optional<std::string> to_add = m_suggestion_callback(line)) in ApplyAutosuggestCommand() local
1090 if (std::optional<std::string> to_add = m_suggestion_callback(line)) { in TypedCharacter() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp338 MemoryRegionInfos to_add; in BuildMemoryRegions() local
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c1214 struct ixl_ftl_head to_add; in ixl_add_filter() local
1283 struct ixl_ftl_head to_add; in ixl_add_vlan_filters() local
1426 ixl_add_hw_filters(struct ixl_vsi *vsi, struct ixl_ftl_head *to_add, int cnt) in ixl_add_hw_filters()
H A Dixl.h471 struct ixl_ftl_head to_add; member