Home
last modified time | relevance | path

Searched refs:bind_label (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c629 static void bind_label(struct symbol *label, struct basic_block *bb, struct position pos) in bind_label() function
2279 bind_label(stmt->switch_break, switch_end, stmt->pos); in linearize_switch()
2326 bind_label(stmt->iterator_continue, loop_continue, stmt->pos); in linearize_iterator()
2327 bind_label(stmt->iterator_break, loop_end, stmt->pos); in linearize_iterator()