Searched refs:update_idx (Results 1 – 2 of 2) sorted by relevance
1234 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local1255 update_idx = cond_idx + 1; in bc_parse_for()1256 body_idx = update_idx + 1; in bc_parse_for()1295 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()
3716 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local3736 update_idx = cond_idx + 1; in bc_parse_for()3737 body_idx = update_idx + 1; in bc_parse_for()3766 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()