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

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c662 size_t i, tgt_align, tgt_size, not_found_cnt = 0; local
728 if (!not_found_cnt)
734 !not_found_cnt, all mappings requested (if any) are already
736 Otherwise, if not_found_cnt, gomp_map_lookup might fail
739 loop, because it is not even invoked when !not_found_cnt
785 not_found_cnt += last - i;
873 not_found_cnt++;
912 else if (not_found_cnt || pragma_kind == GOMP_MAP_VARS_TARGET)
954 if (not_found_cnt || has_firstprivate)
956 if (not_found_cnt)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c925 size_t i, tgt_align, tgt_size, not_found_cnt = 0; local
994 if (!not_found_cnt)
1000 !not_found_cnt, all mappings requested (if any) are already
1002 Otherwise, if not_found_cnt, gomp_map_lookup might fail
1005 loop, because it is not even invoked when !not_found_cnt
1051 not_found_cnt += last - i;
1191 not_found_cnt++;
1233 else if (not_found_cnt || pragma_kind == GOMP_MAP_VARS_TARGET)
1275 if (not_found_cnt || has_firstprivate || has_always_ptrset)
1277 if (not_found_cnt)
[all...]

Completed in 191 milliseconds