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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 7601 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl)
7658 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type));
7659 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type));
7675 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field));
7690 omp_firstprivatize_variable (ctx, TYPE_SIZE (type));
7691 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type));
7765 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl));
7766 omp_firstprivatize_variable (ctx, DECL_SIZE (decl));
12257 omp_firstprivatize_variable (ctx, v);
12276 omp_firstprivatize_variable (ctx, v)
7598 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 7171 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl)
7228 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type));
7229 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type));
7245 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field));
7260 omp_firstprivatize_variable (ctx, TYPE_SIZE (type));
7261 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type));
7335 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl));
7336 omp_firstprivatize_variable (ctx, DECL_SIZE (decl));
9359 omp_firstprivatize_variable (ctx, v);
9378 omp_firstprivatize_variable (ctx, v)
7168 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) function
    [all...]

Completed in 25 milliseconds