reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 for (int32_t i = 0; i < arg_num; ++i) { 482 for (int32_t i = 0; i < arg_num; ++i) { 483 if ((arg_types[i] & OMP_TGT_MAPTYPE_LITERAL) || 484 (arg_types[i] & OMP_TGT_MAPTYPE_PRIVATE)) 487 void *HstPtrBegin = args[i]; 488 int64_t MapSize = arg_sizes[i]; 504 if (arg_types[i] & OMP_TGT_MAPTYPE_FROM) { 531 if (arg_types[i] & OMP_TGT_MAPTYPE_TO) {