Lines Matching refs:rec_index
58 void print_mangled_cxt(Context* cxt, int rec_index) in print_mangled_cxt() argument
66 if (rec_index >0) in print_mangled_cxt()
67 VG_(printf)("'%d", rec_index +1); in print_mangled_cxt()
75 void CLG_(print_cxt)(Int s, Context* cxt, int rec_index) in CLG_()
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions); in CLG_()
86 VG_(printf)("Cxt %d" ,cxt->base_number + rec_index); in CLG_()
90 print_mangled_cxt(cxt, rec_index); in CLG_()
135 CLG_(print_cxt)(s+8, bbcc->cxt, bbcc->rec_index); in CLG_()
310 bbcc->cxt->base_number+bbcc->rec_index); in CLG_()
311 print_mangled_cxt(bbcc->cxt, bbcc->rec_index); in CLG_()
437 bbcc ? bbcc->rec_index : 0); in CLG_()
456 void CLG_(print_cxt)(int s, Context* cxt, int rec_index) {} in CLG_()