Searched refs:InsertRow (Results 1 – 5 of 5) sorted by relevance
31 void InsertRow(const XA&, const YB&); // expected-note {{candidate function not viable: no known co…33 InsertRow(3, B{}); // expected-error {{no matching function for call to 'InsertRow'}} in ReproducesBugSimply()
1444 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1456 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1470 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1480 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1490 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1500 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1512 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1521 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1532 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()1555 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
234 unwind_plan.InsertRow( in GetNonCallSiteUnwindPlanFromAssembly()269 unwind_plan.InsertRow(newrow); in GetNonCallSiteUnwindPlanFromAssembly()281 unwind_plan.InsertRow(m_curr_row); in GetNonCallSiteUnwindPlanFromAssembly()
426 void InsertRow(const RowSP &row_sp, bool replace_existing = false);
370 void UnwindPlan::InsertRow(const UnwindPlan::RowSP &row_sp, in InsertRow() function in UnwindPlan