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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1397 UnwindPlan::RowSP new_row(new UnwindPlan::Row());
1398 *new_row = *original_last_row;
1399 new_row->SetOffset(offset);
1400 unwind_plan.AppendRow(new_row);
1402 *row = *new_row;
1442 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1443 unwind_plan.InsertRow(new_row);
1454 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1455 unwind_plan.InsertRow(new_row);
1468 UnwindPlan::RowSP new_row(ne
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp181 auto new_row = local
184 {current_offset, {new_row, m_register_values}});
/freebsd-11-stable/contrib/dialog/
H A Dformbox.c314 int new_row = MIN(item[n].text_y, item[n].name_y); local
315 if (abs(new_row - target) < abs(old_row - target)) {
316 old_row = new_row;

Completed in 79 milliseconds