Home
last modified time | relevance | path

Searched refs:GDMK_POINTER (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c213 GDMK_POINTER enumerator
462 c->defaultmap[GDMK_POINTER] = GOVD_MAP; in new_omp_context()
7470 gdmk = GDMK_POINTER; in omp_notice_variable()
8398 ctx->defaultmap[GDMK_POINTER] = GOVD_MAP | GOVD_MAP_0LEN_ARRAY; in gimplify_scan_omp_clauses()
9641 gdmkmax = GDMK_POINTER; in gimplify_scan_omp_clauses()
9653 gdmkmin = gdmkmax = GDMK_POINTER; in gimplify_scan_omp_clauses()
9689 case GDMK_POINTER: in gimplify_scan_omp_clauses()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc219 GDMK_POINTER enumerator
470 c->defaultmap[GDMK_POINTER] = GOVD_MAP; in new_omp_context()
7822 gdmk = GDMK_POINTER; in omp_notice_variable()
9167 ctx->defaultmap[GDMK_POINTER] = GOVD_MAP | GOVD_MAP_0LEN_ARRAY; in gimplify_scan_omp_clauses()
10776 gdmkmax = GDMK_POINTER; in gimplify_scan_omp_clauses()
10789 gdmkmin = gdmkmax = GDMK_POINTER; in gimplify_scan_omp_clauses()
10829 case GDMK_POINTER: in gimplify_scan_omp_clauses()
H A DChangeLog-202123197 GDMK_SCALAR_TARGET; for Fortran, GDMK_POINTER avoid GOVD_MAP_0LEN_ARRAY.