HomeSort by: relevance | last modified time | path
    Searched refs:switch_body (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1369 gimple_seq switch_body = NULL; local
1428 gimple_seq_add_stmt (&switch_body, x);
1433 gimple_seq_add_stmt (&switch_body, x);
1538 gimple_seq_add_stmt (&switch_body, x);
1539 gimple_seq_add_stmt (&switch_body, cont_stmt);
1563 gimple_seq_add_seq (&tf->top_p_seq, switch_body);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1368 gimple_seq switch_body = NULL; local
1427 gimple_seq_add_stmt (&switch_body, x);
1432 gimple_seq_add_stmt (&switch_body, x);
1537 gimple_seq_add_stmt (&switch_body, x);
1538 gimple_seq_add_stmt (&switch_body, cont_stmt);
1562 gimple_seq_add_seq (&tf->top_p_seq, switch_body);

Completed in 21 milliseconds