Home
last modified time | relevance | path

Searched refs:default_kind (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc231 enum omp_clause_default_kind default_kind; member
463 c->default_kind = OMP_CLAUSE_DEFAULT_SHARED; in new_omp_context()
465 c->default_kind = OMP_CLAUSE_DEFAULT_UNSPECIFIED; in new_omp_context()
7506 enum omp_clause_default_kind default_kind = ctx->default_kind; in omp_default_clause() local
7520 default_kind = kind; in omp_default_clause()
7522 default_kind = OMP_CLAUSE_DEFAULT_SHARED; in omp_default_clause()
7526 else if ((default_kind == OMP_CLAUSE_DEFAULT_PRIVATE in omp_default_clause()
7527 || default_kind == OMP_CLAUSE_DEFAULT_FIRSTPRIVATE) in omp_default_clause()
7534 default_kind = OMP_CLAUSE_DEFAULT_NONE; in omp_default_clause()
7536 switch (default_kind) in omp_default_clause()
[all …]
H A Dtree-core.h1620 enum omp_clause_default_kind default_kind; member
H A Dtree.h1861 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEFAULT)->omp_clause.subcode.default_kind)
H A DChangeLog-200817306 (new_omp_context): Set default_kind to
H A DChangeLog-201729803 * omp-low.c (struct omp_context): Remove "default_kind" member.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c225 enum omp_clause_default_kind default_kind; member
456 c->default_kind = OMP_CLAUSE_DEFAULT_SHARED; in new_omp_context()
458 c->default_kind = OMP_CLAUSE_DEFAULT_UNSPECIFIED; in new_omp_context()
7182 enum omp_clause_default_kind default_kind = ctx->default_kind; in omp_default_clause() local
7187 default_kind = kind; in omp_default_clause()
7189 default_kind = OMP_CLAUSE_DEFAULT_SHARED; in omp_default_clause()
7191 switch (default_kind) in omp_default_clause()
7311 if (ctx->default_kind != OMP_CLAUSE_DEFAULT_PRESENT) in oacc_default_clause()
7333 if (ctx->default_kind != OMP_CLAUSE_DEFAULT_PRESENT) in oacc_default_clause()
7351 else if (ctx->default_kind == OMP_CLAUSE_DEFAULT_NONE) in oacc_default_clause()
[all …]
H A Dtree-core.h1547 enum omp_clause_default_kind default_kind; member
H A Dtree.h1751 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEFAULT)->omp_clause.subcode.default_kind)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc120 get_kind (bt type, gfc_expr *k, const char *name, int default_kind) in get_kind() argument
125 return default_kind; in get_kind()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c120 get_kind (bt type, gfc_expr *k, const char *name, int default_kind) in get_kind() argument
125 return default_kind; in get_kind()