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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 4846 /* Return the region number for GIMPLE_EH_DISPATCH EH_DISPATCH_STMT. */
4849 gimple_eh_dispatch_region (const geh_dispatch *eh_dispatch_stmt)
4851 return eh_dispatch_stmt->region;
4855 EH_DISPATCH_STMT. */
4858 gimple_eh_dispatch_set_region (geh_dispatch *eh_dispatch_stmt, int region)
4860 eh_dispatch_stmt->region = region;
tree-cfg.cc 7307 geh_dispatch *eh_dispatch_stmt = as_a <geh_dispatch *> (stmt); local
7308 int r = gimple_eh_dispatch_region (eh_dispatch_stmt);
7310 gimple_eh_dispatch_set_region (eh_dispatch_stmt, r);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 4759 /* Return the region number for GIMPLE_EH_DISPATCH EH_DISPATCH_STMT. */
4762 gimple_eh_dispatch_region (const geh_dispatch *eh_dispatch_stmt)
4764 return eh_dispatch_stmt->region;
4768 EH_DISPATCH_STMT. */
4771 gimple_eh_dispatch_set_region (geh_dispatch *eh_dispatch_stmt, int region)
4773 eh_dispatch_stmt->region = region;
tree-cfg.cc 7128 geh_dispatch *eh_dispatch_stmt = as_a <geh_dispatch *> (stmt); local
7129 int r = gimple_eh_dispatch_region (eh_dispatch_stmt);
7131 gimple_eh_dispatch_set_region (eh_dispatch_stmt, r);

Completed in 34 milliseconds