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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 261 int defaultmap[5]; member in struct:gimplify_omp_ctx
486 c->defaultmap[GDMK_SCALAR] = GOVD_MAP;
487 c->defaultmap[GDMK_SCALAR_TARGET] = GOVD_MAP;
488 c->defaultmap[GDMK_AGGREGATE] = GOVD_MAP;
489 c->defaultmap[GDMK_ALLOCATABLE] = GOVD_MAP;
490 c->defaultmap[GDMK_POINTER] = GOVD_MAP;
7622 if (ctx->defaultmap[GDMK_SCALAR] & GOVD_FIRSTPRIVATE)
8308 else if (ctx->defaultmap[gdmk] == 0)
8315 else if (ctx->defaultmap[gdmk]
8317 nflags |= ctx->defaultmap[gdmk]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 241 int defaultmap[5]; member in struct:gimplify_omp_ctx
466 c->defaultmap[GDMK_SCALAR] = GOVD_MAP;
467 c->defaultmap[GDMK_SCALAR_TARGET] = GOVD_MAP;
468 c->defaultmap[GDMK_AGGREGATE] = GOVD_MAP;
469 c->defaultmap[GDMK_ALLOCATABLE] = GOVD_MAP;
470 c->defaultmap[GDMK_POINTER] = GOVD_MAP;
7192 if (ctx->defaultmap[GDMK_SCALAR] & GOVD_FIRSTPRIVATE)
7840 else if (ctx->defaultmap[gdmk] == 0)
7847 else if (ctx->defaultmap[gdmk]
7849 nflags |= ctx->defaultmap[gdmk]
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1582 enum gfc_omp_defaultmap defaultmap[OMP_DEFAULTMAP_CAT_NUM]; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1528 enum gfc_omp_defaultmap defaultmap[OMP_DEFAULTMAP_CAT_NUM]; member in struct:gfc_omp_clauses

Completed in 61 milliseconds