cg_dfn.c | 43 int cycle_top; member in struct:__anon75769 94 int cycle_top; local 97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top) 99 head = dfn_stack[cycle_top].sym; 109 if (cycle_top <= 0) 117 printf ("[find_cycle] dfn_depth %d cycle_top %d ", 118 dfn_depth, cycle_top); 130 if (cycle_top == dfn_depth [all...] |