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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 242 struct gimplify_omp_ctx struct
244 struct gimplify_omp_ctx *outer_context;
265 static struct gimplify_omp_ctx *gimplify_omp_ctxp;
471 static struct gimplify_omp_ctx *
474 struct gimplify_omp_ctx *c;
476 c = XCNEW (struct gimplify_omp_ctx);
498 delete_omp_context (struct gimplify_omp_ctx *c)
506 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
507 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool);
822 struct gimplify_omp_ctx *ctx = gimplify_omp_ctxp
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 222 struct gimplify_omp_ctx struct
224 struct gimplify_omp_ctx *outer_context;
245 static struct gimplify_omp_ctx *gimplify_omp_ctxp;
451 static struct gimplify_omp_ctx *
454 struct gimplify_omp_ctx *c;
456 c = XCNEW (struct gimplify_omp_ctx);
478 delete_omp_context (struct gimplify_omp_ctx *c)
486 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
487 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool);
791 struct gimplify_omp_ctx *ctx = gimplify_omp_ctxp
    [all...]

Completed in 29 milliseconds