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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 507 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool);
3317 if (gimplify_omp_ctxp && omp_notice_variable (gimplify_omp_ctxp, decl, true))
7781 in this case omp_notice_variable will be called later
7785 omp_notice_variable (ctx, TYPE_SIZE_UNIT (TREE_TYPE (decl)), true);
7798 omp_notice_variable (ctx, t, true);
8007 omp_notice_variable (octx, decl, in_code);
8190 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code)
8336 omp_notice_variable (octx, decl, in_code);
8462 omp_notice_variable (ctx, t, true);
8492 && omp_notice_variable (ctx->outer_context, decl, in_code)
8187 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 487 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool);
3067 if (gimplify_omp_ctxp && omp_notice_variable (gimplify_omp_ctxp, decl, true))
7351 in this case omp_notice_variable will be called later
7355 omp_notice_variable (ctx, TYPE_SIZE_UNIT (TREE_TYPE (decl)), true);
7368 omp_notice_variable (ctx, t, true);
7577 omp_notice_variable (octx, decl, in_code);
7722 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code)
7863 omp_notice_variable (octx, decl, in_code);
7976 omp_notice_variable (ctx, t, true);
8006 && omp_notice_variable (ctx->outer_context, decl, in_code)
7719 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code) function
    [all...]

Completed in 35 milliseconds