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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 506 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
845 omp_add_variable (ctx, tmp, flag);
1598 omp_add_variable (ctx, t, flag | GOVD_SEEN);
7623 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
7625 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY);
7632 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
7698 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags)
7760 omp_add_variable (ctx, t, nflags);
8382 omp_add_variable (ctx, decl, nflags);
8423 omp_add_variable (ctx, decl, flags)
7695 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 486 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
814 omp_add_variable (ctx, tmp, flag);
1384 omp_add_variable (ctx, t, flag | GOVD_SEEN);
7193 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
7195 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY);
7202 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
7268 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags)
7330 omp_add_variable (ctx, t, nflags);
7909 omp_add_variable (ctx, decl, nflags);
7937 omp_add_variable (ctx, decl, flags)
7265 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) function
    [all...]

Completed in 40 milliseconds