Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
HDtarget.c485 size_t i, tgt_align, tgt_size, not_found_cnt = 0; in gomp_map_vars() local
582 not_found_cnt += last - i; in gomp_map_vars()
649 not_found_cnt++; in gomp_map_vars()
688 else if (not_found_cnt || pragma_kind == GOMP_MAP_VARS_TARGET) in gomp_map_vars()
730 if (not_found_cnt || has_firstprivate) in gomp_map_vars()
732 if (not_found_cnt) in gomp_map_vars()
733 tgt->array = gomp_malloc (not_found_cnt * sizeof (*tgt->array)); in gomp_map_vars()