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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 804 If INNER_CLEANUP is present, add a try-finally statement with
810 tree inner_bind_vars, gimple *inner_cleanup)
899 if (inner_cleanup != NULL)
901 bind_body = gimple_build_try (inner_data_region, inner_cleanup,
1235 gimple *inner_cleanup = NULL; local
1241 inner_cleanup = gimple_try_cleanup (body_sequence);
1250 inner_cleanup = gimple_try_cleanup (try_stmt);
1420 inner_cleanup);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 803 If INNER_CLEANUP is present, add a try-finally statement with
809 tree inner_bind_vars, gimple *inner_cleanup)
898 if (inner_cleanup != NULL)
900 bind_body = gimple_build_try (inner_data_region, inner_cleanup,
1234 gimple *inner_cleanup = NULL; local
1240 inner_cleanup = gimple_try_cleanup (body_sequence);
1249 inner_cleanup = gimple_try_cleanup (try_stmt);
1419 inner_cleanup);

Completed in 17 milliseconds