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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 326 objects. REPL_STMT is the sequence used to replace the goto/return
334 gimple_seq repl_stmt; member in struct:goto_queue_node
430 return tf->goto_queue[i].repl_stmt;
450 return ((*slot)->repl_stmt);
766 gimple_seq_add_seq (&q->repl_stmt, mod);
770 gimple_seq_add_stmt (&q->repl_stmt, x);
786 gimple_seq_add_seq (&q->repl_stmt, mod);
790 gimple_seq_add_stmt (&q->repl_stmt, x);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 326 objects. REPL_STMT is the sequence used to replace the goto/return
334 gimple_seq repl_stmt; member in struct:goto_queue_node
430 return tf->goto_queue[i].repl_stmt;
450 return ((*slot)->repl_stmt);
766 gimple_seq_add_seq (&q->repl_stmt, mod);
770 gimple_seq_add_stmt (&q->repl_stmt, x);
786 gimple_seq_add_seq (&q->repl_stmt, mod);
790 gimple_seq_add_stmt (&q->repl_stmt, x);

Completed in 29 milliseconds