Searched refs:ptr_kind (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | target.c | 1149 int ptr_kind = get_kind (short_mapkind, kinds, j) & typemask; in gomp_map_vars_internal() local 1150 if (!GOMP_MAP_ALWAYS_POINTER_P (ptr_kind) in gomp_map_vars_internal() 1152 || !GOMP_MAP_POINTER_P (ptr_kind) in gomp_map_vars_internal() 1307 int ptr_kind = get_kind (short_mapkind, kinds, j) & typemask; in gomp_map_vars_internal() local 1308 if (!GOMP_MAP_ALWAYS_POINTER_P (ptr_kind) in gomp_map_vars_internal() 1310 || !GOMP_MAP_POINTER_P (ptr_kind) in gomp_map_vars_internal() 1610 int ptr_kind = (get_kind (short_mapkind, kinds, j) in gomp_map_vars_internal() local 1612 if (!GOMP_MAP_POINTER_P (ptr_kind) in gomp_map_vars_internal() 1613 && !GOMP_MAP_ALWAYS_POINTER_P (ptr_kind)) in gomp_map_vars_internal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 2374 tree decl, bool element, gomp_map_kind ptr_kind, in gfc_trans_omp_array_section() argument 2411 && ptr_kind == GOMP_MAP_POINTER) in gfc_trans_omp_array_section() 2420 else if (ptr_kind == GOMP_MAP_ALWAYS_POINTER in gfc_trans_omp_array_section() 2446 if (ptr_kind == GOMP_MAP_ALWAYS_POINTER) in gfc_trans_omp_array_section() 2459 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section() 2467 if (ptr_kind == GOMP_MAP_ATTACH_DETACH) in gfc_trans_omp_array_section() 2485 if (ptr_kind == GOMP_MAP_ALWAYS_POINTER) in gfc_trans_omp_array_section() 2495 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-openmp.c | 2068 tree decl, bool element, gomp_map_kind ptr_kind, in gfc_trans_omp_array_section() argument 2102 && ptr_kind == GOMP_MAP_POINTER) in gfc_trans_omp_array_section() 2123 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section() 2126 if (ptr_kind == GOMP_MAP_ATTACH_DETACH) in gfc_trans_omp_array_section() 2140 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 9645 enum gomp_map_kind ptr_kind in finish_omp_target_clauses() local 9650 OMP_CLAUSE_SET_MAP_KIND (c, ptr_kind); in finish_omp_target_clauses() 9680 enum gomp_map_kind kind, ptr_kind, nc_kind; in finish_omp_target_clauses() local 9689 ptr_kind = GOMP_MAP_ATTACH_ZERO_LENGTH_ARRAY_SECTION; in finish_omp_target_clauses() 9698 ptr_kind = GOMP_MAP_ALWAYS_POINTER; in finish_omp_target_clauses() 9736 OMP_CLAUSE_SET_MAP_KIND (c, ptr_kind); in finish_omp_target_clauses()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 2705 Use ``__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx)))`` 2710 * ``ptr_kind`` is an identifier that should be used when annotating all
|