Searched refs:last_row (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/mandoc/
H A Dtbl_int.h33 struct tbl_row *last_row; /* Last layout row. */ member in struct:tbl_node
H A Dtbl_layout.c292 tbl->first_row = tbl->last_row =
324 tbl->last_row = rp;
338 if (tbl->last_row == NULL ||
339 tbl->last_row->first != NULL) {
341 if (tbl->last_row)
342 tbl->last_row->next = rp;
345 tbl->last_row = rp;
347 rp = tbl->last_row;
/openbsd-current/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp72 UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1); local
112 if (first_row != last_row &&
113 first_row->GetOffset() != last_row->GetOffset()) {
121 last_row->GetCFAValue().GetValueType() &&
123 last_row->GetCFAValue().GetRegisterNumber() &&
125 last_row->GetCFAValue().GetOffset()) {
130 if (last_row->GetRegisterInfo(
/openbsd-current/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp119 UnwindPlan::RowSP last_row = unwind_plan.GetLastRow(); local
121 if (last_row.get())
122 *newrow = *last_row.get();
126 saved_unwind_states.insert({0, {last_row, m_register_values}});
/openbsd-current/gnu/gcc/gcc/
H A Dmodulo-sched.c2458 int last_row = ps->ii - 1;
2470 for (row = 0; row < last_row; row++)
2473 ps->rows[last_row] = first_row;
2453 int last_row = ps->ii - 1; local

Completed in 140 milliseconds