Home
last modified time | relevance | path

Searched refs:new_row (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1386 UnwindPlan::RowSP new_row(new UnwindPlan::Row()); in AugmentUnwindPlanFromCallSite() local
1387 *new_row = *original_last_row; in AugmentUnwindPlanFromCallSite()
1388 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1389 unwind_plan.AppendRow(new_row); in AugmentUnwindPlanFromCallSite()
1391 *row = *new_row; in AugmentUnwindPlanFromCallSite()
1431 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local
1432 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1443 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local
1444 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1457 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local
[all …]
/freebsd/contrib/dialog/
H A Dformbox.c316 int new_row = MIN(item[n].text_y, item[n].name_y); in scroll_next() local
317 if (abs(new_row - target) < abs(old_row - target)) { in scroll_next()
318 old_row = new_row; in scroll_next()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp193 auto new_row = in GetNonCallSiteUnwindPlanFromAssembly() local
196 {current_offset, {new_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()