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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 621 omp_copy_decl_1 (tree var, omp_context *ctx) function
890 tree new_var = omp_copy_decl_1 (var, ctx);
1286 tree nt = omp_copy_decl_1 (at, ctx->outer);
1327 tree nt = omp_copy_decl_1 (at, ctx->outer);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 619 omp_copy_decl_1 (tree var, omp_context *ctx) function
887 tree new_var = omp_copy_decl_1 (var, ctx);
1274 tree nt = omp_copy_decl_1 (at, ctx->outer);
1315 tree nt = omp_copy_decl_1 (at, ctx->outer);

Completed in 45 milliseconds