Searched refs:omp_add_variable (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c478 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
809 omp_add_variable (ctx, tmp, flag);
1374 omp_add_variable (ctx, t, flag | GOVD_SEEN);
6867 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
6869 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY);
6876 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
6942 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags)
7004 omp_add_variable (ctx, t, nflags);
7547 omp_add_variable (ctx, decl, nflags);
7575 omp_add_variable (ct
6939 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc486 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);
7185 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
7187 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY);
7194 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
7260 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags)
7322 omp_add_variable (ctx, t, nflags);
7901 omp_add_variable (ctx, decl, nflags);
7929 omp_add_variable (ct
7257 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) function
[all...]

Completed in 290 milliseconds